summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2010-11-13Fixed #14632 -- Skip a messages test if auth app is not in INSTALLED_APPS. Th...Jannis Leidel
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-11-13Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...Jannis Leidel
2010-11-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-11Reverted deprecation of media context processor (from r14293) to separate sta...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-09Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.Justin Bronn
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-06Fixed brittle test case for `GEOSGeometry.valid_reason`.Justin Bronn
2010-11-06Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn
2010-11-04Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...Luke Plant
2010-11-04Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.Justin Bronn
2010-11-04Sped up the create_permissions signal handler (and thus the test suite) by re...Alex Gaynor
2010-11-02Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.Justin Bronn
2010-11-01Fixed some a stale location and whitespace in GeoIP tests.Justin Bronn
2010-11-01Fixed regression introduced in r13755 that prevented the running of the GEOS/...Justin Bronn
2010-11-01Restructure the create_permission signal handler to perform fewer SQL queries...Alex Gaynor
2010-11-01Removed dead compatibility code for removed AdminSite.root() method for mount...Carl Meyer
2010-11-01Fixed #14455 -- Documented the backwards compatibility policy for local flavo...Russell Keith-Magee
2010-10-31Reflow django/contrib/auth/management/__init__.py for readability.Alex Gaynor
2010-10-31Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...Alex Gaynor
2010-10-30Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...Alex Gaynor
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-29Remove several uses of the deprecated dict.has_key in favor of the in operato...Alex Gaynor
2010-10-28Fixed #14231 -- Added an index to the expire_date column on the Session model...Russell Keith-Magee
2010-10-27Revert the removal of an unused import (in [14175]) that was referenced in do...Chris Beaven
2010-10-24Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LANGUAGE_C...Justin Bronn
2010-10-23Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel
2010-10-21Fixing a few cosmetic bugs. Thanks for the hint, Alex Gaynor.Jannis Leidel
2010-10-21Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel
2010-10-20Fixed bug and test failure introducted in [14290]Luke Plant
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-19Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ...Luke Plant
2010-10-19Fixed #14407 -- Simplified ManyToManyRawIdWidget.value_from_datadict, Thanks ...Honza Král
2010-10-18Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!Honza Král
2010-10-17Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...Jannis Leidel
2010-10-15Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit...Alex Gaynor
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-14Fixed reference to removed function root() in AdminSite docstring.Luke Plant
2010-10-13Fixed #14017 -- wrong comment on log_deletion method of ModelAdminHonza Král
2010-10-13Fixed #13830 -- Updated province name in Indonesian localflavor. Thanks, rodin.Justin Bronn
2010-10-12Enabled area calculations for geography columns.Justin Bronn
2010-10-12Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio...Russell Keith-Magee
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-10-11Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L...Jannis Leidel
2010-10-11Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee