| Age | Commit message (Expand) | Author |
| 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 |
| 2007-05-21 | Added 'New in Django development version' notes to docs/model-api.txt regardi... | Adrian Holovaty |
| 2007-05-21 | Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-21 | Fixed #4347 -- Updated Catalan translation. Thanks, Marc Fargas. | Malcolm Tredinnick |
| 2007-05-21 | Fixed #3673 -- Fixed format string errors in Telugu translation. Thanks | Malcolm Tredinnick |
| 2007-05-21 | Fixed #4344 -- Trivial typo fix. | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-20 | Fixed #4348 -- Updated Google sitemap ping code. Thanks, marijn | Adrian Holovaty |
| 2007-05-20 | Added small note to docs/newforms.txt 'Complex template output' section | Adrian Holovaty |
| 2007-05-20 | Edited docs/newforms.txt changes from [5294] and [5295] | Adrian Holovaty |
| 2007-05-20 | Moved markup tests into their contrib directory. | Russell Keith-Magee |
| 2007-05-20 | Modified the django system test script to search for tests in the contrib apps. | Russell Keith-Magee |
| 2007-05-20 | Modified the example views in newforms.txt to include a HttpResponseRedirect ... | Russell Keith-Magee |
| 2007-05-19 | Fixed #4232 -- Added example usages to the newforms documentation. Thanks, Joe | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas. | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4327 -- Fixed silly typo in code example. Pointed out by | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt(). | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4343 -- Fixed a couple of format errors in the Argentinean Spanish | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4308 -- Updated Russian translation. Thanks, Vasiliy Stavenko. | Malcolm Tredinnick |
| 2007-05-19 | Added 'http://' to python.org link in docs/install.txt, so it will be auto-li... | Adrian Holovaty |
| 2007-05-18 | Fixed small grammar error in docs/model-api.txt from [5250] | Adrian Holovaty |
| 2007-05-16 | Simplified a coding style example in docs/contributing.txt from [5264] | Adrian Holovaty |
| 2007-05-16 | Added some Django-specific style guidelines to docs/contributing.txt, which I... | Adrian Holovaty |
| 2007-05-16 | Fixed #4318 -- Fixed unused imports and other various style tweaks in newform... | Adrian Holovaty |
| 2007-05-15 | Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary Wilson | Adrian Holovaty |
| 2007-05-15 | Fixed #4303 -- Fixed typo in docs/db-api.txt | Adrian Holovaty |
| 2007-05-15 | Fixed #3664 -- Documented that get_absolute_url() and item_link() (in | Malcolm Tredinnick |
| 2007-05-15 | Fixed some documentation strings in django-admin, and updated the bash comple... | Russell Keith-Magee |
| 2007-05-14 | Changed the fix from [5231] so that the backwards-incompatibility is made more | Malcolm Tredinnick |
| 2007-05-14 | Added check to prevent sequence reset if no fixtures are loaded. | Russell Keith-Magee |
| 2007-05-14 | Cleaned up the ordering of test data from [5232]. | Russell Keith-Magee |
| 2007-05-14 | Fixed #4288 -- Modified serializers to pay attention to the to_field attribut... | Russell Keith-Magee |