django/django
Russell Keith-Magee 0b619104dd [1.0.X] Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to Tarken for the report.
Merge of r9861 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22 07:03:16 +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 [1.0.X] Refs #8836, Updated translation for Slovenian. 2009-02-13 11:03:16 +00:00
contrib [1.0.X] Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to Tarken for the report. 2009-02-22 07:03:16 +00:00
core [1.0.X] Fixed #10240 -- Restored YAML serialization with Decimal objects that broke with r9823. Thanks Alex Gaynor for the report. 2009-02-12 02:55:32 +00:00
db [1.0.X] Fixed #10224: Don't attempt to decode binary string data in the Oracle backend. Backport of [9821] from trunk. 2009-02-11 00:16:44 +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 #10075: Allowed saving of inline-edited models that use multi-table inheritance. 2009-02-03 14:24:06 +00:00
http Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien. 2008-08-29 16:49:19 +00:00
middleware [1.0.X] Fixed #9199 -- We were erroneously only prepending "www" to the domain 2008-10-07 08:26:31 +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 [1.0.X] Fixed #10014 -- Don't crash when using debug template tag inside a block node tag. 2009-01-16 09:00:24 +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 [1.0.X] Fixed #8551 -- Added REMOTE_ADDR to the default Test Client environment. Thanks to schmichael for the report and patch. 2009-02-21 07:29:21 +00:00
utils [1.0.X] Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal object when the model instance was not retrieved from the database. Thanks Justin Driscoll and pigletto. 2009-02-11 20:14:24 +00:00
views [1.0.X] Revised r9567 slightly to be backwards compatible with versions 1.0 - 1.0.2. 2009-01-09 12:42:35 +00:00
__init__.py [1.0.X] With 1.0.2 out, this branch is now 1.0.3 pre-alpha 2008-11-19 06:01:45 +00:00