Commit graph

34 commits

Author SHA1 Message Date
Dirk Eschler
cda6ae19c8 Consistent capitalization of titles in docs. 2012-10-22 11:57:52 +02:00
Dirk Eschler
6acd07276e Better explanation in the docs when TranslationAdmin is combined with other classes. 2012-10-22 11:04:47 +02:00
Dirk Eschler
7b8cafbde7 Fixed release doesn't include rst files. 2012-10-17 17:41:18 +02:00
Dirk Eschler
09a0c4434a Prepared 0.4.0-beta1 release. 2012-10-17 17:12:26 +02:00
Dirk Eschler
5a63105ab3 Various documentation improvements. 2012-10-17 16:57:52 +02:00
Dirk Eschler
b87bc152d1 Major refactoring of the documentation. 2012-10-17 15:02:22 +02:00
Dirk Eschler
2f869bf723 Converted documentation to shpinx and added an initial setup (work-in-progress). 2012-10-17 11:18:36 +02:00
Dirk Eschler
542c275597 Updated docs for autoregister feature and some other minor touchups. 2012-10-15 08:53:45 +00:00
Dirk Eschler
d92491b184 Created docs for 0.4 release from current trunk. 2012-10-12 13:19:56 +00:00
Dirk Eschler
ee4e8a4b64 Updated docs for FileField and ImageField. 2012-10-12 08:51:27 +00:00
Dirk Eschler
778cf6efe7 Fixed typos in documentation. Resolves issue 82. 2012-07-25 20:08:00 +00:00
Dirk Eschler
4afb04b75a Moved autoregistration code to init and merged related changes from hyperweek's branch at github . This eliminates the need for hooking into urls.py. 2012-07-11 09:52:49 +00:00
Dirk Eschler
4579d831e5 Use app-level translation files in favour of a single project-level one. Adds an autoregister feature similiar to the one provided by Django's admin. A new setting MODELTRANSLATION_TRANSLATION_FILES keeps backwards compatibility with older versions. This is basically a merge from django-modeltranslation-wrapper with a few changes regarding how registration is triggered. See documentation for details. Resolves issues 58 and 71 (thanks to Jacek Tomaszewski, the author of modeltranslation-wrapper). 2012-07-10 12:58:08 +00:00
Dirk Eschler
6409e2cb51 Created 0.3 docs from current development version. 2011-06-03 09:11:15 +00:00
Dirk Eschler
50f924cfad Prepared docs for 0.3 release. 2011-06-03 08:43:04 +00:00
Dirk Eschler
ae7d03c64f Made the section "TranslationAdmin in combination with other admin classes" less confusing. Resolves issue 32. 2011-04-10 21:19:20 +00:00
Dirk Eschler
42d8fcd458 Added (incomplete) list of contributors to authors file. 2010-10-26 20:28:20 +00:00
Dirk Eschler
ab03291848 General documentation touchups. Used wikir compatible syntax for literal blocks. Fixed internal links. 2010-08-30 09:54:31 +00:00
Dirk Eschler
951b0699cb Corrected tabs css path. 2010-08-29 21:29:32 +00:00
Dirk Eschler
63fd7c0c7c Changed handling of supported fields. By default CharField, TextField and subclasses of these fields are supported. Supported fields can be extended through the setting MODELTRANSLATION_CUSTOM_FIELDS. Support for related fields is experimental and these fields explicitly raise a FutureWarning now. 2010-08-27 08:39:41 +00:00
Dirk Eschler
6438ef28e5 Added jquery-ui based admin support for tabbed translation fields. Resolves issue 39 (thanks to jaap and adamsc). 2010-08-05 19:38:05 +00:00
Dirk Eschler
77350b1e89 Factored out settings into a separate settings.py and consistently used an app specific settings prefix, TRANSLATION_REGISTRY now deprecated in favour of MODELTRANSLATION_TRANSLATION_REGISTRY. 2010-06-26 08:54:08 +00:00
Dirk Eschler
0ac39fba8c Added configurable default value per field instance. Resolves issue 28 (thanks to bmihelac). 2010-06-21 13:38:34 +00:00
Dirk Eschler
9b68efda05 Added setting to override the default language. Resolves issue 2. 2010-06-21 09:43:41 +00:00
Dirk Eschler
f1aa871b75 Tagged docs for release 0.2. 2010-06-15 10:21:10 +00:00
Dirk Eschler
fd78a0957f Added documentation for admin inlines. 2010-04-19 11:49:24 +00:00
Dirk Eschler
e91f9b236d Removed unused wiki documentation. 2010-04-19 11:11:38 +00:00
Dirk Eschler
cf16824203 Tagged docs for release 0.1. 2010-04-19 11:04:55 +00:00
Dirk Eschler
51f973657e Reverted removal of TRANSLATION_REGISTRY. Handled ImportError. 2010-03-17 10:00:29 +00:00
Dirk Eschler
37e0ec21d5 Removed TRANSLATION_REGISTRY setting. The translation.py is supposed to be kept in the project root and this has to be in PYTHONPATH anyway. 2010-03-02 15:34:49 +00:00
Peter Eschler
8ecb23309e Updated documentation and added some initial distutils setup file. 2009-02-22 22:56:53 +00:00
Peter Eschler
70e8804a9d Updated documentation. 2009-02-21 02:17:32 +00:00
Peter Eschler
d964b29caf Added docs and implementation for the translation registry. 2009-02-17 23:55:17 +00:00
Peter Eschler
73ee7db101 Initial source and metadata import. 2009-02-17 21:08:19 +00:00