summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-02-09[1.2.X] Fixed security issue in AdminFileWidget. Disclosure and release forth...Carl Meyer
2011-02-09[1.2.X] Fixed a security issue in the file session backend. Disclosure and n...Alex Gaynor
2011-02-08[1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the first w...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15234 -- Ensure that years in a date heirarchy don't use comma...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case...Russell Keith-Magee
2011-02-06[1.2.X] Fixed #13674 -- Ensure that labels on added inlines fields have the r...Russell Keith-Magee
2011-02-05[1.2.X] Fixed small problem in backport of [15418] tests changes to 1.2.X ([1...Ramiro Morales
2011-02-05[1.2.X] Fixed #14303 -- Ensure that the ids created for new inlines are uniqu...Russell Keith-Magee
2011-02-05[1.2.X] Fixed #14830 -- Ensure that radio buttons on inlines preserve their d...Russell Keith-Magee
2011-02-05[1.2.X] Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps test...Russell Keith-Magee
2011-02-04[1.2.X] Fixed #15016 -- Ensured that the messages tests are isolated from loc...Russell Keith-Magee
2011-02-02[1.2.X] Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a So...Alex Gaynor
2011-01-31[1.2.X] Fixed #13488 -- No longer generate unhandled exceptions that may occu...Justin Bronn
2011-01-28[1.2.X] Fixed #14880 - raw_id_fields in admin does not work when limit_choice...Luke Plant
2011-01-28[1.2.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...Luke Plant
2011-01-26[1.2.X] Fixed #15161 - Corrected handling of ManyToManyField with through tab...Carl Meyer
2011-01-24[1.2.X] Fixed #15067 -- Modified the range checks on base36_to_int so you are...Russell Keith-Magee
2011-01-24[1.2.X] Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nul...Russell Keith-Magee
2011-01-13[1.2.X] Fixed some bugs with formtools tests.Luke Plant
2011-01-13[1.2.X] Fixed #15075 - No longer possible to alter the form_list in FormWizar...Luke Plant
2011-01-13[1.2.X] Fixed #14975, #14925 -- Added some cache flushing to avoid some cross...Russell Keith-Magee
2011-01-13[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins...Ramiro Morales
2011-01-13[1.2.X] Fixed #14176 -- Added forwards compatibility to the legacy syndicatio...Russell Keith-Magee
2011-01-12[1.2.X] Fixed #11434 -- Corrected style of arrow buttons located at the cente...Ramiro Morales
2011-01-12[1.2.X] Fixed #11414 -- Made sure the calendar and clock popup windows in the...Ramiro Morales
2011-01-12[1.2.X] Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|del...Ramiro Morales
2011-01-12[1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of admin changelist fil...Ramiro Morales
2011-01-03[1.2.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...Russell Keith-Magee
2010-12-27[1.2.X] Converted the Czech localflavor tests to be unittests. We have alway...Alex Gaynor
2010-12-26[1.2.X] Converted Swedish localflavor tests from doctests to unittests. Thank...Jannis Leidel
2010-12-23[1.2.X] Fixed #14576, #14946 - FormWizard.done() method doesn't get passed th...Ramiro Morales
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21[1.2.X] Fixed #10420 -- GeoDjango tests are run as part of Django tests when ...Justin Bronn
2010-12-21[1.2.X] Fixed #4976 -- Stopped humanize template tags to raise a TypeError if...Jannis Leidel
2010-12-21[1.2.X] Fixed #13782 -- Added CSS for errors in textareas and multiple fields...Jannis Leidel
2010-12-21[1.2.X] Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_sele...Jannis Leidel
2010-12-18[1.2.X] Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES cor...Alex Gaynor
2010-12-18[1.2.X] Fixed #14864, #14864 -- ROCIFField didn't accept values starting with...Alex Gaynor
2010-12-18[1.2.X] Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't han...Alex Gaynor
2010-12-18[1.2.X] Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn...Alex Gaynor
2010-12-13[1.2.X] Fixed #14446 -- Prevented the password reset confirmation view to be ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
2010-12-13[1.2.X] Fixed #13856 -- Float admin's top links on the right for RTL languages.Jannis Leidel
2010-12-13[1.2.X] Reverted [13998] because it never worked.Luke Plant
2010-12-12[1.2.X] Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY...Alex Gaynor
2010-12-05[1.2.X] Fixed #14833 -- Skip the sitemaps localization test if i18n isn't ena...Russell Keith-Magee
2010-12-04[1.2.X] GeoDjango test suite housekeeping. Moved data into fixtures for `rel...Justin Bronn
2010-12-04[1.2.X] Fixed #14795 -- Ensure that get_all_permissions() returns the right r...Russell Keith-Magee