summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-03Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses a...Justin Bronn
2008-12-27Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve chang...Luke Plant
2008-12-26Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.Justin Bronn
2008-12-26Fixed #9892 -- support additional binary packages for GEOS & GDAL libs on OSX...Justin Bronn
2008-12-25Added some documentation explaining (1) that it's possible to add users via t...Adrian Holovaty
2008-12-25Improved the auth admin site to raise Http404 with a helpful error message if...Adrian Holovaty
2008-12-25Added comment to UserAdmin.add_view() explaining why we disallow users withou...Adrian Holovaty
2008-12-23Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...Gary Wilson Jr
2008-12-23Fixed #9882 -- Added `alters_data = True` to `BaseModelForm.save` method, tha...Gary Wilson Jr
2008-12-23Fixed #9884 -- Corrected template example in model forms documentation, thank...Gary Wilson Jr
2008-12-23Fixed #9902 -- Corrected misspelling in form validation documentation, thanks...Gary Wilson Jr
2008-12-23Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks aglzen.Gary Wilson Jr
2008-12-23Fixed #9780 -- Fixed an undefined internal link in the model forms documentat...Gary Wilson Jr
2008-12-22Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
2008-12-22Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
2008-12-21Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...Karen Tracey
2008-12-21Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also America...Karen Tracey
2008-12-17Fixed a typo in r9650.Malcolm Tredinnick
2008-12-16Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...Karen Tracey
2008-12-16Fixed #9859 -- Added another missing force_unicode needed in admin when runni...Karen Tracey
2008-12-16Fixed #9814 -- Allowed SafeStrings to be saved to sqlite DB when running on P...Karen Tracey
2008-12-16Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
2008-12-16Removed one test that is only intended for PostgreSQL from the visibility ofMalcolm Tredinnick
2008-12-16Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...Malcolm Tredinnick
2008-12-14Remove some code in loaddata that bails out of searching for fixture files (o...Karen Tracey
2008-12-11Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell"...Matt Boersma
2008-12-11Removed django.db.models.options.Options.one_to_one_field.Malcolm Tredinnick
2008-12-11Fixed #9795: Since related-object selection widgets take limit_choices_to int...James Bennett
2008-12-10If an SQL query doesn't specify any ordering, avoid the implicit sortMalcolm Tredinnick
2008-12-10Yet another place where we claim to support 2.3 and upJames Bennett
2008-12-09Another place where we talked about Python versions.James Bennett
2008-12-09Clarify install docs to point at new FAQ items about Python 3.0.James Bennett
2008-12-09Fixed #9783; clarified install docs and FAQ to explain that Django does not y...James Bennett
2008-12-09Documented how to handle '%' characters in redirect_to() URL strings (even inMalcolm Tredinnick
2008-12-09The "permanent" parameter to redirect_to (r9594) is new in Django 1.1. Noted asMalcolm Tredinnick
2008-12-09Fixed #9777 -- Typo fix.Malcolm Tredinnick
2008-12-09Fixed #9772 -- Fixed a couple of broken links and pointed them to a moreMalcolm Tredinnick
2008-12-09Fixed #9778 -- Added some special casing of the "Join on field 'abc'" errorMalcolm Tredinnick
2008-12-09Fixed #9775 -- Fixed an oversight from r9601 and allow direct attributeMalcolm Tredinnick
2008-12-09Did some much-needed rewriting/editing in the formsets section of docs/topics...Adrian Holovaty
2008-12-09Improved the model formset and inline formset documentation to be more explic...Brian Rosner
2008-12-08Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress...Matt Boersma
2008-12-08In the release process doc, clarify that the original committer is responsibl...Karen Tracey
2008-12-08Fixed a Python 2.4 incompatibility in `compress_kml`.Justin Bronn
2008-12-08Fixed #9747 -- now explicitly set response type on C functions that return WK...Justin Bronn
2008-12-08The second part of fixing "related inherited models" display. Handle raw_id v...Malcolm Tredinnick
2008-12-08The first step in fixing a group of problems related to outputting a properMalcolm Tredinnick
2008-12-08Fixed #9732 -- Added missing close paragraph tag to password reset confirmati...Gary Wilson Jr
2008-12-08Fixed #9724 -- Added missing import to URLconf example, thanks shacker.Gary Wilson Jr
2008-12-08Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user...Gary Wilson Jr