| Age | Commit message (Expand) | Author |
| 2005-09-06 | Fixed some formatting bugs in [625] | Adrian Holovaty |
| 2005-09-06 | Added a couple more sections to docs/templates_python.txt | Adrian Holovaty |
| 2005-09-06 | Made small cleanups to [623] | Adrian Holovaty |
| 2005-09-05 | Added docs/templates_python.txt, which isn't finished yet | Adrian Holovaty |
| 2005-09-05 | Improved model validator to check for upload_to attribute in FileFields | Adrian Holovaty |
| 2005-09-04 | Fixed #456 -- Fixed minor typo in docs/overview.txt. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-09-04 | Fixed #458 -- Added /r/ to default admin urlconf | Adrian Holovaty |
| 2005-09-04 | Fixed #459 -- setup.py now includes admin_templates/registration. Thanks, igo... | Adrian Holovaty |
| 2005-09-02 | Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ... | Adrian Holovaty |
| 2005-09-02 | Improved model validator to make sure prepopulate_from is a list or tuple | Adrian Holovaty |
| 2005-09-02 | Added note to docs/cache.txt saying CacheMiddleware needs to be first entry i... | Adrian Holovaty |
| 2005-09-02 | Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i... | Adrian Holovaty |
| 2005-09-02 | Added unit test that confirms #404 | Adrian Holovaty |
| 2005-09-02 | Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-... | Adrian Holovaty |
| 2005-09-02 | Fixed ReST bugs in docs/django-admin.txt | Adrian Holovaty |
| 2005-09-02 | Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.com | Adrian Holovaty |
| 2005-09-02 | Fixed #448 -- Fixed bug in docs/forms.txt. Thanks, Hugo | Adrian Holovaty |
| 2005-09-02 | Fixed #453 -- 'django-admin install' now does model validation before install... | Adrian Holovaty |
| 2005-09-02 | Changed django.core.management.validate to take an optional 'outfile' argumen... | Adrian Holovaty |
| 2005-09-02 | Fixed #454 -- Clarified django-admin '--help' output to use 'modelmodule' ins... | Adrian Holovaty |
| 2005-09-02 | Fixed spacing bug in '--help' output of django-admin | Adrian Holovaty |
| 2005-09-02 | Fixed some bugs in model syntax of docs/overview.txt -- thanks, Paul Bissex | Adrian Holovaty |
| 2005-09-02 | Fixed bug in [601] | Adrian Holovaty |
| 2005-09-02 | Added link to request-and-response documentation from tutorial04 | Adrian Holovaty |
| 2005-09-02 | Added link to request-and-response documentation from tutorial03 | Adrian Holovaty |
| 2005-09-02 | Fixed bug in has_related_links=True, which is legacy and shouldn't be used by... | Adrian Holovaty |
| 2005-09-01 | Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adr... | Adrian Holovaty |
| 2005-09-01 | Fixed #287 -- Clarified description for 'slugify' template filter. Thanks, em... | Adrian Holovaty |
| 2005-09-01 | Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin... | Adrian Holovaty |
| 2005-09-01 | Added clarification to [594] | Adrian Holovaty |
| 2005-09-01 | Added 'If I make changes to a model, how do I update the database?' to the FAQ | Adrian Holovaty |
| 2005-09-01 | Fixed inevitable ReST bugs in [592] | Adrian Holovaty |
| 2005-09-01 | Added docs/request_response.txt | Adrian Holovaty |
| 2005-09-01 | Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst... | Adrian Holovaty |
| 2005-09-01 | Fixed bug in contrib comment_form template tag when hard-coded object IDs are... | Adrian Holovaty |
| 2005-09-01 | Fixed #446 -- Fixed bug in yesno template filter. Thanks, Hugo | Adrian Holovaty |
| 2005-09-01 | Updated template docs to reflect [587] | Adrian Holovaty |
| 2005-09-01 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | Adrian Holovaty |
| 2005-09-01 | Added clarifying note to docs/model-api.txt | Adrian Holovaty |
| 2005-08-31 | Reordered stuff in docs/middleware.txt and added some small clarifications | Adrian Holovaty |
| 2005-08-31 | Added docs/middleware.txt | Adrian Holovaty |
| 2005-08-31 | Changed docs/cache.txt to remove db cache, because it's not done yet. | Adrian Holovaty |
| 2005-08-31 | Fixed #385 -- Fixed bug in yesno template filter. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-08-31 | Fixed #403 -- Fixed bug in floatformat template filter. Thanks, nesh | Adrian Holovaty |
| 2005-08-31 | Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than... | Adrian Holovaty |
| 2005-08-31 | Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window... | Adrian Holovaty |
| 2005-08-30 | Refactored comment templatetags to remove redundant 'tag_name' parameter. Als... | Adrian Holovaty |
| 2005-08-30 | Fixed display bug in admin when deleting an object that has a OneToOneField | Adrian Holovaty |
| 2005-08-29 | Updated docs/templates.txt to add {% ifequal %} | Adrian Holovaty |
| 2005-08-29 | Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,... | Adrian Holovaty |