summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-26[1.2.X] Fixed #14730 -- Fixed unclosed anchor tag in Mongolian translation. T...Jannis Leidel
2010-11-26[1.2.X] Fixed #14721 -- Made the THOUSAND_SEPERATOR a unicode string in a few...Jannis Leidel
2010-11-26[1.2.X] Fixes #14743 - Add sphinx links and other cleanups to topics/http/url...Timo Graham
2010-11-26[1.2.X] Fixed #14756 - fix typo in "related objects reference" docs. Thanks d...Timo Graham
2010-11-26Add myself to committersTimo Graham
2010-11-25[1.2.X] Fixed #14415 -- Corrected the process of creating and destroying test...Russell Keith-Magee
2010-11-24[1.2.X] Fixed #14771 -- corrected a typo in the testing docs. Thanks to Chri...Alex Gaynor
2010-11-24[1.2.X] Fixed #14700 - speed up RawQuerySet iterator.Luke Plant
2010-11-24[1.2.X] Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links ...Gabriel Hurley
2010-11-23[1.2.X] Fixed #14697 - speeded up model instance creation by moving work outs...Luke Plant
2010-11-22[1.2.X] Fixed #14754 -- corrected using an aggregate in an F expressions when...Alex Gaynor
2010-11-22[1.2.X] Fixed #14736 -- corrected an ungrammatical sentence in the template t...Gabriel Hurley
2010-11-21[1.2.X] Preventing problems possibly introduced by r14662Honza Král
2010-11-21[1.2.X] Fixed #14453 -- Changed handling of microseconds part in typecast_tim...Ramiro Morales
2010-11-21[1.2.X] Make django signals more thread-safe. Thanks milosu for the patch!Honza Král
2010-11-21[1.2.X] CZ Localflavor clean() incorrectly called super.__init__. Thanks for ...Honza Král
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-20[1.2.X] Now possible to run the GeoDjango test suite with a minimal settings ...Justin Bronn
2010-11-20[1.2.X] Replaced an unnecessary UTF8 character in the admindocs docs. Thanks ...Gabriel Hurley
2010-11-20[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...Gabriel Hurley
2010-11-20[1.2.X] Fixed a garbage character that was somehow introduced into some backp...Luke Plant
2010-11-20[1.2.X] Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant
2010-11-20[1.2.X] Updated an old workaround described in the Oracle backend notes with ...Ian Kelly
2010-11-20[1.2.X] Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for ...Carl Meyer
2010-11-19Corrected some issues with the backport from [14627].Alex Gaynor
2010-11-19[1.2.X] Removed compatibility with Sphinx < 1.0 workarounds in our extension ...Ramiro Morales
2010-11-19[1.2.X] Fixed #13351: Added documentation about the cx_Oracle 'threaded' opti...Ian Kelly
2010-11-19[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...Ramiro Morales
2010-11-19[1.2.X] Began converting localflavor doctests into unittests, starting with t...Alex Gaynor
2010-11-19[1.2.X] Bumped documentation-building requirements to Sphinx 1.0.2 and Pygmen...Carl Meyer
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