1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/django
2009-02-11 20:13:17 +00:00
..
bin
conf Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
contrib Fixed tabs in source, stupid emacs. 2009-02-07 19:32:37 +00:00
core Fixed #9789 -- Handle jython's compiled settings filename correctly. 2009-01-19 12:46:54 +00:00
db Fixed #10224: Don't attempt to decode binary string data in the Oracle backend. 2009-02-11 00:15:23 +00:00
dispatch
forms Fixed 10075: Allowed saving of inline-edited models that use multi-table inheritance. 2009-02-03 14:02:09 +00:00
http
middleware Fixed #9199 -- We were erroneously only prepending "www" to the domain if we 2008-10-07 08:22:50 +00:00
shortcuts
template Fixed #10014 -- Don't crash when using debug template tag inside a block node tag. 2009-01-16 08:59:02 +00:00
templatetags
test Added code to make TestSuites iterable when running on Python 2.3. (r9756 added code that iterates over them, thus broke running tests on Python 2.3, sigh.) 2009-01-17 22:04:40 +00:00
utils 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:13:17 +00:00
views Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2. 2009-01-09 12:41:07 +00:00
__init__.py