Commit graph

33 commits

Author SHA1 Message Date
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
3f4a6eb472 Validated codebase against pep8. 2010-04-19 10:52:57 +00:00
Dirk Eschler
411890e94b Added support for admin prepopulated_fields. Resolves issue 21. 2010-04-19 10:17:56 +00:00
Dirk Eschler
c59c0e094d Added support for admin list_editable. Resolves issue 20 (thanks to carl.j.meyer). 2010-04-09 14:12:09 +00:00
Dirk Eschler
5ffa006557 Updated changelog. 2010-04-09 09:09:44 +00:00
Dirk Eschler
371fc0101b Resolved a race condition between model import and translation registration in production by ensuring that models are registered for translation before TranslationAdmin runs. Resolves issue 19 (thanks to carl.j.meyer). 2010-04-09 08:53:08 +00:00
Dirk Eschler
51f973657e Reverted removal of TRANSLATION_REGISTRY. Handled ImportError. 2010-03-17 10:00:29 +00:00
Dirk Eschler
5722149554 Preserve the formfield widget of the translated field (thanks to piquadrat). 2010-03-07 12:01:27 +00:00
Dirk Eschler
5eb60f06f5 Fixed occasional "This field is required" error for the original field. Resolves issue 5. 2010-03-06 21:30:11 +00:00
Dirk Eschler
5fd7306b7e Added workaround for swallowed ImportErrors by printing a traceback explicitly. Mostly resolves issue 17. 2010-03-06 01:40:26 +00:00
Dirk Eschler
8756af3494 Added support for generic admin inlines (GenericTabularInline, GenericStackedInline). Factored out patch_translation_field functionality and import cleanups. 2010-03-05 21:09:36 +00:00
Dirk Eschler
6220314bc1 Code cleanups. 2010-03-02 22:17:39 +00:00
Dirk Eschler
0d0cb70eb5 Only print debug statements to stdout if the runserver or runserver_plus management commands are used. Resolves issue 16. 2010-03-02 16:47:19 +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
Dirk Eschler
4b564e147a Removed print statements so its usable with mod_wsgi. Resolves issue 7. 2010-02-23 14:44:23 +00:00
Dirk Eschler
68215e5cbb Fixed broken admin fields and fieldsets. Resolves issue 9 (thanks to simoncelen). 2010-02-23 14:20:42 +00:00
Dirk Eschler
6aa0b75275 Added support for South, resolves issue 11 (thanks to andrewgodwin). 2010-02-16 12:29:13 +00:00
Dirk Eschler
325837b742 Fixed creation of db fields with invalid python language code, resolving #4 (thanks to carl.j.meyer). 2010-02-16 10:47:57 +00:00
Dirk Eschler
353a4c8f65 Fixed tests to run from any project, resolving #6 (thanks to carl.j.meyer). 2010-02-16 10:01:23 +00:00
Dirk Eschler
4a5fd40ec2 Resolved #1 (thanks to carl.j.meyer for the patch). 2010-02-15 17:02:40 +00:00
Dirk Eschler
135208d9d1 Added support for inlines. 2009-12-18 15:08:39 +00:00
Peter Eschler
0cd9a5ddd1 Admin code cleanup (fixes issue 3). 2009-03-10 23:20:30 +00:00
Peter Eschler
b49e4cff88 Prepared 0.1 release. 2009-02-22 23:05:39 +00:00
Peter Eschler
8ecb23309e Updated documentation and added some initial distutils setup file. 2009-02-22 22:56:53 +00:00
Peter Eschler
e4a882abc8 Mostly cleanup. 2009-02-21 02:18:06 +00:00
Peter Eschler
70e8804a9d Updated documentation. 2009-02-21 02:17:32 +00:00
Peter Eschler
93ca595086 Fixed the management command for updating translation fields. 2009-02-18 00:05:33 +00:00
Peter Eschler
d964b29caf Added docs and implementation for the translation registry. 2009-02-17 23:55:17 +00:00
Peter Eschler
9678aa5c09 Temporary patch for resolving NotRegistered bug. 2009-02-17 23:26:49 +00:00
Peter Eschler
9ae88a38d9 Added missing management command files. 2009-02-17 21:10:02 +00:00
Peter Eschler
73ee7db101 Initial source and metadata import. 2009-02-17 21:08:19 +00:00
Peter Eschler
7fd03344a5 Initial directory structure. 2009-02-17 20:45:32 +00:00