summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-28Clarified psycopg version in docs/install.txtAdrian Holovaty
2006-03-27Fixed #1546 -- Fixed bad links in docs/templates_python.txt.Adrian Holovaty
2006-03-24Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu...Adrian Holovaty
2006-03-24Fixed typo in docs/outputting_pdf.txt. Thanks, PaulAdrian Holovaty
2006-03-22Added note to docs/model-api.txt about custom WHERE clausesAdrian Holovaty
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty
2006-03-21Fixed typo in docs/generic_views.txt. Thanks, pbxAdrian Holovaty
2006-03-21Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola a...Adrian Holovaty
2006-03-20fixed #1520 - added new greek translationGeorg Bauer
2006-03-20fixed #1521 - new slovenian translationGeorg Bauer
2006-03-20Fixed bug in [2531]. Thanks, NedAdrian Holovaty
2006-03-19Simplified two unnecessary list comprehensions in core/meta/__init__.py. Than...Adrian Holovaty
2006-03-17Changed django.utils.cache.patch_response_headesr to move unnecessary calcula...Adrian Holovaty
2006-03-16Updated 1.0 date in docs/faq.txtAdrian Holovaty
2006-03-16Fixed typo in docs/flatpages.txt. Thanks, Anders HovmöllerAdrian Holovaty
2006-03-10Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amorAdrian Holovaty
2006-03-03Fixed #1457 -- Added support for if-modified-since header in django.views.sta...Adrian Holovaty
2006-03-02fixed #1446: updated traditional chinese translationGeorg Bauer
2006-03-02Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol...Adrian Holovaty
2006-03-02Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list...Adrian Holovaty
2006-03-01fixed #1432: updated russian translationsGeorg Bauer
2006-03-01Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr...Adrian Holovaty
2006-03-01Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty
2006-03-01Added note to mysql backend about DATE_FORMAT not working. Refs #1423Adrian Holovaty
2006-03-01Added model unit tests for get_DATEFIELD_list(). Refs #1423Adrian Holovaty
2006-03-01Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymousAdrian Holovaty
2006-03-01Fixed #1427 -- Upgraded ez_setup.py to 0.6a10Adrian Holovaty
2006-02-28Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view...Adrian Holovaty
2006-02-27Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch...Jacob Kaplan-Moss
2006-02-27Fixed #1033 -- pagination in object_list generic views now use 1-indexed page...Jacob Kaplan-Moss
2006-02-27Fixed #1059 -- Fixed line numbers off-by-one error in debug outputAdrian Holovaty
2006-02-27Negligible formatting change to [2417] -- changed colon use to be consistentAdrian Holovaty
2006-02-27Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelziJacob Kaplan-Moss
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