summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Undo part of r16051 to avoid dataloss bug. Refs #16154.Karen Tracey2011-06-041-1/+1
* Fix #15880: Prevent "stalling" when running dev server in background by ignor...Karen Tracey2011-06-041-1/+7
* Fixed visual bug with sorted column headers in changelist having dark band at...Luke Plant2011-06-032-2/+2
* Internet Explorer fixes for admin sorting UILuke Plant2011-06-032-2/+12
* Improved UI for advanced sorting controls.Luke Plant2011-06-033-36/+95
* Fixed various bugs related to having multiple columns in admin list_display w...Luke Plant2011-06-032-50/+64
* Improved cog icon for sorting interface in adminLuke Plant2011-06-021-0/+0
* Fixed position of new cog icon in admin changelist relative to textLuke Plant2011-06-021-1/+1
* Fixed #11868 - Multiple sort in admin changelist.Luke Plant2011-06-026-57/+220
* Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant2011-06-021-1/+24
* Fixed bug with `__str__` headers in admin changelist have a non-functioning s...Luke Plant2011-06-011-0/+8
* Fix the staticfiles_tests and django.conf to not think that None meant a lazy...Alex Gaynor2011-06-011-4/+4
* Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel2011-06-011-1/+1
* Allow SimpleLazyObjects to return None without constantly being reevaluated, ...Alex Gaynor2011-06-011-34/+24
* Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel2011-06-0130-77/+2140
* Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...Alex Gaynor2011-05-313-36/+17
* Fixed auth context processor tests, which were not running at all previously.Luke Plant2011-05-319-5/+29
* Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant2011-05-304-0/+120
* Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...Luke Plant2011-05-301-1/+7
* Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keysLuke Plant2011-05-301-3/+3
* Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with P...Ramiro Morales2011-05-291-102/+68
* Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that...Jannis Leidel2011-05-281-503/+19
* Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...Jannis Leidel2011-05-281-1/+8
* Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ...Ramiro Morales2011-05-271-9/+9
* Moved a bunch of imports in the defaultfilters library out of functions. On ...Alex Gaynor2011-05-271-54/+39
* Explicitly close a file in the static serve view. Thanks to Benjamin Peterso...Alex Gaynor2011-05-271-1/+3
* Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...Jannis Leidel2011-05-261-2/+10
* Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant2011-05-243-7/+17
* Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...Adrian Holovaty2011-05-241-2/+2
* Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel2011-05-242-10/+8
* Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel2011-05-231-1/+1
* Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven2011-05-221-8/+7
* Fix UnboundLocalError than could occur during ModelAdmin validation.Karen Tracey2011-05-221-3/+3
* Fixed #16048 -- Use the base manager instead of the default manager to retrie...Jannis Leidel2011-05-221-1/+1
* Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...Jannis Leidel2011-05-221-2/+8
* Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...Ramiro Morales2011-05-211-0/+8
* Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel2011-05-214-0/+313
* Fixed #14476 -- Fixed resolution of automatically generated annotation names ...Ramiro Morales2011-05-211-8/+8
* Remove an unused import from django.core.paginatorChris Beaven2011-05-201-1/+0
* Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel2011-05-183-18/+59
* Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...Honza Král2011-05-171-1/+1
* Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel2011-05-173-54/+126
* Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...Ramiro Morales2011-05-151-1/+4
* Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales2011-05-141-41/+36
* Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales2011-05-131-1/+5
* Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant2011-05-121-2/+2
* Added missing callables to django.utils.translation.__all__ (`override` and `...Jannis Leidel2011-05-101-7/+13
* Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant2011-05-101-1/+1
* Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant2011-05-091-4/+9
* Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant2011-05-092-3/+9