summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-21Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be...Jacob Kaplan-Moss
2009-03-21Fixed #9303 (again) by removing some code missing in [9891].Jacob Kaplan-Moss
2009-03-21Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...Jacob Kaplan-Moss
2009-03-20Added some further clarification to the docs for Meta.managed.Malcolm Tredinnick
2009-03-20Fixed #9628 -- Use `pysqlite2` for database backend, if installed.Justin Bronn
2009-03-20Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-20GeoDjango test suite now takes advantage of `importlib` added in r10088.Justin Bronn
2009-03-20Fixed #10480 -- made `icons` a property to add more flexibility.Justin Bronn
2009-03-20Fixed #10556 -- Fixed a problem in the fastcgi server after r10088.Malcolm Tredinnick
2009-03-20Python 2.3 fix: assertTrue *still* doesn't exist in Python 2.3Malcolm Tredinnick
2009-03-20Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.Malcolm Tredinnick
2009-03-20More typo fixing. :-(Malcolm Tredinnick
2009-03-20Whoops. I left some debugging printing in r10096. Nothing to see here.Malcolm Tredinnick
2009-03-20Fixed database backend creation for Python 2.3.Malcolm Tredinnick
2009-03-19Updated all refs to default middleware in docs.Luke Plant
2009-03-19Added CSRF middleware to default settings and updated docs.Luke Plant
2009-03-19Fixed #10546 -- Fixed a docs typo noticed by carljm.Malcolm Tredinnick
2009-03-19Added a test for defer() / only() to make sure saving continues to work.Malcolm Tredinnick
2009-03-19Typo fix for an error path in r100090.Malcolm Tredinnick
2009-03-19Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick
2009-03-19Added some documentation explaining "managed=False" vs. "proxy=True".Malcolm Tredinnick
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-18Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-18Polish translation updatedJarek Zgoda
2009-03-18Fixed #10533 -- Worked around an apparent limitation of xgettext.Malcolm Tredinnick
2009-03-18Fixed #10530, #10527: added a couple more validation errors around `list_edit...Jacob Kaplan-Moss
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-03-17`ModelAdmin` validation now runs when using the `site.register(Model, **kwarg...Jacob Kaplan-Moss
2009-03-17Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an ...Jacob Kaplan-Moss
2009-03-17Fixed #10517 -- Corrected cache name for file-based cache tests so that the f...Russell Keith-Magee
2009-03-17Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks...Russell Keith-Magee
2009-03-16More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.Malcolm Tredinnick
2009-03-15Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Pau...Russell Keith-Magee
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2009-03-15Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee
2009-03-15Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2009-03-15Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-14Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th...Adrian Holovaty
2009-03-14Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Sc...Russell Keith-Magee
2009-03-14Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....Russell Keith-Magee
2009-03-13Fixed #10488: fixed DB cache backend test failures in Oracle.Ian Kelly
2009-03-13Fixed #10238: coerce TextField values to unicode in the oracle backend.Ian Kelly
2009-03-13Fixed a case where column aliases weren't being quoted properly.Ian Kelly
2009-03-13Prevented InsertQuery from appending a 'RETURNING' clause when it's not actua...Ian Kelly
2009-03-13Improved the error message in case of an invalid DATABASE_BACKEND to ignore '...Adrian Holovaty
2009-03-13Fixed #10487 -- Refactored the database-backend-selection logic into a functi...Adrian Holovaty
2009-03-12Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.Ian Kelly