django1/django
Jacob Kaplan-Moss 3b63953704 Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failing test helped quite a bit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-31 20:11:11 +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 Updated Estonian translation. Thanks Erik Allik. 2008-08-31 19:43:49 +00:00
contrib Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to the widget for use outside the admin. This also corrects RelatedFieldWidgetWrapper to expose the media of the wrapped widget. Thanks Erwin for the report and cgrady and ramikassab for the complete patch. 2008-08-31 17:20:43 +00:00
core Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when 2008-08-31 18:21:06 +00:00
db Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failing test helped quite a bit. 2008-08-31 20:11:11 +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 Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it 2008-08-31 20:10:50 +00:00
http Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien. 2008-08-29 16:49:19 +00:00
middleware Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMiddleware` 2008-08-27 20:29:58 +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 #7027: template tags now corectly break tokens around strings marked for translation. 2008-08-31 18:28:06 +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 #8636: Corrected the test client to use the string '80' in the request META, rather than the integer 80. Thanks to Adam Lofts for the report and fix. 2008-08-28 11:52:50 +00:00
utils Fixed #8725 -- Handle empty URL patterns in reverse(). 2008-08-31 17:20:40 +00:00
views Fixed #8287: the debug page now shows the actual requested URL even if you've messed with request.path. Patch from Giuliani Vito Ivan. 2008-08-27 19:59:29 +00:00
__init__.py Bumped version number for 1.0 Beta 2 release. 2008-08-27 12:18:02 +00:00