aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-06-19 04:22:23 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-06-19 04:23:25 +0300
commit2f255efc8f662fa29e8112e6eb9642f33af25ad9 (patch)
tree4501efac9961a1a54d9a5039c13ce8078859ef38 /README.md
parent70a234bfafecf2dca8b7c1d0929ae38c76bb2f57 (diff)
downloadw3blog-2f255efc8f662fa29e8112e6eb9642f33af25ad9.tar.gz
w3blog-2f255efc8f662fa29e8112e6eb9642f33af25ad9.zip
Added on_delete for every foreign key
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d38ac9b..b9cd3ed 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Weblog version 0.2 #
+# Weblog version 0.3 #
Weblog is a simple blog engine for Django, with some focus on multilingual capabilities. It includes all of the basic features expected of a traditional Web log (also known as blog), as well as multilingual features, i.e. translations of blog posts which are delivered automatically in the user's preferred language using the internationalization capabilities of Django, enabling the possibility of targeting people from different countries in a single blog/site.