summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Than...Jannis Leidel2011-06-181-1/+0
* Reverting [16376] in preparation for reverting [16356]. See #16182.Andrew Godwin2011-06-171-10/+1
* Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...Ramiro Morales2011-06-161-2/+0
* Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ...Jannis Leidel2011-06-161-1/+2
* Stopped the admin JavaScript code from completely removing the `jQuery` objec...Jannis Leidel2011-06-161-1/+1
* Fixed #16221 -- Corrected doc string example in comments permalink template t...Jannis Leidel2011-06-161-1/+1
* Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel2011-06-151-3/+3
* Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.Jannis Leidel2011-06-142-18/+9
* Fixed naming of test methods for the sake of consistency.Jannis Leidel2011-06-141-9/+9
* Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel2011-06-142-2/+33
* Fixed incompatibility (`with` statement usage) with Python 2.5 introduced in ...Ramiro Morales2011-06-121-0/+1
* Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel2011-06-124-0/+236
* Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel2011-06-122-5/+13
* Fixed #16222: Test failures due to more precise cookie timings. Refs [16356].Andrew Godwin2011-06-111-1/+10
* Fixed #16179 -- Extended argument handling of the new WizardView a little to ...Jannis Leidel2011-06-115-24/+54
* Fixes #16186 -- remove inline CSS in contrib.adminIdan Gazit2011-06-094-2/+7
* Removed old, incorrect commentLuke Plant2011-06-091-3/+0
* Fixed #14206 - dynamic list_display support in adminLuke Plant2011-06-081-1/+8
* Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant2011-06-082-0/+7
* Removed an unnecessary importLuke Plant2011-06-061-3/+1
* Reverted most of [16051], because it was thoroughly incorrect (whatever some ...Luke Plant2011-06-048-9/+9
* Undo part of r16051 to avoid dataloss bug. Refs #16154.Karen Tracey2011-06-041-1/+1
* 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
* Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel2011-06-011-1/+1
* Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel2011-06-0129-77/+2119
* Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...Alex Gaynor2011-05-312-32/+15
* Fixed auth context processor tests, which were not running at all previously.Luke Plant2011-05-319-5/+29
* Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...Luke Plant2011-05-301-1/+7
* Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel2011-05-242-10/+8
* 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 #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
* Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales2011-05-141-41/+36
* Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven2011-05-094-20/+84
* Fixed #15981 -- Use ungettext instead of manually checking for plurals. Thank...Jannis Leidel2011-05-073-42/+36
* Minor renaming for consistency.Jannis Leidel2011-05-072-7/+7
* Fixed #8527 -- Made CAPostalCodeField more forgiving of the input format. Tha...Jannis Leidel2011-05-071-5/+13
* Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...Jannis Leidel2011-05-071-1/+1
* Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel2011-05-064-45/+169
* Fixed #15964 - Do not order admin actions by descriptionLuke Plant2011-05-051-3/+1
* Tiny grammar fix in createsuperuser command.Chris Beaven2011-05-041-1/+1