summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-01-06Fixed a subtle corner case whereby sending a bad session ID generates new (un...Malcolm Tredinnick
2008-01-06Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien.Malcolm Tredinnick
2008-01-02Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ...Adrian Holovaty
2007-12-19Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ...Malcolm Tredinnick
2007-12-19Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly....Malcolm Tredinnick
2007-12-17Fixed #5044 -- Added Latvian character map for Javascript slug generation. P...Malcolm Tredinnick
2007-12-17Fixed #5871 -- Factored out the validation errors in localflavor form fields....Malcolm Tredinnick
2007-12-11Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An...Gary Wilson Jr
2007-12-09Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.Malcolm Tredinnick
2007-12-04Added a test for [6889]Jacob Kaplan-Moss
2007-12-04Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a valid...Jacob Kaplan-Moss
2007-12-04Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi anti...Jacob Kaplan-Moss
2007-12-03Fixed #5523 -- Added counties and regions for the United Kingdom toMalcolm Tredinnick
2007-12-02Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than...Jacob Kaplan-Moss
2007-12-02Fixed #5676 -- Added Mexican localflavor. Thanks, arien.Malcolm Tredinnick
2007-12-02Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.Malcolm Tredinnick
2007-12-02Fixed #2910 -- Added support for markdown extensions to the markdown markupMalcolm Tredinnick
2007-12-02Fixed #6087 -- Added setdefault() support to the Session object. Thanks, BenMalcolm Tredinnick
2007-12-01Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.Malcolm Tredinnick
2007-11-30Fixed #6061 -- Don't escape help_text in the admin interface (so that itMalcolm Tredinnick
2007-11-29Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-11-29Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces.Malcolm Tredinnick
2007-11-29Fixed #5909 -- Made the various django.contrib.comment models more robust inMalcolm Tredinnick
2007-11-29Fixed #5706 -- Fixed a couple of XHTML incompatibilities. Based on a patch fromMalcolm Tredinnick
2007-11-29Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon.Malcolm Tredinnick
2007-11-28Fixed #6015 -- Fixed a CSS escaping issue for admin's edit-inline.Malcolm Tredinnick
2007-11-25Fixed #2086 -- Changed `base.css` to import `null.css` (added in [6197]) inst...Gary Wilson Jr
2007-11-20Fixed #5976 -- Handle auto-escaping correctly for empty columns in admin changeMalcolm Tredinnick
2007-11-20Fixed #5973 -- Fixed inadvertent allow_tags=True auto-escaping problem.Malcolm Tredinnick
2007-11-18Fixed #5880 -- Fixed an XSS hole in the admin interface.Gary Wilson Jr
2007-11-14Fixed #5944 -- Added safe string markings to admin error messages in one placeMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-09Fixed bug in /admin/doc/views/ caused by [6658]Luke Plant
2007-11-07Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B...Luke Plant
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-10-29Fixed imports, indention, and a long line.Gary Wilson Jr
2007-10-27Fixed #5798 -- Added a missing translation marker. Thanks, maru.Malcolm Tredinnick
2007-10-20Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch fromMalcolm Tredinnick
2007-10-20Fixed #4729 -- Restored functionality to the Session class so that popping aMalcolm Tredinnick
2007-10-20Fixed #4902 -- Added some missing Czech uppercase characters to urlify.js.Malcolm Tredinnick
2007-10-20Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks,Malcolm Tredinnick
2007-10-20Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com andMalcolm Tredinnick
2007-10-20Fixed #4724 -- Added support for configurable session cookie paths. Helps withMalcolm Tredinnick
2007-10-20Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks,Malcolm Tredinnick
2007-10-19Fixed docstring style.Gary Wilson Jr
2007-09-30Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch...Russell Keith-Magee
2007-09-25Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ...Gary Wilson Jr
2007-09-21Fixed #3453: introduced a new template variable resolution system by Brian Ha...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