Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 4, 2015
Commits on Nov 10, 2015
- committed
Fix issue KristianOellegaard#262: TranslatableModelForm's Meta should inherit base form Meta, if one exists.
committed- committed
- committed
- committed
Commits on Sep 2, 2015
Commits on Sep 1, 2015
Commits on Jul 30, 2015
- committed
- committed
Commits on Jul 28, 2015
Commits on Jul 13, 2015
Property forward model's validation methods to translation validation, enabling proper detection of:
committed- committed
Lift Django restrictions on model.Meta.ordering/unique_together/index_together. Fixes KristianOellegaard#252.
committedFix patching of location in django admin: starting from Django 1.8 response may not be a redirect, so has no location to patch. Fixes KristianOellegaard#253. Closes KristianOellegaard#254.
committed- committed
Generate proper orm structures instead of an extra call for fallbacks() filter. Will not break if Django decides to relabel tables. Fixes KristianOellegaard#250.
committed