| Age | Commit message (Expand) | Author |
| 2007-09-22 | Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ... | Russell Keith-Magee |
| 2007-09-22 | Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkelly | James Bennett |
| 2007-09-22 | Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and mir ... | Russell Keith-Magee |
| 2007-09-21 | Fixed misleading comment from [6402]. | Russell Keith-Magee |
| 2007-09-21 | Fixed #5564 -- Fixed handling of the ProjectCommand used by startapp. | Russell Keith-Magee |
| 2007-09-21 | Clean up of the command line argument error processing from [6400]. | Russell Keith-Magee |
| 2007-09-21 | Fixed #5516 -- Added the ability for applications to define their own managem... | Russell Keith-Magee |
| 2007-09-21 | Fixed #3453: introduced a new template variable resolution system by Brian Ha... | Jacob Kaplan-Moss |
| 2007-09-20 | Fixed #5556 - Minor typo in settings docs. Thanks for the eagle eyes, jleedev. | Russell Keith-Magee |
| 2007-09-20 | Fixed #3872, which turns out to not have been a bug in the first place, by re... | Jacob Kaplan-Moss |
| 2007-09-20 | Fixed httpwrappers tests broken by [6385]. | Jacob Kaplan-Moss |
| 2007-09-20 | Made the links to settings consistent with the others by not including the wo... | Gary Wilson Jr |
| 2007-09-20 | Fixed #5148 -- Added link to `DEFAULT_FROM_EMAIL` setting in email documentat... | Gary Wilson Jr |
| 2007-09-20 | Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem... | Gary Wilson Jr |
| 2007-09-20 | More *.pyc ignores. | Gary Wilson Jr |
| 2007-09-20 | Added *.pyc to list of ignores. | Gary Wilson Jr |
| 2007-09-20 | Removed trailing whitespace in django/contrib/sessions/backends/base.py | Adrian Holovaty |
| 2007-09-20 | Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was lost... | Adrian Holovaty |
| 2007-09-20 | Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas Guttler | Adrian Holovaty |
| 2007-09-20 | Fixed #5544 -- Fixed another typo in documentation, introduced as a result of... | Russell Keith-Magee |
| 2007-09-20 | Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thoma... | Adrian Holovaty |
| 2007-09-20 | Fixed errors in docs/model-api.txt changes from [6378] | Adrian Holovaty |
| 2007-09-20 | Removed empty tests/regressiontests/forms/localflavor.py file left over after... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5544 -- Fixed typo in documentation, introduced as a result of the cha... | Russell Keith-Magee |
| 2007-09-19 | Made some small edits to docs/authentication.txt changes from [6375] | Adrian Holovaty |
| 2007-09-19 | Fixed $5457 - the auth system now delegates permission checking to auth backe... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to... | Russell Keith-Magee |
| 2007-09-17 | Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks... | Russell Keith-Magee |
| 2007-09-17 | Removed unused import. | Gary Wilson Jr |
| 2007-09-17 | Ignore *.pyc. | Gary Wilson Jr |
| 2007-09-17 | Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di... | Gary Wilson Jr |
| 2007-09-16 | Refs #5513: improved session performance after [6333]'s session refactoring. ... | Jacob Kaplan-Moss |
| 2007-09-16 | Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA... | Adrian Holovaty |
| 2007-09-16 | FIxed #5376 -- Fixed typo in testserver docs | Adrian Holovaty |
| 2007-09-16 | Fixed fat-finger typo. | Matt Boersma |
| 2007-09-16 | Updated Oracle python drivers link to atuining's new SF site. | Matt Boersma |
| 2007-09-16 | Fixed #1394 -- Fixed an admin crash when saving models with pk db column != p... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, Smi... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #2633 -- Fixed timezone computation in O() format function, using fix f... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4049 -- Improved error handling in auth() context processor. Based on ... | Malcolm Tredinnick |
| 2007-09-16 | Fixed a typo. I think I should get full marks for getting all the letters rig... | Malcolm Tredinnick |
| 2007-09-16 | Rewrote the backends test to be more portable. Was previously failing on MySQL. | Malcolm Tredinnick |
| 2007-09-16 | Removed the test portion that relies on transactions when the backend is mysq... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4975 -- Allow the default label suffix character to be configured. Tha... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #5503 -- corrected a small typo in email example. Thanks, trey@ktrl.com. | James Bennett |
| 2007-09-16 | Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an in... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO f... | Malcolm Tredinnick |