..
bin
Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it.
2007-11-19 05:59:58 +00:00
conf
Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we
2007-12-02 15:27:44 +00:00
contrib
Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749 .
2007-12-09 07:12:07 +00:00
core
Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on a patch from sherbang.
2007-12-11 01:20:25 +00:00
db
Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the code for loading a database module. Thanks, guido@python.org.
2007-12-09 10:18:56 +00:00
dispatch
Fixed #5664 -- Added a Jython workaround for some assumptions in the signal
2007-10-21 18:26:24 +00:00
forms
Changed django.forms to remove duplicate code and import from django.oldforms instead
2006-12-22 01:44:34 +00:00
http
Fixed #6063 -- Caught one place in HttpResponse that was not returning a str
2007-12-05 09:28:56 +00:00
middleware
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middleware. Makes customisation a bit easier. Thanks, Mihai Preda and Andy Gayton.
2007-12-02 23:25:55 +00:00
newforms
Small docstring edit to change from [6745]
2007-12-04 06:02:56 +00:00
oldforms
Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359
2007-11-14 12:58:53 +00:00
shortcuts
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming.
2007-12-02 18:21:07 +00:00
template
Fixed #6132 : note to self: when you add new template tags, you need to remember to actually register them. Thanks, Ben Walton.
2007-12-05 13:16:25 +00:00
templatetags
Fixed #5969 -- Corrected a problem introduced in [6682].
2007-11-18 03:36:03 +00:00
test
Fixed #6024 : Django's doctest no longer clashes with coverage.py. Thanks to Ned Batchelder for the original fix, and Todd O'Brian for his update to make it work with Django.
2007-12-02 21:03:53 +00:00
utils
Removed comma splices in max_length DeprecationWarning and elsewhere in the module
2007-12-04 05:56:30 +00:00
views
Changed wording of post-to-dpaste link based on a suggestion from Mordy Ovits
2007-12-04 22:20:07 +00:00
__init__.py
Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge
2007-08-21 03:08:02 +00:00