| Age | Commit message (Expand) | Author |
| 2007-06-01 | Negligible spacing change to docs/templates_python.txt | Adrian Holovaty |
| 2007-06-01 | Edited docs/url_dispatch.txt changes from [5362] | Adrian Holovaty |
| 2007-06-01 | rollback on dummy database now has no effect (previously raised an error). Th... | Simon Willison |
| 2007-06-01 | Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser... | Russell Keith-Magee |
| 2007-06-01 | Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-06-01 | Fixed #3206 -- Changed ETag comparison to only return 304 when the normal | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4401 -- Added documentation about mimetype parameter to | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks, | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4290 -- Added a warning about trailing slashes to the project settings | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4427 -- Ported daily_cleanup.py to use model API for greater | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4423 -- Typo fix. | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4409 -- Fixed a typo in tutorial (thanks, mitch.hunt.007@gmail.com | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only code | Malcolm Tredinnick |
| 2007-05-31 | Fixed #4441 -- Made a small optimization to the regroup template tag implemen... | Adrian Holovaty |
| 2007-05-31 | Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ... | Russell Keith-Magee |
| 2007-05-31 | Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayley | Adrian Holovaty |
| 2007-05-31 | Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral | Jacob Kaplan-Moss |
| 2007-05-29 | Fixed #4420 -- Fixed broken link in docs/testing.txt | Adrian Holovaty |
| 2007-05-29 | Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure | Malcolm Tredinnick |
| 2007-05-29 | Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ... | Russell Keith-Magee |
| 2007-05-28 | Fixed a serialization problem with objects that have a foreign key on an obje... | Russell Keith-Magee |
| 2007-05-28 | Fixed #4331 -- Updated possible installation paths for Python site-packages on | Malcolm Tredinnick |
| 2007-05-27 | Fixed a typo. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4221 -- Removed dependence on hard-coded URL in tutorial 4. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4364 -- Added a link to the main docs page to the end of the tutorial in | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4307 -- Clarified that ROOT_URLCONF is in settings.py and fixed a small | Malcolm Tredinnick |
| 2007-05-27 | Added references to the various get_FOO_*() methods for FileField and | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4150 -- Added an explanation of how to use eggs with mod_python. | Malcolm Tredinnick |
| 2007-05-27 | Added documentation for reverse() (based on a patch from Simon Greenhill) and | Malcolm Tredinnick |
| 2007-05-27 | Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL. | Malcolm Tredinnick |
| 2007-05-27 | Report an error if urlpatterns contain a string view name and it is empty. | Malcolm Tredinnick |
| 2007-05-27 | Added a clarification that {#...#} is only for single-line comments. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4395 -- Fixed a couple of typos in the examples. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4323 -- Added the ability to display author names without email | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4388 -- Documented where the view shortcuts are imported from. Based on | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4372 -- Fixed a small typo in an error message. Thanks, John Shaffer. | Malcolm Tredinnick |
| 2007-05-26 | Added a new form test that I forgot to commit in [5348]. Refs #3718. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4355 -- Clarified a confusing example in the use of the url template | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe the | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4351 -- Attempted to make it easier for readers to see the difference | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4377 -- Small tweak to the German translation. Thanks, Frank Tegtmeyer. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4383 -- Updated Catalan translation. Thanks, Marc Fargas. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #3718 -- Exposed form errors to cleaning methods as soon as they are | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4297 -- Made form errors available to sub-classes. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4390, #4385 -- Made it clear that cleaned_data wasn't being assigned to | Malcolm Tredinnick |
| 2007-05-24 | Fixed #4378 -- Fixed a broken format string. | Malcolm Tredinnick |
| 2007-05-22 | Fixed #3397 (again): admin_order_field is now displayed correctly in the admi... | Jacob Kaplan-Moss |
| 2007-05-22 | Fixed #4357 -- Removed a type conversion that was only introduced in | Malcolm Tredinnick |
| 2007-05-21 | Removed some cruft left over from fixing problems in the move to DecimalField | Malcolm Tredinnick |