.. |
bin
|
Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268
|
2008-06-16 04:09:44 +00:00 |
conf
|
Refs #7458, New Lithuanian translation. Thanks Rapolas Kaselis.
|
2008-06-18 20:38:35 +00:00 |
contrib
|
Fixed #3393: login view no longer assumes that set_test_cookie has been called. This is mildly backwards-incompatible, but in the "now it works the way it should have all along" sense. Thanks to James and lcordier for the patches.
|
2008-06-18 16:13:14 +00:00 |
core
|
Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thanks, Bastian Kleineidam
|
2008-06-16 04:16:21 +00:00 |
db
|
Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. Thanks, msaelices.
|
2008-06-17 13:58:19 +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 #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto
|
2008-03-20 07:16:16 +00:00 |
middleware
|
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoting it. Thanks, skjohn@us.ibm.com
|
2008-06-16 04:13:04 +00:00 |
newforms
|
Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to Ivan Sagalaev and batiste@dosimple.ch for the patches.
|
2008-06-18 16:33:04 +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 #7318 -- Cleaned up the template inheritance logic, specifically to handle the case where the parent template has no template tags/blocks. Took the opportunity to optimize the logic a little. Thanks to Matthias Kestenholz <mk@spinlock.ch> for the original report and test case.
|
2008-06-18 12:59:39 +00:00 |
templatetags
|
Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag.
|
2008-03-17 14:55:30 +00:00 |
test
|
Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.
|
2008-06-07 06:25:59 +00:00 |
utils
|
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoting it. Thanks, skjohn@us.ibm.com
|
2008-06-16 04:13:04 +00:00 |
views
|
Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill
|
2008-06-16 03:41:03 +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 |