summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-23Fixed a Python 2.3 incompatibility I overlooked in [5516].Malcolm Tredinnick
2007-06-23Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on aMalcolm Tredinnick
2007-06-23Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. ThanksMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-06-23Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.Malcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-21Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django...Adrian Holovaty
2007-06-20Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, john.scott.at...Adrian Holovaty
2007-06-20Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, john.scott.atlakson@...Adrian Holovaty
2007-06-20Fixed #4537 -- Added note to docs/install.txt about get_python_lib() shortcut...Adrian Holovaty
2007-06-20Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte...Adrian Holovaty
2007-06-20Added glin@seznam.cz to AUTHORS (from [5500])Adrian Holovaty
2007-06-20Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U...Adrian Holovaty
2007-06-20Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html...Adrian Holovaty
2007-06-20Fixed #4586 -- Fixed typo in docs/tutorial01.txt.Adrian Holovaty
2007-06-20Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache ...Adrian Holovaty
2007-06-20Fixed #4618 -- Fixed error in django.contrib.redirects new_path handling. Tha...Adrian Holovaty
2007-06-19Fixed behaviour of contrib.auth.forms.PasswordResetForm when more thanLuke Plant
2007-06-18Updated documentation for User.objects.make_random_password, fixingLuke Plant
2007-06-17Trivial formatting changes.Malcolm Tredinnick
2007-06-17Fixed #4576 -- Updated Swedish translation. Thanks, Ludvig Ericson.Malcolm Tredinnick
2007-06-17Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr()Malcolm Tredinnick
2007-06-17Changed ETag computation to first check if an ETag header already exists in theMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-15Fixed #4015 -- Changed login() and logout() messages to update request.user ifMalcolm Tredinnick
2007-06-15Fixed #3972 -- Updated docstring. Patch from SmileyChris.Malcolm Tredinnick
2007-06-15Fixed #4531 -- Added a bit more randomness to session idents. Thanks, FrankMalcolm Tredinnick
2007-06-15Fixed #4547 -- Included a fix missed in [5468].Malcolm Tredinnick
2007-06-13Fixed #4547 -- Trivial typo fixing time. Thanks, Grant Kelly.Malcolm Tredinnick
2007-06-12Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk.Malcolm Tredinnick
2007-06-11Fixed a bug in the way file uploads were constructed. The new behaviourMalcolm Tredinnick
2007-06-11Fixed #4473 -- Added documentation of the three cleaning methods invoked onMalcolm Tredinnick
2007-06-11Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for theMalcolm Tredinnick
2007-06-11Fixed #3807 -- Some small fixes to a couple of examples. Thanks,Malcolm Tredinnick
2007-06-10Added a man page for django-admin.py. Also install it correctly as part of theMalcolm Tredinnick
2007-06-10Fixed #4335 -- Added Python executable binary path and version to debug output.Malcolm Tredinnick
2007-06-10Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table hasMalcolm Tredinnick
2007-06-10Fixed #4462 -- Use builtin reversed() function when available (in "for" tag).Malcolm Tredinnick
2007-06-10Fixed #4475 -- Fixed a problem that was preventing streaming tests for theMalcolm Tredinnick
2007-06-10Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.Malcolm Tredinnick
2007-06-10Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-dateMalcolm Tredinnick
2007-06-10Fixed #4518 -- Added handling of empty strings in typecast_decimal() forMalcolm Tredinnick
2007-06-10Fixed #4489 -- Made a small grammatical tweak to Dutch translation. Thanks,Malcolm Tredinnick
2007-06-08Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil...Russell Keith-Magee
2007-06-07Made some changes to docs/newforms.txt that I'd had lying aroundAdrian Holovaty
2007-06-07Fixed misspelling in docs/add_ons.txt from [5432]Adrian Holovaty
2007-06-07Fixed typo in docs/db-api.txt from [5431]Adrian Holovaty
2007-06-07Fixed #4214: added a bit of explicit info on updating FK fields to db-api.txt...Jacob Kaplan-Moss
2007-06-07Fixed #4000 - changed documentation to note that filter arguments no longer n...Jacob Kaplan-Moss
2007-06-07Fixed #3880: added a link to the transaction docs from the model API. Thanks,...Jacob Kaplan-Moss