summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-26[1.0.X] Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.Justin Bronn
2008-12-26[1.0.X] Fixed #9892 -- support additional binary packages for GEOS & GDAL lib...Justin Bronn
2008-12-26[1.0.X] Merged [9682], [9683] and [9684] from trunk. These were changes deali...Adrian Holovaty
2008-12-23[1.0.X] Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an adm...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9882 -- Added `alters_data = True` to `BaseModelForm.save` met...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9884 -- Corrected template example in model forms documentatio...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9902 -- Corrected misspelling in form validation documentation...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks agl...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9780 -- Fixed an undefined internal link in the model forms do...Gary Wilson Jr
2008-12-22[1.0.X] Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
2008-12-22[1.0.X] Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
2008-12-21[1.0.X] Fixed #9865 -- Allow saving of new inline-edited objects with custom ...Karen Tracey
2008-12-21[1.0.X] Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also A...Karen Tracey
2008-12-17Fixed a typo in r9652.Malcolm Tredinnick
2008-12-16[1.0.X] Fixed #9859 -- Added another missing force_unicode needed in admin wh...Karen Tracey
2008-12-16[1.0.X] Fixed #9814 -- Allowed SafeStrings to be saved to sqlite DB when runn...Karen Tracey
2008-12-16[1.0.X] Block r9643 (code removal) and r9646 (fix to code present only in tru...Karen Tracey
2008-12-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
2008-12-16[1.0.X] Removed one test that is only intended for PostgreSQL from theMalcolm Tredinnick
2008-12-16[1.0.X] Fixed #9786 -- Fixed inequality checking for django.db.models.fields....Malcolm Tredinnick
2008-12-11[1.0.X] Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py ...Matt Boersma
2008-12-11[1.0.X] Fixed #9795: Since related-object selection widgets take limit_choice...James Bennett
2008-12-10[1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. ...Karen Tracey
2008-12-10[1.0.X] Blocked two more trunk changesets that should not be merged to 1.0.X.Karen Tracey
2008-12-10[1.0.X] Blocked non-bugfix changesets from svnmerge.py consideration.Karen Tracey
2008-12-10[1.0.X] Yet another place where we claim to support 2.3 and up. Was [9635] in...James Bennett
2008-12-10[1.0.X] Fixed #8248: made help() work on models and improved introspection su...Luke Plant
2008-12-09[1.0.X] Another place where we talked about Python versions. Was [9632] in tr...James Bennett
2008-12-09[1.0.X] Clarify install docs to point at new FAQ items about Python 3.0. Was ...James Bennett
2008-12-09[1.0.X] Fixed #9783; clarified install docs and FAQ to explain that Django do...James Bennett
2008-12-09[1.0.X] Documented how to handle '%' characters in redirect_to() URL stringsMalcolm Tredinnick
2008-12-09[1.0.X] Fixed #9777 -- Typo fix.Malcolm Tredinnick
2008-12-09[1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a moreMalcolm Tredinnick
2008-12-09[1.0.X] Fixed #9775 -- Fixed an oversight from r9601 and allow direct attributeMalcolm Tredinnick
2008-12-09[1.0.X] Did some much-needed rewriting/editing in the formsets section of doc...Adrian Holovaty
2008-12-09[1.0.X] Improved the model formset and inline formset documentation to be mor...Brian Rosner
2008-12-08[1.0.X] Fixed obscure Oracle quoting issues pointed out by the custom_columns...Matt Boersma
2008-12-08[1.0.X] In the release process doc, clarify that the original committer is re...Karen Tracey
2008-12-08[1.0.X] Block non-bugfix changesets from svnmerge.py consideration. This inc...Karen Tracey
2008-12-08[1.0.X] Fixed a Python 2.4 incompatibility in `compress_kml`.Justin Bronn
2008-12-08[1.0.X] Fixed #9747 -- now explicitly set response type on C functions that r...Justin Bronn
2008-12-08[1.0.X] The second part of fixing "related inherited models" display. Handle ...Malcolm Tredinnick
2008-12-08[1.0.X] The first step in fixing a group of problems related to outputting aMalcolm Tredinnick
2008-12-08[1.0.X] Fixed #9732 -- Added missing close paragraph tag to password reset co...Gary Wilson Jr
2008-12-08[1.0.X] Fixed #9724 -- Added missing import to URLconf example, thanks shacker.Gary Wilson Jr
2008-12-08[1.0.X] Fixed #9718 -- Removed a reference to oldforms FormWrapper? object in...Gary Wilson Jr
2008-12-08[1.0.X] This fixes a group of problems in the SQL created by QuerySet.exclude()Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9188 -- Fixed a case where we were generating syntactically in...Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9645 -- Work around a backwards-incompatibility in Sphinx so thatMalcolm Tredinnick
2008-12-07[1.0.X] Fixed #9677 -- Fixed a tiny typo in the 1.0.2 release notes.Malcolm Tredinnick