1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django
2008-07-23 04:28:52 +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 Modified the comments in the skeleton urls.py to be more clear about how to enable the admin. Refs #7824. 2008-07-21 17:10:27 +00:00
contrib Fixed #7898 -- Moved formset media definition to a media property in InlineAdminFormSet display helper and added InlineAdminForm media at the same time. This now properly renders all media associated with the formset and its display helper children. Thanks dima.kozlov for the report. 2008-07-23 03:25:41 +00:00
core Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
db Fixed #7813 -- Allow pickling of Query classes that use select_related(). 2008-07-22 08:23:20 +00:00
dispatch Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
forms Made the semi-private _max_form_count live on the public API of formsets by renaming it to max_num. This also removes the ManagementForm use of MAX_COUNT since that usage should just be referenced to the formset's max_num property. Refs #7899. Thanks Peter of the Norse for straightening me out. 2008-07-23 04:28:52 +00:00
http Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. Thanks, julien 2008-07-22 03:26:25 +00:00
middleware
newforms Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
oldforms Fixed #7614: the quickening has come, and there now is only one UploadedFile. On top of that, UploadedFile's interface has been improved: 2008-07-07 23:16:00 +00:00
shortcuts
template
templatetags
test Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
utils Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
views Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. Thanks, julien 2008-07-22 03:26:25 +00:00
__init__.py Bumped version number for 1.0-alpha release. 2008-07-22 01:15:43 +00:00