summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19[1.2.X] Fixed #14728 -- Broadened warning about django-admin.py missing .py s...Carl Meyer
2010-11-19[1.2.X] Corrected the way databases were compared. This allows running the t...Alex Gaynor
2010-11-18[1.2.X] Converted the model_regress doctests into unittests. We have always ...Alex Gaynor
2010-11-18[1.2.X] Fixed pk uniqueness validation for new objects created outside of a M...Carl Meyer
2010-11-18[1.2.X] Fixed #14234 -- Re-validating a model instance added via ModelForm no...Carl Meyer
2010-11-17[1.2.X] Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid ...Jannis Leidel
2010-11-17[1.2.X] Added a hidden toctree pointing at the index file in the docs to sile...Alex Gaynor
2010-11-17[1.2.X] Fixed #14713 -- documented that resolve can raise Http404. Thanks to...Alex Gaynor
2010-11-17[1.2.X] Fixed #14423 -- corrected incorrect SQL being generated when a nullab...Alex Gaynor
2010-11-17[1.2.X] Corrected some syntax issues in the docs. Backport of [14598].Alex Gaynor
2010-11-17[1.2.X] Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17[1.2.X] Migrated model_formsets doctests. Thanks to Gregor Müllegger for the...Russell Keith-Magee
2010-11-17[1.2.X] Fixed #11369 -- Corrected verbose_name_plural model Meta option to be...Ramiro Morales
2010-11-17[1.2.X] Fixed #12687 -- fixed an issue with aggregates and counts in conjunct...Alex Gaynor
2010-11-17[1.2.X] Remove an obsolete admonition in tutorial one (referencing 0.96 funct...Chris Beaven
2010-11-16[1.2.X] Fixed #14691 -- Made ForeignKey.validate() use the right database. Th...Ramiro Morales
2010-11-16[1.2.X] Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in doc...Chris Beaven
2010-11-16[1.2.X] Migrated model_inheritance_regress doctests. Thanks to Gregor Mülleg...Russell Keith-Magee
2010-11-16[1.2.X] Migrated forms (minus localflavor) doctests. A huge thanks to Daniel ...Russell Keith-Magee
2010-11-16[1.2.X] Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
2010-11-16[1.2.X] Added a test for using an `__in` lookup with a ValueListQueryset from...Alex Gaynor
2010-11-16[1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport ...Alex Gaynor
2010-11-14[1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ...Ramiro Morales
2010-11-14[1.2.X] Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files....Ramiro Morales
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...Ramiro Morales
2010-11-12[1.2.X] Backport of r14547 from trunk.Ian Kelly
2010-11-12[1.2.X]Converted m2m_signals from doctests to unittests. Thanks to Gregor MÃ...Alex Gaynor
2010-11-12[1.2.X] Backport of r14545 from trunk.Ian Kelly
2010-11-12[1.2.X] Fixed #14669 -- corrected an ungrammatical sentence in the internatio...Gabriel Hurley
2010-11-12[1.2.X] Backport of r14537 from trunk.Ian Kelly
2010-11-11[1.2.X] Removed the executable bit from a test file, it wasn't. Thanks to Fl...Alex Gaynor
2010-11-11[1.2.X] Remove the executable flag from uploadhandler.py, it wasn't. Thanks ...Alex Gaynor
2010-11-11[1.2.X] Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-11[1.2.X] Fixed error introduced in r14512.Ramiro Morales
2010-11-11[1.2.X] Fixed small multi-db compatibility issue in the Oracle backend.Ramiro Morales
2010-11-11[1.2.X] Implemented changes made in r14320 in the Oracle backend. Thanks Russ...Ramiro Morales
2010-11-09[1.2.X] Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.Justin Bronn
2010-11-09Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API...Carl Meyer
2010-11-09[1.2.X] Fixed #14650 -- noted that underscores are also valid in slug fields....Alex Gaynor
2010-11-09[1.2.X] Fixed typo in raw SQL docs example.Ramiro Morales
2010-11-08[1.2.X] Small rewording of tutorial01.txt changes from [14066]Jacob Kaplan-Moss
2010-11-08[1.2.X] Fixed #14641 - a handful of grammer/typo fixes.Jacob Kaplan-Moss
2010-11-08[1.2.X] Corrected some backporting errors in the template tests.Russell Keith-Magee
2010-11-07[1.2.X] Backporting myself to the 1.2.X docs/internals/committers.txt... and ...Gabriel Hurley
2010-11-07[1.2.X] Fixed #11877 -- Documented that HttpRequest.get_host() fails behind m...Gabriel Hurley
2010-11-07[1.2.X] Completed and enhanced links to database-specific notes from the inst...Ramiro Morales
2010-11-07[1.2.X] Fixed some Oracle backend test DB creation code bugs.Ramiro Morales
2010-11-07[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the templ...Gabriel Hurley
2010-11-07[1.2.X] Fixed #10904 -- Corrected inappropriate usage of the term "absolute U...Gabriel Hurley
2010-11-07[1.2.X] Fixed #8325 -- Reorganization and expansion of the login_required dec...Gabriel Hurley