summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-22Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few...Gabriel Hurley
2010-11-22Various nominal corrections for grammatical consistency, typos, and crossref ...Gabriel Hurley
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-21Removed some deprecated code that survived [14138].Alex Gaynor
2010-11-21Fixed #14749 -- added support for using Django's file object as context manag...Alex Gaynor
2010-11-21Fixed failing tests caused by r14667Honza Král
2010-11-21Preventing problems possibly introduced by r14662Honza Král
2010-11-21Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...Honza Král
2010-11-21Added printing of the name of test database being created/destroyed, at verbo...Ramiro Morales
2010-11-21Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp()...Ramiro Morales
2010-11-21Fixed #14533 -- Make django signals more thread-safe. Thanks milosu for the p...Honza Král
2010-11-21Fixed #14741 -- CZ Localflavor clean() incorrectly called super.__init__. Tha...Honza Král
2010-11-21Few improvements to FormPreview, thanks Andy!Honza Král
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-21Fixed #4552 -- minor tidy up of the {% for %} tag's comma splittingChris Beaven
2010-11-21Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...Carl Meyer
2010-11-20Now possible to run the GeoDjango test suite with a minimal settings file. R...Justin Bronn
2010-11-20Reformated some code for readability.Alex Gaynor
2010-11-20Fixed typo in docs.Luke Plant
2010-11-20Documented migration path for change object_list -> ListView regarding differ...Luke Plant
2010-11-20Corrected a markup problem with an example in the class-based view docs. Than...Russell Keith-Magee
2010-11-20Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report.Russell Keith-Magee
2010-11-20Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luk...Gabriel Hurley
2010-11-20Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ...Gabriel Hurley
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-11-20Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant
2010-11-20Updated an old workaround described in the Oracle backend notes with more mod...Ian Kelly
2010-11-20Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagl...Carl Meyer
2010-11-19Removed compatibility with Sphinx < 1.0 workarounds in our extension code. Al...Ramiro Morales
2010-11-19Fixed #13351: Added documentation about the cx_Oracle 'threaded' option to th...Ian Kelly
2010-11-19Corrected change in behavior regarding the page shown after the 'Save' button...Ramiro Morales
2010-11-19Began converting localflavor doctests into unittests, starting with the Germa...Alex Gaynor
2010-11-19Bumped documentation-building requirements to Sphinx 1.0.2 and Pygments 1.1. ...Carl Meyer
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
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