| Age | Commit message (Expand) | Author |
| 2006-03-02 | Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list... | Adrian Holovaty |
| 2006-03-01 | fixed #1432: updated russian translations | Georg Bauer |
| 2006-03-01 | Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr... | Adrian Holovaty |
| 2006-03-01 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao... | Adrian Holovaty |
| 2006-03-01 | Added note to mysql backend about DATE_FORMAT not working. Refs #1423 | Adrian Holovaty |
| 2006-03-01 | Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous | Adrian Holovaty |
| 2006-02-28 | Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view... | Adrian Holovaty |
| 2006-02-27 | Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1033 -- pagination in object_list generic views now use 1-indexed page... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1059 -- Fixed line numbers off-by-one error in debug output | Adrian Holovaty |
| 2006-02-27 | Negligible formatting change to [2417] -- changed colon use to be consistent | Adrian Holovaty |
| 2006-02-27 | Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #889 (Thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1404 (thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-25 | Rolled back [2390] temporarily to test against some other edge cases | Adrian Holovaty |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-24 | Refactored cache from django/core/cache.py into django/core/cache package, wi... | Adrian Holovaty |
| 2006-02-23 | Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than... | Adrian Holovaty |
| 2006-02-23 | Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet | Adrian Holovaty |
| 2006-02-22 | Fixed #1275 and #1288 -- Change e-mail address validator regular expression t... | Adrian Holovaty |
| 2006-02-21 | fixed #1382 - new polish translation | Georg Bauer |
| 2006-02-20 | Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin | Adrian Holovaty |
| 2006-02-18 | Changed 'runserver' to display the Django version, and massaged the wording a... | Adrian Holovaty |
| 2006-02-18 | Fixed #894 -- Moved response middleware call to base.py so that exceptions in... | Adrian Holovaty |
| 2006-02-18 | Fixed #1289 -- Improved 'inspectdb' to introspect decimal_places and max_digi... | Adrian Holovaty |
| 2006-02-18 | Fixed #721 -- isAlphaNumericURL validator now allows dashes | Adrian Holovaty |
| 2006-02-18 | Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages.... | Adrian Holovaty |
| 2006-02-18 | Reworded comment atop inspectdb-generated models to imply primary_key may now... | Adrian Holovaty |
| 2006-02-18 | Implemented get_indexes() for Postgres backend, which means 'inspectdb' can i... | Adrian Holovaty |
| 2006-02-18 | Changed get_indexes() hook from [2346] to return 'primary_key' instead of 'ke... | Adrian Holovaty |
| 2006-02-18 | Added better docstring to get_indexes() for MySQL backend | Adrian Holovaty |
| 2006-02-18 | Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a... | Adrian Holovaty |
| 2006-02-18 | Removed unnecessary line in d.c.meta.fields, due to [2342] | Adrian Holovaty |
| 2006-02-18 | Fixed #1038 -- Changed ForeignKey to calculate verbose_name by looking at its... | Adrian Holovaty |
| 2006-02-18 | Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func... | Adrian Holovaty |
| 2006-02-18 | Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis... | Adrian Holovaty |
| 2006-02-18 | Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d... | Adrian Holovaty |
| 2006-02-17 | Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1250 -- Fixed NameError when trying to delete without related object p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-02-17 | Fixed #1302 -- Added next_month and previous_month to template context in arc... | Adrian Holovaty |
| 2006-02-17 | Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran Holland | Adrian Holovaty |
| 2006-02-17 | Fixed #1357 and #614 -- <select> formfields now escape values | Adrian Holovaty |
| 2006-02-10 | Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N... | Adrian Holovaty |
| 2006-02-10 | Improved url_re in django.core.validators to accept https. Thanks, Eric Hsu | Adrian Holovaty |
| 2006-02-09 | Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s... | Adrian Holovaty |
| 2006-02-06 | fixed #1333 - updated 'ja' translations | Georg Bauer |