0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/django
2015-05-25 12:06:55 -04:00
..
apps Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
bin
conf Updated translations from Transifex 2015-04-30 14:29:08 +02:00
contrib Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare_value() 2015-05-25 12:06:55 -04:00
core Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
db Well, what should I say: UPS. 2015-05-24 17:33:44 +02:00
dispatch
forms Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
http Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
middleware Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
template Fixed #17085, #24783 -- Refactored template library registration. 2015-05-21 09:12:06 -05:00
templatetags Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00
test Fixed #24773 -- Added a json() method on test client responses. 2015-05-25 10:42:30 -04:00
utils Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
views Fixed typos in HTTP decorator docs. 2015-05-25 07:38:08 -04:00
__init__.py
shortcuts.py