.. |
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 #8242: handle `foo.*` consistantly in INSTALLED_APPS.
|
2008-08-25 12:58:18 +00:00 |
contrib
|
Fixed #8425: removed the independant nations of Palau, Marshall Islands, and Micronesia from localflavor's list of US states.
|
2008-08-25 19:11:41 +00:00 |
core
|
Removed outdated "adminindex" command -- the same behavior is now far easier and better done in a template, or perhaps a custom `AdminSite.index` function. Refs #5500.
|
2008-08-25 18:53:18 +00:00 |
db
|
Fixed get_or_create test case for Oracle by re-raising the more specific IntegrityError for "ORA-01400: Cannot insert NULL into [table.col]"
|
2008-08-25 17:20:28 +00:00 |
dispatch
|
Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug.
|
2008-08-25 18:24:05 +00:00 |
forms
|
Updated `TimeInput` changes from [8491] to allow time widgets to be used with unicode values. Fixes #7499.
|
2008-08-25 19:09:44 +00:00 |
http
|
Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.
|
2008-08-23 17:28:12 +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 #7743: Reverted [8483], which was itself a reversion of [8481], after confirmation from Malcolm. 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-25 12:31:10 +00:00 |
templatetags
|
Fixed #7460 -- Made the "cache" template tag always generate keys that can be
|
2008-08-25 04:52:55 +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 #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2
|
2008-08-25 04:00:15 +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 |