summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-01-15Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2009-01-13Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...Justin Bronn
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2009-01-10In urlconfs, include() may now be used on an iterable of patterns instead of ...Jacob Kaplan-Moss
2009-01-10Fixed #6791: added a write-through cache session backend: session data is wri...Jacob Kaplan-Moss
2009-01-09Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.Malcolm Tredinnick
2009-01-09Updated Polish translation: fixed typo and one missing translationJarek Zgoda
2009-01-08Fixed #9569 -- Small correction to Simplified Chinese translation.Malcolm Tredinnick
2009-01-08Fixed #9636 -- Updated simplified Chinese translation.Malcolm Tredinnick
2009-01-08Fixed #9888 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2009-01-08Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.Malcolm Tredinnick
2009-01-08Using querysets as an rvalue in filter() calls was causing an unnecessaryMalcolm Tredinnick
2009-01-08Remove any ordering from a nested select query (in the where-clause).Malcolm Tredinnick
2009-01-08Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...Ian Kelly
2009-01-07Return None for null date/time fields in OGR-supported data sources. Thanks ...Justin Bronn
2009-01-06Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp".Malcolm Tredinnick
2009-01-06Upgraded included simplejson to 2.0.7.Malcolm Tredinnick
2009-01-06Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullableMalcolm Tredinnick
2009-01-05Updated `GeoWhere` to be compatible with changes in r9700.Justin Bronn
2009-01-05Nested query support.Malcolm Tredinnick
2009-01-05Reconciling where- and having-clause behaviour.Malcolm Tredinnick
2009-01-03Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...Russell Keith-Magee
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-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-21Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...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-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-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-08Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress...Matt Boersma
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