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
2010-01-27
Fixed #12703 -- Corrected a test suite failure in the admin_views tests.
Russell Keith-Magee
2010-01-27
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2010-01-27
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...
Russell Keith-Magee
2010-01-27
Fixed #12693 -- Improved error handling when there is an error setting up the...
Russell Keith-Magee
2010-01-27
Made the database master router tolerant of router definitions that omit indi...
Russell Keith-Magee
2010-01-27
`OGRGeometry` objects may now be pickled.
Justin Bronn
2010-01-27
Applied DRY and centralized geometry input regular expressions; `OGRGeometry`...
Justin Bronn
2010-01-27
Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wra...
Justin Bronn
2010-01-26
Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi...
Justin Bronn
2010-01-26
Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.
Jannis Leidel
2010-01-26
Fixed #12282 - When paginated allow selecting all items in the admin changlist.
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2010-01-26
Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.
Jannis Leidel
2010-01-26
Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...
Russell Keith-Magee
2010-01-25
Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...
Ian Kelly
2010-01-25
Small optimization on r12285
Luke Plant
2010-01-25
Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for...
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-24
Synced 1.2 release notes with 1.1.2 release notes w.r.t. cookie encoding, for...
Luke Plant
2010-01-24
Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Exp...
Luke Plant
2010-01-23
Made CookieStorage account for the overhead added by the underlying cookie en...
Luke Plant
2010-01-23
Documented backwards incompatibility in 1.1.X branch introduced in r12283
Luke Plant
2010-01-23
Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa...
Luke Plant
2010-01-23
Added color configuration for HTTP 304, since it doesn't require as much atte...
Russell Keith-Magee
2010-01-23
Fixed #12564 - Use locale-aware date format in admin object history overview
Jannis Leidel
2010-01-23
ModelAdmin.fields wasn't able to refer to fields only on a custom form
Brian Rosner
2010-01-23
Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus...
Russell Keith-Magee
2010-01-22
Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...
Justin Bronn
2010-01-22
Modified `GeoManager.get_query_set` to reflect changes made for database rout...
Justin Bronn
2010-01-22
Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo...
Russell Keith-Magee
2010-01-22
Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...
Russell Keith-Magee
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-21
Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...
Joseph Kocherhans
2010-01-21
Fixed #12590. Changed an expression in the validators tests to work correctly...
Joseph Kocherhans
2010-01-21
Fixed #12596. Calling super from a ModelForm's clean method is once again opt...
Joseph Kocherhans
2010-01-21
Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...
Joseph Kocherhans
2010-01-20
Various fixes/improvements to the the extras/csrf_migration_helper.py script
Luke Plant
2010-01-20
Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper script
Luke Plant
2010-01-19
Fixed #12644 - Allow overriding the admin user creation form based on r12216....
Jannis Leidel
2010-01-19
Fixed an Oracle test failure introduced in [12226].
Ian Kelly
2010-01-19
Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...
Russell Keith-Magee
2010-01-19
Fixed #12640 -- Corrected a regression in test suite construction order intro...
Russell Keith-Magee
2010-01-18
Fixed #12638 -- Minor documentation cleanups around the new class-based test ...
Russell Keith-Magee
2010-01-18
Updated the docs around test runners to encourage the use of **kwargs in the ...
Russell Keith-Magee
2010-01-18
Fixed problems associated with the `GeometryField` SRID cache: it is now keye...
Justin Bronn
2010-01-18
Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...
Justin Bronn
2010-01-18
Fixed typo in docs - supports_objects_permissions should be supports_object_p...
Luke Plant
2010-01-18
Fixed #12624 -- Modified test runners to be class based.
Russell Keith-Magee
2010-01-18
Fixed bad indentation in contenttypes code example so that cut and paste from...
Karen Tracey
[next]