1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/django
Aymeric Augustin 3634948c88 Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
This mixin is useful whenever deprecating a large part of Django.
2013-05-18 16:49:15 +02:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
contrib Slightly reworked imports in contrib.auth.__init__ 2013-05-18 16:01:47 +02:00
core Fixed #9595 -- Allow non-expiring cache timeouts. 2013-05-18 15:39:42 +02:00
db Fixed #20386 - Introspection problem on Oracle 2013-05-18 14:19:26 +03:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Merge pull request #1113 from denibertovic/master 2013-05-18 07:11:11 -07:00
http Corrected documentation on the constructor arguments of MultiPartParser 2013-05-17 19:49:33 -04:00
middleware Fixed #19436 -- Don't log warnings in ensure_csrf_cookie. 2013-05-18 16:17:46 +02:00
shortcuts
template Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Moved IgnorePendingDeprecationWarningsMixin in django.test.utils. 2013-05-18 16:49:15 +02:00
utils Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages 2013-05-18 14:37:04 +02:00
views Fixed #19436 -- Don't log warnings in ensure_csrf_cookie. 2013-05-18 16:17:46 +02:00
__init__.py