summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-06-07Removed an alias for ``django.template.loader`` that had been deprecated sinc...Alex Gaynor
2011-06-07Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor
2011-06-07Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_fac...Carl Meyer
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel
2011-06-06Removed an unnecessary importLuke Plant
2011-06-05Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales
2011-06-04Reverted most of [16051], because it was thoroughly incorrect (whatever some ...Luke Plant
2011-06-04Undo part of r16051 to avoid dataloss bug. Refs #16154.Karen Tracey
2011-06-04Fix #15880: Prevent "stalling" when running dev server in background by ignor...Karen Tracey
2011-06-03Fixed visual bug with sorted column headers in changelist having dark band at...Luke Plant
2011-06-03Internet Explorer fixes for admin sorting UILuke Plant
2011-06-03Improved UI for advanced sorting controls.Luke Plant
2011-06-03Fixed various bugs related to having multiple columns in admin list_display w...Luke Plant
2011-06-02Improved cog icon for sorting interface in adminLuke Plant
2011-06-02Fixed position of new cog icon in admin changelist relative to textLuke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-06-02Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-06-01Fixed bug with `__str__` headers in admin changelist have a non-functioning s...Luke Plant
2011-06-01Fix the staticfiles_tests and django.conf to not think that None meant a lazy...Alex Gaynor
2011-06-01Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel
2011-06-01Allow SimpleLazyObjects to return None without constantly being reevaluated, ...Alex Gaynor
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-31Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...Alex Gaynor
2011-05-31Fixed auth context processor tests, which were not running at all previously.Luke Plant
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-30Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...Luke Plant
2011-05-30Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keysLuke Plant
2011-05-29Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with P...Ramiro Morales
2011-05-28Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that...Jannis Leidel
2011-05-28Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...Jannis Leidel
2011-05-27Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ...Ramiro Morales
2011-05-27Moved a bunch of imports in the defaultfilters library out of functions. On ...Alex Gaynor
2011-05-27Explicitly close a file in the static serve view. Thanks to Benjamin Peterso...Alex Gaynor
2011-05-26Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...Jannis Leidel
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-24Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...Adrian Holovaty
2011-05-24Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel
2011-05-23Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel
2011-05-22Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven
2011-05-22Fix UnboundLocalError than could occur during ModelAdmin validation.Karen Tracey
2011-05-22Fixed #16048 -- Use the base manager instead of the default manager to retrie...Jannis Leidel
2011-05-22Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...Jannis Leidel
2011-05-21Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...Ramiro Morales
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-21Fixed #14476 -- Fixed resolution of automatically generated annotation names ...Ramiro Morales
2011-05-20Remove an unused import from django.core.paginatorChris Beaven
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel