1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/django
2008-07-30 03:16:39 +00:00
..
bin
conf Missing compiled messages file from previous commit. 2008-07-27 20:03:35 +00:00
contrib Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode strings 2008-07-30 00:52:01 +00:00
core Fixed #6095 -- Added the ability to specify the model to use to manage a ManyToManyField. Thanks to Eric Florenzano for his excellent work on this patch. 2008-07-29 12:41:08 +00:00
db Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto. 2008-07-30 03:16:39 +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 Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't return 2008-07-26 17:08:53 +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 Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. 2008-07-26 22:09:43 +00:00
templatetags
test Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
utils Put back [8120] along with a small tweak. Fixed #6217. 2008-07-28 00:45:04 +00:00
views Corrected spacing in warning message. 2008-07-27 17:25:37 +00:00
__init__.py Bumped version number for 1.0-alpha release. 2008-07-22 01:15:43 +00:00