django1/django
Tim Graham ad0f0daf8c Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display
Forwardport of 2456276b02 from stable/1.8.x
2015-05-28 10:52:50 -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 Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Updated translations from Transifex 2015-04-30 14:29:08 +02:00
contrib Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display 2015-05-28 10:52:50 -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 Fixed #24817 -- Prevented loss of null info in MySQL field renaming. 2015-05-28 10:07:52 -04:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms Fixed #24788 -- Allowed Forms to specify a prefix at the class level. 2015-05-25 20:23:31 -04: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 #24847 -- Prevented items set on a RequestContext from being lost. 2015-05-27 10:04:57 -04: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 Fixed #24836 -- Made force_text() resolve lazy objects. 2015-05-27 09:48:53 -04:00
views Fixed typos in HTTP decorator docs. 2015-05-25 07:38:08 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fed tuples to startswith when appropriate 2015-03-13 21:58:28 +01:00