Commit graph

35 commits

Author SHA1 Message Date
Jannis Leidel
5c8d2eefde Fall back to MEDIA_URL actually, to make sure we don't hit an AttributeError with the default value of None. 2011-04-11 22:38:17 +02:00
Jannis Leidel
41f0f46145 Updated changelog and added a note about the tested Django versions. Fixes #3. 2011-04-11 19:31:01 +02:00
Jannis Leidel
d6a0af9aa7 Split docs in multiple files and updated use ReadTheDocs. 2011-04-11 19:21:51 +02:00
Jannis Leidel
7c4e6642bd Added make files. 2011-04-11 19:20:23 +02:00
Jannis Leidel
75e41a90a1 Use default theme. 2011-04-11 19:20:11 +02:00
Jannis Leidel
153a6f1368 Bumped to 0.8.0. 2010-11-07 00:25:57 +01:00
Jannis Leidel
18cf9fcda9 Added news to docs. 2010-11-07 00:22:23 +01:00
Jannis Leidel
696099d2e3 Added Finnish translation, thanks Jaakko Holster. 2010-11-07 00:01:05 +01:00
Jannis Leidel
b0e64ffd4c Bumped to 0.7.4. 2010-09-23 04:01:49 +02:00
Jannis Leidel
f0f3b53bf1 More detail regarding the new setting. 2010-09-21 14:40:53 +02:00
Jannis Leidel
4629a998d8 Bumped version. 2010-09-21 14:40:34 +02:00
Jannis Leidel
dc2874ccc1 Added news for latest release. 2010-09-21 14:25:29 +02:00
Jannis Leidel
fcafe7fb70 Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00
Jannis Leidel
ba3fef8a02 Added news for last commits. 2010-07-07 12:40:12 +02:00
Jannis Leidel
9a60675e0b Updated docs a little more. 2010-06-24 16:23:07 +02:00
Jannis Leidel
fdd7c8c66c Updated docs for upcoming 0.7.0 release. 2010-06-24 16:15:33 +02:00
Jannis Leidel
78cbb86130 Removed code-block again since PyPI barfs 2009-10-19 03:17:56 +02:00
Jannis Leidel
2beda0697d Living in the future 2009-10-19 02:50:46 +02:00
Jannis Leidel
3c8d5dfe5b Bumped to 0.6.1 2009-10-19 02:42:37 +02:00
Jannis Leidel
df617acc90 Added documentation for the new feature. 2009-10-19 02:33:03 +02:00
Jannis Leidel
7f0e111262 Added nature theme and updated documentation to use it 2009-10-09 15:44:48 +02:00
Jannis Leidel
a04c535a49 Bumped version up to 0.6.1dev and fixed minor problem with doc index 2009-10-09 15:36:47 +02:00
Jannis Leidel
aac0b2ef63 Moved changelog to docs, yay 2009-10-09 15:29:15 +02:00
Jannis Leidel
5ccb175589 Added Sphinx configuration and updated the docs with latest changes 2009-10-09 15:01:26 +02:00
Jannis Leidel
090f7aa7e8 Updated docs with correct link to issue tracker 2009-05-20 14:57:31 +02:00
Jannis Leidel
394c69c4cc Changed docs and setup.py to use new location at Bitbucket. Added hgignore, remove .gitignore 2009-05-20 14:08:59 +02:00
Jannis Leidel
6a7c5da99e Fixed a rST warning with implicite target name
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 5899ac70c9ff2ae1c4931ca1fd6a4bf9c6c31a34
2009-04-11 11:18:01 +02:00
leidel
6491d781f2 Changed wrong link in docs
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@85 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : d08a9fdb8a00b1b3f305cb6286fdd43507bc821d
2008-11-28 13:11:40 +00:00
leidel
c9277e9c84 Removed automatic creation of 404.html and 500.html templates and added a new management command for those cases called "create_error_templates". Also made reverted move to Bitbucket.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@84 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : b03959a7322a1acd040dad721d80d7bbd680f16d
2008-11-28 13:06:34 +00:00
leidel
19794cb5cc Added some documentation for the example project, support to start it directly and small touches on the docs
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@79 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 541571d5a5f1a13dc5f65b26fef6a4e93201ee90
2008-11-16 02:03:22 +00:00
leidel
dd4367ee99 D'oh, stupid bug in docs
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@69 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : eb0185ddf1f7e60823e4df39457e7102f873d77a
2008-11-09 13:56:40 +00:00
leidel
d984b45540 Removed old sync_templates.py script, use the django-admin.py sync_templates please. Removes unneeded code that registers the model with django-reversion manually. Updated docs after move from Google Code to Bitbucket.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@65 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 49af8f284937e75d0878354684fb1ce9addb04a0
2008-11-09 13:55:20 +00:00
leidel
9226aaf8c3 Updated docs after adding caching backend and support for django-reversion
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@60 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 80a09c128e389305ab00a89b3f1dbe27680b6084
2008-11-02 00:05:58 +00:00
leidel
084bfddfdc More doc changes for Pinax
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@55 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 3728341b249c354b0316b39b38d8fbf89a55ddb5
2008-10-20 23:33:34 +00:00
leidel
6d667fd2c3 Added simple documentation for sphinxified pinax docs
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@54 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 40959e5a722723202a903ea874b31497caf1daa1
2008-10-20 23:19:26 +00:00