1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/django
2005-09-21 17:24:33 +00:00
..
bin Fixed spacing bug in '--help' output of django-admin 2005-09-02 18:23:42 +00:00
conf Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you override the default '.html' if you want to use a different extension (or none at all) for templates 2005-09-14 01:24:36 +00:00
contrib Fixed bug in contrib comment_form template tag when hard-coded object IDs are used 2005-09-01 03:06:47 +00:00
core Added django.core.extensions.load_and_render, which factors out the boilerplate of loading a template, rendering a context and returning an HttpResponse 2005-09-21 17:24:33 +00:00
middleware Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-string pairs, instead of the first of each pair. Added a QueryDict.urlencode() method to accomplish this. Updated the docs. Thanks for the good catch, mlambert 2005-09-02 19:39:47 +00:00
models Fixed metasystem bug when using get_related_many_to_many() method with a custom-named primary key. Thanks, stane 2005-09-13 03:48:06 +00:00
parts Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
templatetags Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
utils Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, eugene 2005-09-14 17:39:47 +00:00
views Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary keys are integers and are not called 'id'. Thanks for the bug report, nesh 2005-09-20 03:46:11 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00