summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-12[1.2.X] Migrated one_to_one doctests. Thanks to George Sakkis for the patch. ...Russell Keith-Magee
2010-10-12[1.2.X] Migrated many_to_one_null doctests. Thanks to George Sakkis for the p...Russell Keith-Magee
2010-10-12[1.2.X] Migrated properties doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-10-12[1.2.X] Migrated the mutually_referential doctests. Thanks to George Sakkis f...Russell Keith-Magee
2010-10-12[1.2.X] Migrated m2o_recursive and m2o_recursive2 tests, merging them into a ...Russell Keith-Magee
2010-10-11[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...Jannis Leidel
2010-10-11[1.2.X] Fixed links to the date formats choices in the global settings. Thank...Jannis Leidel
2010-10-11[1.2.X] Updated version of PostGIS in GeoDjango install docs.Justin Bronn
2010-10-11[1.2.X] Added information about the "easy-pickings" keyword to the contributi...Gabriel Hurley
2010-10-11[1.2.X] Fixed #14444 -- Convert the pagination doctests to unittests. We hav...Alex Gaynor
2010-10-11[1.2.X] Converted ordering tests from doctests to unittests. We have always ...Alex Gaynor
2010-10-11[1.2.X] Converted save_delete_hooks tests from doctests to unittests. We hav...Alex Gaynor
2010-10-11[1.2.X] Fixed #14440 - Converted mail doctests to unittests.Jacob Kaplan-Moss
2010-10-11[1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced...Luke Plant
2010-10-11[1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect...Alex Gaynor
2010-10-10[1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use tuples...Gabriel Hurley
2010-10-10[1.2.X] Converted signals tests from doctests to unittests. We have always b...Alex Gaynor
2010-10-10[1.2.X] Fixed typo in tutorial 01. Backport of [14129].Carl Meyer
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-10[1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This means ...Chris Beaven
2010-10-10[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...Andrew Godwin
2010-10-10[1.2.X] Fixed #14391 - Updated django-admin.1 man page to include newer comma...Andrew Godwin
2010-10-10[1.2.X] Add myself to committers. Backport of [14118]Chris Beaven
2010-10-10[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...Carl Meyer
2010-10-10[1.2.X] Clarified information on OPTIONS setting (for adding additional param...Gabriel Hurley
2010-10-10[1.2.X] Makes links to form and field validation (and form reference docs in ...Gabriel Hurley
2010-10-10[1.2.X] Added additional information on what the APPEND_SLASH setting does. T...Gabriel Hurley
2010-10-10[1.2.X] Advises that the Ubuntu package manager drops the .py extension from ...Gabriel Hurley
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-10-10[1.2.X] Converted contrib/webdesign doctests to unittests. We thoroughly dep...Luke Plant
2010-10-10[1.2.X] Converted contrib/auth/tokens doctests to unittests. We've always sa...Luke Plant
2010-10-09[1.2.X] Fixed a typo in the comments tests, as well as a dependency on CPytho...Alex Gaynor
2010-10-09[1.2.X] Fixed misspelling in model fields docs. Backport of [14096] from trunk.Carl Meyer
2010-10-09[1.2.X] Converted defer_regress tests from doctests to unittests. We have al...Alex Gaynor
2010-10-09[1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ...Carl Meyer
2010-10-09[1.2.X] Fixed a PendingDeprecationWarning coming from django.core.cache in Py...Alex Gaynor
2010-10-09[1.2.X] Fixed #14356. Remove some dead imports from django.core.management.s...Alex Gaynor
2010-10-09[1.2.X] Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no lo...Alex Gaynor
2010-10-09[1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a...Alex Gaynor
2010-10-09[1.2.X]. Convert m2m_recursive tests to unittests. We have always been at w...Alex Gaynor
2010-10-09[1.2.X] Fixed #14427 -- Added --bisect and --pair flags to runtests.py, makin...Russell Keith-Magee
2010-10-09[1.2.X] Ensure that the sitemaps test deactivates it's locale, so that subseq...Russell Keith-Magee
2010-10-09[1.2.X] Improved example to account for environments where cStringIO is not a...Gabriel Hurley
2010-10-09[1.2.X] Adds documentation for QuerySet.update() method. Thanks to dwillis an...Gabriel Hurley
2010-10-09[1.2.X] Fixed #13538 -- Clarified query examples with more explicit import st...Gabriel Hurley
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-09[1.2.X] Migrated the custom_columns doctests to unit tests. Thanks to Alex Ga...Russell Keith-Magee
2010-10-09[1.2.X] Fixed #14255 -- factor project name out of app imports in tutorial. T...Simon Meers
2010-10-09[1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report.Gabriel Hurley
2010-10-09[1.2.X] Fixed #13279 -- Made the paths in the Unix install docs more explicit...Gabriel Hurley