summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-07Fixed #11047 -- Clarified the explanation of arguments to GenericForeignKey. ...Russell Keith-Magee
2010-08-07Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claude...Russell Keith-Magee
2010-08-07Fixed #11882 -- Added documentation for formfield_for_manytomany. Thanks to R...Russell Keith-Magee
2010-08-07Fixed #13627 -- Added instructions on how to reset your Trac password. Thanks...Russell Keith-Magee
2010-08-07Fixed #11748 -- Clarified the ways that search_field can be used. Thanks to M...Russell Keith-Magee
2010-08-07Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...Russell Keith-Magee
2010-08-07Fixed #14076 -- Updated Danish translation. Thanks to finngruwier.Russell Keith-Magee
2010-08-07Fixed #8567 -- Clarified the process of instantiating FormWizards. Thanks to ...Russell Keith-Magee
2010-08-07Fixed #7284 -- Provided an example for the use of the search_fields clause on...Russell Keith-Magee
2010-08-07Fixed #13516 -- Added an internal type definition for AutoFields, so that sub...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-08-07Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...Russell Keith-Magee
2010-08-07Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr ...Russell Keith-Magee
2010-08-07Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapy...Russell Keith-Magee
2010-08-07Fixed #13687 -- Corrected request/response docs that mistakenly suggested __g...Russell Keith-Magee
2010-08-07Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report.Russell Keith-Magee
2010-08-07Fixed #13727 -- Corrected alphabetical sorting in settings docs. Thanks to ad...Russell Keith-Magee
2010-08-07Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the re...Russell Keith-Magee
2010-08-07Fixed #14070 -- Updated Serbian translations. Thanks to janos.Russell Keith-Magee
2010-08-07Fixed #8426 - 'helptext' CSS class - hopefully for real this time.Luke Plant
2010-08-06Tweaked r13520 translation update (one forgtten fuzzy string).Ramiro Morales
2010-08-06Updated es_AR translation.Ramiro Morales
2010-08-06Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in stylingLuke Plant
2010-08-06Fixed #11159 -- Added mimetype detection to the test client for file uploads....Russell Keith-Magee
2010-08-06Updated German translation.Jannis Leidel
2010-08-06Fixed #14069 -- Updated Czech translation. Thanks to Tuttle.Russell Keith-Magee
2010-08-06Fixed #13615 -- Clarified test assertion text to avoid confusion when respons...Russell Keith-Magee
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-08-06Fixed #13092 -- Added support for the "in" operator when dealing with context...Russell Keith-Magee
2010-08-06Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...Russell Keith-Magee
2010-08-06Added __init__.py file that was left out of [13505].Russell Keith-Magee
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