django1/django
Aymeric Augustin fe6b5e62b1 Normalized the implementation of get_db_converters.
Put the types in the same order and checked for None consistently.
2015-05-17 09:36:27 +02:00
..
apps Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -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 #24774 -- Made contrib.site's Site.domain field unique 2015-05-16 08:43:42 -04:00
core Removed global timezone-aware datetime converters. 2015-05-17 09:36:23 +02:00
db Normalized the implementation of get_db_converters. 2015-05-17 09:36:27 +02:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
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 Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
templatetags Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00
test Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warning on Python 3.5. 2015-05-16 10:42:12 -04:00
utils Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
views Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02: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