django-modeltranslation/modeltranslation
Jacek Tomaszewski 18e70bb4e1 Merge pull request #133 from wrwrwr/feature/descending-order-with-translation-fix
Fix ``order_by`` on descending translation field
2013-02-03 05:36:02 -08:00
..
management Revert "Added a workaround for abstract models not being handled correctly." 2013-01-08 12:17:44 +01:00
static/modeltranslation Added comment about zinnia. 2012-11-29 13:13:07 +01:00
tests Merge pull request #133 from wrwrwr/feature/descending-order-with-translation-fix 2013-02-03 05:36:02 -08:00
__init__.py Prepared 0.5b1 release. 2013-01-07 11:10:28 +01:00
admin.py Minor cleanups. 2012-11-20 20:48:26 +01:00
fields.py Allow descriptor introspection. 2013-01-29 19:54:23 +01:00
manager.py Remove / reattach '-' prefix from fields given to `order_by` for rewriting to work. 2013-01-31 16:34:53 +01:00
models.py Moved initialization code back to models.py due to race condition on certain setups. Resolves issue #91. 2012-11-01 18:18:21 +01:00
settings.py Fallback to DEFAULT_LANGUAGE by default. 2012-11-28 11:32:43 +01:00
translator.py Fix MultilingualQUerySet custom inheritance. 2013-01-07 18:02:15 +01:00
utils.py Add fallback language feature and base tests. 2012-11-13 16:28:42 +01:00