summaryrefslogtreecommitdiff
path: root/django
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-13Fixed a few typos introduced in r14533.Jannis Leidel
2010-11-12Made the oracle backend throw the same ValueError as the mysql backend when a...Ian Kelly
2010-11-12Fixed a misapplied test skip feature in the oracle backend from r14139.Ian Kelly
2010-11-12Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...Ian Kelly
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-11Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Flori...Alex Gaynor
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-11Made the deprecation warning for reponse.template more useful by pointing to ...Luke Plant
2010-11-11Bump version number and download URL for 1.3 alpha 1.James Bennett
2010-11-11Fixed error introduced in r14512.Ramiro Morales
2010-11-11Fixed small multi-db compatibility issue in the Oracle backend.Ramiro Morales
2010-11-11Implemented changes made in r14320 in the Oracle backend. Thanks Russell for ...Ramiro Morales
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-07Fixed some Oracle backend test DB creation code bugs.Ramiro Morales
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor
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-06Fixed #14630 -- Increased maximum size of the Oracle tablespace datafile used...Ramiro Morales
2010-11-06Removed the use of a deprecated unittest method.Alex Gaynor
2010-11-04Fixed a test failure introduced in [14461].Alex Gaynor
2010-11-04Fixed #13935, added support for using QuerySet.dates across related fields. ...Alex Gaynor
2010-11-04Fixed #11966 -- Made it possible to use a percent sign in a translation messa...Jannis Leidel
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 #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-11-04Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng...Russell Keith-Magee
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
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-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-11-02Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...Alex Gaynor
2010-11-02Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'Carl Meyer
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-11-02Fixed #14594 -- Corrected r14435, which got the logic completely bass ackward...Russell Keith-Magee
2010-11-02Fixed #14594 -- Corrected a problem introduced by r14394 whereby reading POST...Russell Keith-Magee
2010-11-02Fixed #14596 -- Light refactoring of the cache backends.Russell Keith-Magee
2010-11-02Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ...Alex Gaynor
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