django-modeltranslation/modeltranslation
2013-10-10 23:05:26 +02:00
..
management Fixed flake8 errors. 2013-05-23 23:11:54 +02:00
static/modeltranslation Fix compatibility with older jQuery. 2013-10-10 22:57:59 +02:00
tests Add more prepopulated_fields tests. 2013-10-10 16:54:15 +02:00
__init__.py Master now reflects 0.7dev, important bugfixes go to 0.6.x branch. 2013-03-01 12:48:22 +01:00
admin.py Show None checkboxes on form fields, especially admin (close #187). 2013-10-10 23:05:26 +02:00
fields.py Show None checkboxes on form fields, especially admin (close #187). 2013-10-10 23:05:26 +02:00
forms.py Reworked the solution by replacing clearable widgets with a widget wrapper. This makes it possible to wrap only widgets of nullable fields, and thus not add the clear checkbox when it's not needed. 2013-05-14 22:21:03 +02:00
manager.py Remove Python 2.5 compatibility code. 2013-04-08 11:57:46 +02:00
models.py Adapt management commands and a debug message (by using `get_registered_models rather than directly registry`). 2013-02-10 18:28:06 +01:00
settings.py Fixed flake8 errors. 2013-08-27 12:18:42 +02:00
translator.py Make every manager MultiLingual, not only objects (close #198). 2013-10-10 15:27:27 +02:00
utils.py Further work towards Python 3 support. 2013-04-08 11:41:06 +02:00
widgets.py Use ugettext_lazy instead of ugettext (close #202). 2013-10-10 16:07:01 +02:00