summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-09-21Fixed misleading comment from [6402].Russell Keith-Magee
2007-09-21Fixed #5564 -- Fixed handling of the ProjectCommand used by startapp.Russell Keith-Magee
2007-09-21Clean up of the command line argument error processing from [6400].Russell Keith-Magee
2007-09-21Fixed #5516 -- Added the ability for applications to define their own managem...Russell Keith-Magee
2007-09-21Fixed #3453: introduced a new template variable resolution system by Brian Ha...Jacob Kaplan-Moss
2007-09-20Fixed #3872, which turns out to not have been a bug in the first place, by re...Jacob Kaplan-Moss
2007-09-20Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem...Gary Wilson Jr
2007-09-20Removed trailing whitespace in django/contrib/sessions/backends/base.pyAdrian Holovaty
2007-09-20Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was lost...Adrian Holovaty
2007-09-20Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thoma...Adrian Holovaty
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth backe...Jacob Kaplan-Moss
2007-09-17Removed unused import.Gary Wilson Jr
2007-09-17Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...Gary Wilson Jr
2007-09-16Refs #5513: improved session performance after [6333]'s session refactoring. ...Jacob Kaplan-Moss
2007-09-16Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA...Adrian Holovaty
2007-09-16Fixed #1394 -- Fixed an admin crash when saving models with pk db column != p...Malcolm Tredinnick
2007-09-16Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, Smi...Malcolm Tredinnick
2007-09-16Fixed #2633 -- Fixed timezone computation in O() format function, using fix f...Malcolm Tredinnick
2007-09-16Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...Malcolm Tredinnick
2007-09-16Fixed #4049 -- Improved error handling in auth() context processor. Based on ...Malcolm Tredinnick
2007-09-16Fixed #4975 -- Allow the default label suffix character to be configured. Tha...Malcolm Tredinnick
2007-09-16Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an in...Malcolm Tredinnick
2007-09-16Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO f...Malcolm Tredinnick
2007-09-16Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. Thanks, brosner.Malcolm Tredinnick
2007-09-16Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@...Malcolm Tredinnick
2007-09-15Cleaned up a couple of mistakes (a handful of bugs in the test client) that I...Jacob Kaplan-Moss
2007-09-15Fixed #2066: session data can now be stored in the cache or on the filesystem...Jacob Kaplan-Moss
2007-09-15Changed set_language() change from [6320] to use request.REQUEST, which is sh...Adrian Holovaty
2007-09-15Changed set_language() redirect view to check POST data for 'next'. Thanks, m...Adrian Holovaty
2007-09-15Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's...Adrian Holovaty
2007-09-15Fixed #5454: settings.DATABASE_BACKEND may now refer to an external package (...Jacob Kaplan-Moss
2007-09-15Small change to modpython auth handler to support Apache 2.2Jacob Kaplan-Moss
2007-09-15Fixed #3350 -- Fixed timezone setting. Thanks, Matt Boersma.Malcolm Tredinnick
2007-09-15Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser...Malcolm Tredinnick
2007-09-15Fixed two more instances of bug #4827 in the management code.Ian Kelly
2007-09-15Added a get_host() method to HttpRequest. There is still an http.get_host() v...Malcolm Tredinnick
2007-09-15Fixed #5109 -- Pass the request object to any exception signal handler. Thank...Malcolm Tredinnick
2007-09-15Fixed #5242 -- Fixed table processing for some databases with case insensitiv...Malcolm Tredinnick
2007-09-15Variable renaming. I didn't feel comfortable with the tricky re-aliasing in t...Malcolm Tredinnick
2007-09-15Fixed #5243 -- Allow loading of templatetags from subdirectories (via dotted ...Malcolm Tredinnick
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
2007-09-15Fixed #5471 -- Fixed cleaning of boolean field data when it's used as a hidde...Malcolm Tredinnick
2007-09-15Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito.Malcolm Tredinnick
2007-09-15Fixed #5355 -- Fixed data cleaning for DecimalField.Malcolm Tredinnick
2007-09-15Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. Thanks, L...Malcolm Tredinnick
2007-09-15Made a small optimization to __deepcopy__ in [6276].Malcolm Tredinnick
2007-09-15Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa...Russell Keith-Magee
2007-09-15Fixed #5444 -- Changed manipulator class construction to use type(), rather t...Malcolm Tredinnick
2007-09-15Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...Malcolm Tredinnick