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