summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2010-12-04[1.2.X] Fixed #13190 -- Improved error handling for the case where no authent...Russell Keith-Magee
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-12-01[1.2.X] Fixed a bug in date queries with GIS backends introduced in [14716]. ...Alex Gaynor
2010-11-21[1.2.X] CZ Localflavor clean() incorrectly called super.__init__. Thanks for ...Honza Král
2010-11-20[1.2.X] Now possible to run the GeoDjango test suite with a minimal settings ...Justin Bronn
2010-11-19[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...Ramiro Morales
2010-11-17[1.2.X] Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid ...Jannis Leidel
2010-11-09[1.2.X] Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.Justin Bronn
2010-11-06[1.2.X] Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn
2010-11-04[1.2.X] Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04[1.2.X] Fixed a test setup and isolation bug that was causing PasswordResetTe...Luke Plant
2010-11-01[1.2.X] Fixed some a stale location and whitespace in GeoIP tests.Justin Bronn
2010-11-01[1.2.X] Fixed regression introduced in r13755 that prevented the running of t...Justin Bronn
2010-10-31[1.2.X] Reverted r14196, restoring the 1.2 test suite to a passing state. Ref...Russell Keith-Magee
2010-10-31[1.2.X] Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS se...Alex Gaynor
2010-10-28[1.2.X] Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpat...Russell Keith-Magee
2010-10-28[1.2.X] Fixed #14414 -- Improved contenttypes shortcut() view to check that t...Russell Keith-Magee
2010-10-24[1.2.X] Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LA...Justin Bronn
2010-10-20[1.2.X] Fixed bug and test failure introducted in [14290]Luke Plant
2010-10-19[1.2.X] Fixed #14498 - Forms passed to FormWizard.process_step are not guaran...Luke Plant
2010-10-18[1.2.X] Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabriel...Honza Král
2010-10-17[1.2.X] Fixed #13963 -- Use the correct verbose name of a reverse relation fi...Jannis Leidel
2010-10-13[1.2.X] Fixed #13830 -- Updated province name in Indonesian localflavor. Tha...Justin Bronn
2010-10-12[1.2.X] Enabled area calculations for geography columns.Justin Bronn
2010-10-12[1.2.X] Modified the sitemaps tests to remove an assumption about the environ...Russell Keith-Magee
2010-10-11[1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced...Luke Plant
2010-10-11[1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect...Alex Gaynor
2010-10-10[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...Andrew Godwin
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-10-10[1.2.X] Converted contrib/webdesign doctests to unittests. We thoroughly dep...Luke Plant
2010-10-10[1.2.X] Converted contrib/auth/tokens doctests to unittests. We've always sa...Luke Plant