django-modeltranslation/modeltranslation
2013-10-12 14:09:39 +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 caching test for relation fields. 2013-10-12 14:09:39 +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 Add OneToOneField support. 2013-10-12 13:58:57 +02:00
forms.py Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed). 2013-10-11 21:51:10 +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 Add OneToOneField support. 2013-10-12 13:58:57 +02:00
utils.py Further work towards Python 3 support. 2013-04-08 11:41:06 +02:00
widgets.py Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed). 2013-10-11 21:51:10 +02:00