1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django
2008-11-17 18:42:48 +00:00
..
bin
conf Italian translation updated 2008-11-14 07:15:15 +00:00
contrib Reverted r9480 -- the patch broke the Oracle spatial backend. 2008-11-17 18:42:48 +00:00
core Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The net 2008-11-16 09:27:16 +00:00
db Fixed #9608: Ensured a Model's default repr() is printable even if its __unicode__ method raises a Unicode error. 2008-11-16 18:58:43 +00:00
dispatch
forms Fixed #9076 -- Changed BaseInlineFormSet to not override BaseModelFormSet's get_queryset method. BaseInlineFormSet's method did not include a couple of fixes/enhancements that were made to the parent's method, resulting in excessive queries (some of which can return bad data due to #9006) for admin pages with inlines. 2008-11-14 15:37:59 +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 a bug introduced in r9422. 2008-11-15 02:49:15 +00:00
templatetags
test Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with Python 2.3/2.4. Thanks to Karen Tracey for the report and fix. 2008-11-16 08:20:25 +00:00
utils Fixed #9579 -- Properly handle apps running with (and specifically, loading templates from) a current working directory path that contains non-ASCII characters. Thanks for the report to gonzalodelgado and for advice on how to fix it to Daniel Pope. 2008-11-13 19:03:42 +00:00
views Moved the bulk of the shortcut() function in django/views/defaults.py to a new module, django/contrib/contenttypes/views.py. As a result, django/views/defaults.py no longer relies on django.contrib.contenttypes. Of course, the shortcut() function is still available in the former module, for backwards compatibility. See the new FutureBackwardsIncompatibleChanges wiki page. 2008-09-10 05:56:34 +00:00
__init__.py Update django.VERSION in trunk per previous discussion 2008-09-30 17:50:44 +00:00