.. |
cache
|
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
|
2014-02-08 11:12:19 -05:00 |
checks
|
Reverting unapplied migrations check away from being a system-level check.
|
2014-02-12 18:55:20 +00:00 |
files
|
Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypes
|
2014-02-08 15:52:06 -05:00 |
handlers
|
Replace _parse_content_type with cgi.parse_header
|
2014-02-09 10:01:16 +11:00 |
mail
|
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
|
2014-02-08 11:12:19 -05:00 |
management
|
Fixed #21856: Don't crash runserver when DATABASES = {}
|
2014-02-12 19:09:43 +00:00 |
serializers
|
Took advantage of the new get_model API. Refs #21702.
|
2014-01-26 13:08:05 +01:00 |
servers
|
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
|
2014-02-08 11:12:19 -05:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
context_processors.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
exceptions.py
|
Trigger AttributeError in ValidationError.message_dict when error_dict is missing.
|
2013-12-07 23:01:28 +07:00 |
paginator.py
|
Fixed #19938 -- Consumed iterator only once in paginator's Page
|
2013-05-25 16:27:26 +02:00 |
signals.py
|
Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster.
|
2008-08-06 15:32:46 +00:00 |
signing.py
|
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
|
2014-02-08 11:12:19 -05:00 |
urlresolvers.py
|
Fixed #21177 -- Made resolve_url support relative URLs.
|
2014-02-14 17:58:03 -05:00 |
validators.py
|
Fixed #20784 -- Added inverse_match parameter to RegexValidator.
|
2014-02-10 05:38:43 -05:00 |
wsgi.py
|
Stopped populating the app registry as a side effect.
|
2013-12-30 22:11:17 +01:00 |