django/django
Simon Charette 2faeb21d2f Moved _get_model_tuple() to the base Operation class.
This allows field and special operations to use this logic.
2017-12-30 14:50:43 -05:00
..
apps
bin
conf Added Kabyle language 2017-12-01 21:52:06 +01:00
contrib Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations. 2017-12-30 14:46:52 -05:00
core Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load a fixture due to NUL characters. 2017-12-30 12:16:11 -05:00
db Moved _get_model_tuple() to the base Operation class. 2017-12-30 14:50:43 -05:00
dispatch Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
forms Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widget_attrs() to improve performance. 2017-12-30 18:05:15 +01:00
http Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
middleware Fixed #28795 -- Removed 'not in' checks and used dict.setdefault(). 2017-11-14 10:52:52 -05:00
template Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
templatetags Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag 2017-11-07 20:48:15 +01:00
test Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
urls Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
utils Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL. 2017-12-28 17:35:41 -05:00
views Fixed #28893 -- Removed unnecessary dict.items() calls. 2017-12-06 17:17:59 -05:00
__init__.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
__main__.py
shortcuts.py Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00