django1/django
Malcolm Tredinnick 4184d6348e Fixed #8680 -- Changed a couple of GEOExceptions to Python's RuntimeError so
that help() works. Without this change, even if you didn't use the gis stuff,
just using Python 2.5's help() system would crash when searching for model
names.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 22:51:01 +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 a few of the msgid (untranslated strings) encodings in the French 2008-08-29 22:37:22 +00:00
contrib Fixed #8680 -- Changed a couple of GEOExceptions to Python's RuntimeError so 2008-08-29 22:51:01 +00:00
core Fixed #8673: fixed a missing import in `django.core.files.move`. 2008-08-29 20:00:55 +00:00
db Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung. 2008-08-29 22:29:38 +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 Fixed #7918 -- Allow the foreign key in an inline to be any where in the parent chain. Thanks sil for the report. 2008-08-29 17:41:40 +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 Merge branch 'url-tag-asvar' 2008-08-29 19:28:03 +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 #8654: added `ugettext_lazy` to `django.utils.translation.__all__`. 2008-08-28 20: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