summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-27Fixed #889 (Thanks, Tom Tobin)Jacob Kaplan-Moss
2006-02-27Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank...Jacob Kaplan-Moss
2006-02-27Fixed #1404 (thanks, Tom Tobin)Jacob Kaplan-Moss
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-25Rolled back [2390] temporarily to test against some other edge casesAdrian Holovaty
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-25Removed a datetime test in tests/defaultfilters -- it was failing because it'...Adrian Holovaty
2006-02-24Added note to docs/cache.txt about memcached backend requiring Python memcach...Adrian Holovaty
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty
2006-02-23Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than...Adrian Holovaty
2006-02-23Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineetAdrian Holovaty
2006-02-22Added 'Which sites use Django?' to the FAQAdrian Holovaty
2006-02-22Fixed #1275 and #1288 -- Change e-mail address validator regular expression t...Adrian Holovaty
2006-02-21fixed #1382 - new polish translationGeorg Bauer
2006-02-20Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom TobinAdrian Holovaty
2006-02-18Changed 'runserver' to display the Django version, and massaged the wording a...Adrian Holovaty
2006-02-18Fixed #894 -- Moved response middleware call to base.py so that exceptions in...Adrian Holovaty
2006-02-18Fixed #1289 -- Improved 'inspectdb' to introspect decimal_places and max_digi...Adrian Holovaty
2006-02-18Fixed #721 -- isAlphaNumericURL validator now allows dashesAdrian Holovaty
2006-02-18Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages....Adrian Holovaty
2006-02-18Reworded comment atop inspectdb-generated models to imply primary_key may now...Adrian Holovaty
2006-02-18Implemented get_indexes() for Postgres backend, which means 'inspectdb' can i...Adrian Holovaty
2006-02-18Changed get_indexes() hook from [2346] to return 'primary_key' instead of 'ke...Adrian Holovaty
2006-02-18Added better docstring to get_indexes() for MySQL backendAdrian Holovaty
2006-02-18Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a...Adrian Holovaty
2006-02-18Removed unnecessary line in d.c.meta.fields, due to [2342]Adrian Holovaty
2006-02-18Fixed #1038 -- Changed ForeignKey to calculate verbose_name by looking at its...Adrian Holovaty
2006-02-18Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func...Adrian Holovaty
2006-02-18Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis...Adrian Holovaty
2006-02-18Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d...Adrian Holovaty
2006-02-18Added usage to unit-test OptionParserAdrian Holovaty
2006-02-18Linked kusports.com in docs/outputting_pdf.txtAdrian Holovaty
2006-02-18Fixed ReST error in [2332]Adrian Holovaty
2006-02-18Rolled tips and doc improvements from Web-page comments into docs/outputting_...Adrian Holovaty
2006-02-18Made two small clarifications to docs/cache.txt. Thanks, Paul B.Adrian Holovaty
2006-02-17Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.p...Adrian Holovaty
2006-02-17Fixed #1250 -- Fixed NameError when trying to delete without related object p...Adrian Holovaty
2006-02-17Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j...Adrian Holovaty
2006-02-17Fixed #1296 -- Made SlugField maxlength configurable. Thanks, MattAdrian Holovaty
2006-02-17Fixed #1302 -- Added next_month and previous_month to template context in arc...Adrian Holovaty
2006-02-17Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran HollandAdrian Holovaty
2006-02-17Fixed #1357 and #614 -- <select> formfields now escape valuesAdrian Holovaty
2006-02-17Fixed #1295 -- Fixed typo in generic views docs. Thanks, MattAdrian Holovaty
2006-02-17Fixed #1365 -- Improved docs/templates.txt to note location of admin document...Adrian Holovaty
2006-02-16Fixed typo in [2311]Adrian Holovaty
2006-02-16Beefed up 'If you get a segmentation fault' section in docs/modpython.txtAdrian Holovaty
2006-02-16Added 'If you get a segmentation fault' to docs/modpython.txtAdrian Holovaty
2006-02-13Added better docs for 'phone2numeric' template filterAdrian Holovaty
2006-02-10Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric WalstadAdrian Holovaty
2006-02-10Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N...Adrian Holovaty