| Age | Commit message (Expand) | Author |
| 2005-09-22 | Added django.core.validators.isValidHTML | Adrian Holovaty |
| 2005-09-22 | Converted django.contrib.comments.views.* to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.admin.doc to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.auth.login to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.registration.passwords to use load_and_render -- it's ... | Adrian Holovaty |
| 2005-09-21 | Fixed #533 -- Fixed bug when using custom context_instance in load_and_render... | Adrian Holovaty |
| 2005-09-21 | Changed django.core.extensions.load_and_render to take context_instance inste... | Adrian Holovaty |
| 2005-09-21 | Added django.core.extensions.load_and_render, which factors out the boilerpla... | Adrian Holovaty |
| 2005-09-20 | Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary... | Adrian Holovaty |
| 2005-09-20 | Improved model validator so that it validates admin.list_display values | Adrian Holovaty |
| 2005-09-19 | Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, ... | Adrian Holovaty |
| 2005-09-17 | Companion django.core.extensions checkin to [644] | Adrian Holovaty |
| 2005-09-17 | Fixed mutable-argument bug in template.Context init. Thanks, Luke | Adrian Holovaty |
| 2005-09-15 | Fixed "unique" validator for fields with relations. | Jacob Kaplan-Moss |
| 2005-09-14 | Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, e... | Adrian Holovaty |
| 2005-09-14 | Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you overrid... | Adrian Holovaty |
| 2005-09-13 | Fixed metasystem bug when using get_related_many_to_many() method with a cust... | Adrian Holovaty |
| 2005-09-13 | Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467 | Adrian Holovaty |
| 2005-09-13 | Removed utils.text.fix_microsoft_characters, which didn't actually do anythin... | Adrian Holovaty |
| 2005-09-13 | Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugene | Adrian Holovaty |
| 2005-09-11 | Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-09-11 | Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u... | Adrian Holovaty |
| 2005-09-06 | Made 'django-admin.py init' more robust | Adrian Holovaty |
| 2005-09-05 | Improved model validator to check for upload_to attribute in FileFields | Adrian Holovaty |
| 2005-09-04 | Fixed #458 -- Added /r/ to default admin urlconf | 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 | Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i... | Adrian Holovaty |
| 2005-09-02 | Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-... | 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 #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 bug in [601] | 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 | 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 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | 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 | Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,... | Adrian Holovaty |
| 2005-08-29 | Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ... | Adrian Holovaty |
| 2005-08-29 | Fixed small bug in manipulator handling of one-to-one-related foreign keys | Adrian Holovaty |