django1/django
Malcolm Tredinnick 646f2f6101 Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.
Patch from tom@almostobsolete.net and RobotAdam.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 17:28:12 +00:00
..
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 #8498 -- Add the ability to customize the template for app_index similar to the other views on the AdminSite class. Thanks Jannis Leidel for the patch. 2008-08-23 16:27:12 +00:00
core Fixed #7042 -- The management validation command nows alerts users to the 2008-08-23 16:56: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 #7244 -- Allow widget overriding in subclasses for ModelChoiceField, 2008-08-23 17:26:00 +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 Reverted [8481] and [8482] while we work out what is going on with #8453 and the related discussions that I wasn't previously aware of. 2008-08-23 15:03:40 +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