.. |
bin
|
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.
|
2008-07-06 06:39:44 +00:00 |
conf
|
Fixed #8446 -- Typo fix in the French translation. Thanks, steadicat.
|
2008-08-21 15:13:52 +00:00 |
contrib
|
Fixed #8465. Mark KML input as safe so elements aren't escaped; added some defaults for name and description.
|
2008-08-23 07:06:30 +00:00 |
core
|
Fixed #8136: Added a signal emission when an error is raised handling an error. This was required for the test client to handle missing 404.html templates and errors in the 404.html template. Thanks to danfairs for the report and fix.
|
2008-08-22 13:59:41 +00:00 |
db
|
Fixed #8040 -- SlugField now returns a proper formfield to deal with validation. Thanks Daniel Pope for the ticket and patch.
|
2008-08-23 04:59:25 +00:00 |
dispatch
|
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
|
2008-08-10 21:10:47 +00:00 |
forms
|
Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of decimal places, based on patch from dgouldin.
|
2008-08-15 20:09:47 +00:00 |
http
|
Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. This
|
2008-08-21 13:55:21 +00:00 |
middleware
|
Fixed #8381 -- Fixed a problem with appending slashes in the common middleware
|
2008-08-21 01:32:18 +00:00 |
oldforms
|
Removed several deprecated features for 1.0 (refs #7830):
|
2008-08-02 04:56:11 +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 #7443: Corrected a long standing mistake in the timesince/timeuntil filters when using a parameter for 'now'. Thanks to Andrew Shearer <ashearerw@shearersoftware.com> for the report.
|
2008-08-23 12:52:04 +00:00 |
templatetags
|
Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to be a template variable. Inspired by the patch by zz and edrik
|
2008-06-26 04:54:10 +00:00 |
test
|
Fixed #7416: Modified test client to preserve session when a user logs in. Thanks to lakin.wecker@gmail.com for the report and Eric Holscher for the patch and test case.
|
2008-08-15 12:08:29 +00:00 |
utils
|
Fixed #8283 -- Fixed an edge case when adding things to the "where" tree and
|
2008-08-16 20:40:00 +00:00 |
views
|
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage.
|
2008-08-23 04:46:33 +00:00 |
__init__.py
|
Modified version number string for Beta 1 release.
|
2008-08-15 02:26:50 +00:00 |