summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-11Converted ordering tests from doctests to unittests. We have always been at ...Alex Gaynor
2010-10-11Converted save_delete_hooks tests from doctests to unittests. We have always...Alex Gaynor
2010-10-11Fixed #14440 - Converted mail doctests to unittests.Jacob Kaplan-Moss
2010-10-11Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]Luke Plant
2010-10-11Refs #12991 -- Added extra docs for the unittest2 changes made in r14139.Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-11Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the pas...Alex Gaynor
2010-10-10Fixed #14392 -- Changed ModelForm.fields and ModelForm.exclude examples to us...Gabriel Hurley
2010-10-10Consolidated i18n commands test with the rest of the i18n tests.Ramiro Morales
2010-10-10Converted signals tests from doctests to unittests. We have always been at w...Alex Gaynor
2010-10-10Fixed typo in tutorial 01.Carl Meyer
2010-10-10Fixed #13863 -- Corrected decimal separator in Swedish format module. Thanks,...Jannis Leidel
2010-10-10Don't mark a TemplateSyntaxError in flatpages as being translatable.Alex Gaynor
2010-10-10Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales
2010-10-10Fixed #14193: prepopulated_fields javascript now concatenates in correct orde...Andrew Godwin
2010-10-10Fixed #14391 - Updated django-admin.1 man page to include newer commands. Tha...Andrew Godwin
2010-10-10Add myself to committersChris Beaven
2010-10-10Refs #11256 -- Extended the annotation field name conflict check to cover m2m...Carl Meyer
2010-10-10Fixed #14058 -- Clarified information on OPTIONS setting (for adding addition...Gabriel Hurley
2010-10-10Fixed #10027 -- Makes links to form and field validation (and form reference ...Gabriel Hurley
2010-10-10Fixed #14228 -- Added additional information on what the APPEND_SLASH setting...Gabriel Hurley
2010-10-10Fixed #13927 -- Advises that the Ubuntu package manager drops the .py extensi...Gabriel Hurley
2010-10-10Fixed typo in 1.3 release notes.Carl Meyer
2010-10-10Fixed #12226 -- Deprecated test client Response.template attribute in favor o...Carl Meyer
2010-10-10Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps whenRamiro Morales
2010-10-10Converted contrib/webdesign doctests to unittests. We thoroughly deplore tho...Luke Plant
2010-10-10Converted contrib/auth/tokens doctests to unittests. We've always said "no m...Luke Plant
2010-10-09Fixed a typo in the comments tests, as well as a dependency on CPython's refe...Alex Gaynor
2010-10-09Fixed misspelling in model fields docs.Carl Meyer
2010-10-09Converted defer_regress tests from doctests to unittests. We have always bee...Alex Gaynor
2010-10-09Added sanity-checking of annotation alias names.Carl Meyer
2010-10-09Fixed a PendingDeprecationWarning coming from django.core.cache in Python 2.6.Alex Gaynor
2010-10-09Fixed #14356. Remove some dead imports from django.core.management.sql. Tha...Alex Gaynor
2010-10-09Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no longer rai...Alex Gaynor
2010-10-09Fixed #14366 -- Model.objects.none().values() now correctly returns a QuerySe...Alex Gaynor
2010-10-09Convert m2m_recursive tests to unittests. We have always been at war with do...Alex Gaynor
2010-10-09Fixed #14427 -- Added --bisect and --pair flags to runtests.py, making it eas...Russell Keith-Magee
2010-10-09Ensure that the sitemaps test deactivates it's locale, so that subsequent tes...Russell Keith-Magee
2010-10-09Fixed #12369 -- Improved example to account for environments where cStringIO ...Gabriel Hurley
2010-10-09Fixed #14004 -- Adds documentation for QuerySet.update() method. Thanks to dw...Gabriel Hurley
2010-10-09Fixes #13538 -- Clarified query examples with more explicit import statements...Gabriel Hurley
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-09Tiny formatting tweak.Simon Meers
2010-10-09Fixed #14255 -- factor project name out of app imports in tutorial. Thanks to...Simon Meers
2010-10-09Corrects a typo in [14062]. Thanks to Russ for the report.Gabriel Hurley
2010-10-09Fixed #13279 -- Made the paths in the Unix install docs more explicit. Thanks...Gabriel Hurley
2010-10-09Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transac...Alex Gaynor
2010-10-09Fixed #5677 -- update modpython stdout documentation. Thanks to Manfred Wassm...Simon Meers
2010-10-09Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...Russell Keith-Magee