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