summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19Fixed #14728 -- Broadened warning about django-admin.py missing .py suffix to...Carl Meyer
2010-11-19Corrected the way databases were compared. This allows running the test suit...Alex Gaynor
2010-11-19Fixed a failing test caused by [14614].Alex Gaynor
2010-11-18Converted the model_regress doctests into unittests. We have always been at ...Alex Gaynor
2010-11-18Fixed pk uniqueness validation for new objects created outside of a ModelForm...Carl Meyer
2010-11-18Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...Carl Meyer
2010-11-18Fixed incorrect path to MultipleObjectMixin in docs.Luke Plant
2010-11-18Added notes in old generic views howto about the new class based approach.Luke Plant
2010-11-18Corrected link in release notes.Luke Plant
2010-11-17Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...Jannis Leidel
2010-11-17Added a hidden toctree pointing at the index file in the docs to silence a sp...Alex Gaynor
2010-11-17Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo...Alex Gaynor
2010-11-17Fixed #14257 -- removed ManyToManyField.isValidIDList which was completely de...Alex Gaynor
2010-11-17Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...Alex Gaynor
2010-11-17Corrected some syntax issues in the docs.Alex Gaynor
2010-11-17Removed stale directory not removed by git-svn in r14592.Jannis Leidel
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-17Fixed a bunch of code examples in the form media documentation.Jannis Leidel
2010-11-17Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is pr...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-17Migrated model_formsets doctests. Thanks to Gregor Müllegger for the patch.Russell Keith-Magee
2010-11-17Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...Ramiro Morales
2010-11-17Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...Alex Gaynor
2010-11-17Remove an obsolete admonition in tutorial one (referencing 0.96 functionality)Chris Beaven
2010-11-17Fixed #14706 -- corrected a stray backtick in the docs. Thanks to Adam for t...Alex Gaynor
2010-11-16Small grammar fix in 'user-uploaded files' comment from [14560]Adrian Holovaty
2010-11-16Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...Ramiro Morales
2010-11-16Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in documentati...Chris Beaven
2010-11-16Migrated model_inheritance_regress doctests. Thanks to Gregor Müllegger for ...Russell Keith-Magee
2010-11-16Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...Luke Plant
2010-11-16Added info about using logging to the 'Error reporting' howto.Luke Plant
2010-11-16Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
2010-11-16Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...Russell Keith-Magee
2010-11-16Added a test for using an `__in` lookup with a ValueListQueryset from a none(...Alex Gaynor
2010-11-16Fixed #14696, corrected some messed up syntax in the docs.Alex Gaynor
2010-11-14Fixed potential circular import problem.Luke Plant
2010-11-14Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...Ramiro Morales
2010-11-14Fixed #14685 - incompatible code in contrib.sessions.modelsLuke Plant
2010-11-14Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks ...Ramiro Morales
2010-11-14Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th...Ramiro Morales
2010-11-13Fixed #14632 -- Skip a messages test if auth app is not in INSTALLED_APPS. Th...Jannis Leidel
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-11-13Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...Jannis Leidel
2010-11-13Added release notes for potential alpha-2.Jannis Leidel
2010-11-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-13Fixed a few typos introduced in r14533.Jannis Leidel
2010-11-13Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about ...Luke Plant
2010-11-12Converted m2m_signals from doctests to unittests. Thanks to Gregor Müllegge...Alex Gaynor
2010-11-12Fixed a test case that was failing in Oracle due to conflation of null and em...Ian Kelly
2010-11-12Fixed a multiple_database test case that was failing in Oracle due to forced ...Ian Kelly