.. |
cache
|
Fixed #16358 - Made memcache backend delete old value on a failure to set.
|
2014-11-13 00:46:03 -05:00 |
checks
|
Fixed #23765 -- Removed BooleanField default check which often yielded false positives.
|
2014-11-13 20:12:29 +01:00 |
files
|
Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.
|
2014-11-24 15:54:57 -05:00 |
handlers
|
Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.
|
2014-11-27 07:55:07 -05:00 |
mail
|
Fixed #23910 -- Added reply_to parameter to EmailMessage
|
2014-11-28 06:00:06 -05:00 |
management
|
Fixed #20968 -- Checked Spatialite metadata before migrations
|
2014-12-08 22:22:53 +01:00 |
serializers
|
Added a new GeoJSON serialization format for GeoDjango
|
2014-11-15 18:07:18 +01:00 |
servers
|
Fixed #4444 - Made runserver suppress 'broken pipe' errors
|
2014-11-28 10:51:15 -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
|
Converted sql_queries into a lazily evaluated list.
|
2014-08-30 13:27:56 +02:00 |
exceptions.py
|
Reduced reduce() usage; refs #23796.
|
2014-11-20 14:31:14 -05:00 |
paginator.py
|
Ensured that Paginator.page_range works the same on Python 2 and 3.
|
2014-08-03 21:10:00 +02:00 |
signals.py
|
Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.
|
2014-08-29 10:12:03 -04:00 |
signing.py
|
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
|
2014-11-15 19:36:33 +01:00 |
urlresolvers.py
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
validators.py
|
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
|
2014-11-22 22:29:23 -07:00 |
wsgi.py
|
Stopped populating the app registry as a side effect.
|
2013-12-30 22:11:17 +01:00 |