summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-06Fixed #13495 -- Refactored the localflavor test directory to provide the plac...Russell Keith-Magee
2010-08-06Fixed #14014 -- Ensure that the "save and add another" button for users actua...Russell Keith-Magee
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...Russell Keith-Magee
2010-08-06Fixed #14027 -- Ensure that reverse() raises an exception when you try to rev...Russell Keith-Magee
2010-08-06Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...Russell Keith-Magee
2010-08-06Corrected [13479], accounting for unnamed urls that are instances of classes.Russell Keith-Magee
2010-08-06Fixed #14064 -- Corrected spelling of Argentinian. There are arguments that i...Russell Keith-Magee
2010-08-06Fixed #13651 -- Added Malayalam (ml) translation. Thanks to rajeesh.Russell Keith-Magee
2010-08-05Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...Russell Keith-Magee
2010-08-05Fixed #13153 -- Removed a stale reference to the examples directory in setup....Russell Keith-Magee
2010-08-05Fixed #13621 -- Corrected the handling of input formats on date/time form fie...Russell Keith-Magee
2010-08-05Fixed #13732 -- Fixed minor typo in docstring. Thanks to schinckel for the re...Russell Keith-Magee
2010-08-05Converted sessions tests from doctest to unittest.Luke Plant
2010-08-05Fixed #14062: Corrected a stray reference to 2.6 as the high level for suppor...Karen Tracey
2010-08-05Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...Russell Keith-Magee
2010-08-05Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...Russell Keith-Magee
2010-08-05Fixed #13946 -- Modified the database cache backend to use the database route...Russell Keith-Magee
2010-08-05Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-08-04Fixed #14025 -- Modified flush to adhere to router sync instructions when emm...Russell Keith-Magee
2010-08-03Fixed #11377: the template join filter now correctly escapes the joiner, too.Jacob Kaplan-Moss
2010-08-03Fixed #11376: added some extra tests for autoescaping subtleties.Jacob Kaplan-Moss
2010-08-03Fixed #11288: added some tests for the handling of number-like variables in t...Jacob Kaplan-Moss
2010-07-30Fixed #13740 -- Added documentation for the can_delete InlineModelAdmin optio...Russell Keith-Magee
2010-07-30Fixed #13882 -- Removed an unnecessary nested where clause introduced on __is...Russell Keith-Magee
2010-07-30Added a related_name to a test model to avoid a name clash in the full test s...Russell Keith-Magee
2010-07-30Fixed #13730 -- Removed the hard-coding of the requirement that ForeignKeys h...Russell Keith-Magee
2010-07-30Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...Russell Keith-Magee
2010-07-30Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....Russell Keith-Magee
2010-07-30Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...Russell Keith-Magee
2010-07-25Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. Th...Jannis Leidel
2010-07-24Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0.Jannis Leidel
2010-07-21Fixed #13967 -- MySQL spatial backend now respects when `spatial_index=False`...Justin Bronn
2010-07-20Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only`...Justin Bronn
2010-07-17Fixed import example code for NON_FIELD_ERRORS.Karen Tracey
2010-07-05Doc updates missed in [13423]Luke Plant
2010-07-05Fixed #13880 - added 2.7 to list of supported versions of PythonLuke Plant
2010-07-05Added missing module directive for validators documentation.Luke Plant
2010-07-05Small corrections/improvements to DB optimization docs.Luke Plant
2010-06-30Added proper code comments for the HTTPS CSRF protection.Luke Plant
2010-06-24Fixed error in AnonymousUser docs since [12316]Luke Plant
2010-06-23Fixed #13799, a test failure on Postgres. Thanks, Alex.Jacob Kaplan-Moss
2010-06-23Fixed #13671, #13748 -- Fixed errata and minor updates to GeoDjango docs.Justin Bronn
2010-06-23Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks...Justin Bronn
2010-06-23Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.Luke Plant
2010-06-21Added skeleton 1.3 release notes.Russell Keith-Magee
2010-06-21Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...Russell Keith-Magee
2010-06-21Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee
2010-06-19Django is now 1.3 pre-alpha.Jacob Kaplan-Moss
2010-06-19Fixed #10843: the textile tests now pass against the latest textile library.Jacob Kaplan-Moss