| Age | Commit message (Expand) | Author |
| 2007-10-03 | Fixed #4986 -- Fixed a logic bug from [6166]. | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4796. Fixed a problem when using i18n support for the first time -- in | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5554 -- Small update to German translation. | Malcolm Tredinnick |
| 2007-09-30 | Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch... | Russell Keith-Magee |
| 2007-09-28 | Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thank... | Jacob Kaplan-Moss |
| 2007-09-28 | Fixed #5047: patch_cache_control now respects existing max-age settings. Than... | Jacob Kaplan-Moss |
| 2007-09-27 | Re-organized imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-09-27 | Removed unused import, unneeded due to [4144]. | Gary Wilson Jr |
| 2007-09-27 | Fixed #5604 -- Check for use of HTTPS by looking at the `wsgi.url_scheme` env... | Gary Wilson Jr |
| 2007-09-25 | Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ... | Gary Wilson Jr |
| 2007-09-24 | Fixed #5559: instances sent via post-save signals no longer have pks of None.... | Jacob Kaplan-Moss |
| 2007-09-22 | Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ... | Russell Keith-Magee |
| 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 #3872, which turns out to not have been a bug in the first place, by re... | Jacob Kaplan-Moss |
| 2007-09-20 | Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem... | 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 #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thoma... | Adrian Holovaty |
| 2007-09-19 | Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed $5457 - the auth system now delegates permission checking to auth backe... | Jacob Kaplan-Moss |
| 2007-09-17 | Removed unused import. | 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 #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 #4975 -- Allow the default label suffix character to be configured. Tha... | Malcolm Tredinnick |
| 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 | Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@... | Malcolm Tredinnick |
| 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 | Small change to modpython auth handler to support Apache 2.2 | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3350 -- Fixed timezone setting. Thanks, Matt Boersma. | Malcolm Tredinnick |