summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-06-16Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ...Jannis Leidel
2011-06-16Stopped the admin JavaScript code from completely removing the `jQuery` objec...Jannis Leidel
2011-06-16Fixed #16221 -- Corrected doc string example in comments permalink template t...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-14Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.Jannis Leidel
2011-06-14Fixed naming of test methods for the sake of consistency.Jannis Leidel
2011-06-14Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel
2011-06-12Fixed incompatibility (`with` statement usage) with Python 2.5 introduced in ...Ramiro Morales
2011-06-12Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-11Fixed #16222: Test failures due to more precise cookie timings. Refs [16356].Andrew Godwin
2011-06-11Fixed #16179 -- Extended argument handling of the new WizardView a little to ...Jannis Leidel
2011-06-09Fixes #16186 -- remove inline CSS in contrib.adminIdan Gazit
2011-06-09Removed old, incorrect commentLuke Plant
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-06Removed an unnecessary importLuke Plant
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-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-01Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel
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 #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...Luke Plant
2011-05-24Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel
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-17Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...Honza Král
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-09Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven
2011-05-07Fixed #15981 -- Use ungettext instead of manually checking for plurals. Thank...Jannis Leidel
2011-05-07Minor renaming for consistency.Jannis Leidel
2011-05-07Fixed #8527 -- Made CAPostalCodeField more forgiving of the input format. Tha...Jannis Leidel
2011-05-07Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-05-05Fixed #15964 - Do not order admin actions by descriptionLuke Plant
2011-05-04Tiny grammar fix in createsuperuser command.Chris Beaven
2011-05-04Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...Jannis Leidel
2011-05-04Fixed up bad return value introduced in [16120].Luke Plant
2011-05-03Corrected the behavior of the SimpleFilter.lookups method to also be able to ...Jannis Leidel