summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2007-09-20Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was lost...Adrian Holovaty
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth backe...Jacob Kaplan-Moss
2007-09-16Refs #5513: improved session performance after [6333]'s session refactoring. ...Jacob Kaplan-Moss
2007-09-16Fixed #1394 -- Fixed an admin crash when saving models with pk db column != p...Malcolm Tredinnick
2007-09-16Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. Thanks, brosner.Malcolm Tredinnick
2007-09-15Fixed #2066: session data can now be stored in the cache or on the filesystem...Jacob Kaplan-Moss
2007-09-15Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's...Adrian Holovaty
2007-09-15Small change to modpython auth handler to support Apache 2.2Jacob Kaplan-Moss
2007-09-15Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser...Malcolm Tredinnick
2007-09-15Added a get_host() method to HttpRequest. There is still an http.get_host() v...Malcolm Tredinnick
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
2007-09-15Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito.Malcolm Tredinnick
2007-09-15Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ...Malcolm Tredinnick
2007-09-15Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=m...Adrian Holovaty
2007-09-14Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankannoAdrian Holovaty
2007-09-14Fixed #3091 -- django.contrib.comments views now accept extra_context and con...Adrian Holovaty
2007-09-14Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racterAdrian Holovaty
2007-09-14Fixed #5308 -- Redirect from pages that need login and have Unicode URL no lo...Adrian Holovaty
2007-09-14Fixed #4448: the calendar widget now refreshes if the date field is changed. ...Jacob Kaplan-Moss
2007-09-14Fixed 3136: Set .clockbox admin widget to auto width to allow for longer head...Wilson Miner
2007-09-14Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane.Jacob Kaplan-Moss
2007-09-14Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...Adrian Holovaty
2007-09-14Added missing files from [6202] - sorry.Jacob Kaplan-Moss
2007-09-14 Fixes #2086: Added null.css file to avoid spurious 404s due to the "high pas...Wilson Miner
2007-09-14Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...Malcolm Tredinnick
2007-09-14Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up...Malcolm Tredinnick
2007-09-14Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, William A...Malcolm Tredinnick
2007-09-14Fixed #4951 -- Improved host retrieval in sites.models.RequestSite. Thanks, C...Malcolm Tredinnick
2007-09-14Fixed #5067 -- Fixed a problem with javascript popup widgets appearing in the...Russell Keith-Magee
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-09-14Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales.Malcolm Tredinnick
2007-09-13Fixed #5326 -- Added Ukrainian map for Javascript slug generation. Thanks, Ar...Malcolm Tredinnick
2007-09-13Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker.Malcolm Tredinnick
2007-09-13Fixed #5410 -- Added a __unicode__() method to RequestSite. Thanks, bosAdrian Holovaty
2007-09-03Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' ...Adrian Holovaty
2007-09-02Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod....Adrian Holovaty
2007-08-25Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ...Adrian Holovaty
2007-08-25Fixed #5227 -- Made the redirect security check in django.contrib.auth.views....Adrian Holovaty
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-08-19Fixed #4125 -- Added some small fixes to contrib.databrowse: fixed calendar v...Malcolm Tredinnick
2007-08-19Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.Malcolm Tredinnick
2007-08-19Fixed #5155 -- Translated the model name (when available) in the Recent Actio...Malcolm Tredinnick
2007-08-14Fixed bug in [5885]Adrian Holovaty
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites frame...Adrian Holovaty
2007-08-12Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa...Adrian Holovaty
2007-08-12Moved in_ directory to its correct location under localflavor. I committed it...Malcolm Tredinnick
2007-08-11Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král.Malcolm Tredinnick
2007-08-11Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app....Malcolm Tredinnick
2007-08-11Fixed #3986 -- Added Indian localflavor. Thanks, pradeep.gowda@gmail.com.Malcolm Tredinnick