| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-16 | Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. Thanks, brosner. | Malcolm Tredinnick |
| 2007-09-16 | Fix a couple of typos from [6309] | James Bennett |
| 2007-09-16 | Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@... | Malcolm Tredinnick |
| 2007-09-15 | Edited docs/settings.txt changes from [6316] | Adrian Holovaty |
| 2007-09-15 | Edited docs/sessions.txt changes from [6333] | Adrian Holovaty |
| 2007-09-15 | Small wording fix in docs/i18n.txt | Adrian Holovaty |
| 2007-09-15 | Cleaned up a couple of mistakes (a handful of bugs in the test client) that I... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #2066: session data can now be stored in the cache or on the filesystem... | Jacob Kaplan-Moss |
| 2007-09-15 | Changed set_language() change from [6320] to use request.REQUEST, which is sh... | Adrian Holovaty |
| 2007-09-15 | Changed set_language() redirect view to check POST data for 'next'. Thanks, m... | Adrian Holovaty |
| 2007-09-15 | Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's... | Adrian Holovaty |
| 2007-09-15 | Fixed #5454: settings.DATABASE_BACKEND may now refer to an external package (... | Jacob Kaplan-Moss |
| 2007-09-15 | One more tweak to [6309] - sorry for the noise. | Jacob Kaplan-Moss |
| 2007-09-15 | Small reST tweak to [6309]. | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #4437: added notes to the modpython auth handler documentation about us... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #5284 -- Documented never_cache decorator. Thanks, xbito | Adrian Holovaty |
| 2007-09-15 | Fixed #5484 -- Documented render_to_string. Thanks, ubernostrum | Adrian Holovaty |
| 2007-09-15 | Small change to modpython auth handler to support Apache 2.2 | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection alwa... | Adrian Holovaty |
| 2007-09-15 | Fixed #5275 -- Documented QuerySet.iterator(). Thanks, ubernostrum | Adrian Holovaty |
| 2007-09-15 | Fixed #4234 -- Added docs/contenttypes. Thanks, ubernostrum | Adrian Holovaty |
| 2007-09-15 | Fixed #3350 -- Fixed timezone setting. Thanks, Matt Boersma. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser... | Malcolm Tredinnick |
| 2007-09-15 | Fixed two more instances of bug #4827 in the management code. | Ian Kelly |
| 2007-09-15 | Fixed #4888 -- Fixed small confusion in docs/authentication.txt. Thanks, Piot... | Adrian Holovaty |