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
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2009-08-21
[1.0.X] Fixed #11049: introspection on Oracle now identifies IntegerFields co...
Matt Boersma
2009-07-09
[1.0.X] ixed GEOS & GDAL C function prototypes to explicitly use a subclass o...
Justin Bronn
2009-06-30
[1.0.X] Fixed #11357: contrib.admindocs now correctly displays many-to-many r...
James Bennett
2009-06-29
[1.0.X] Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as Open...
Justin Bronn
2009-06-24
[1.0.X] Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix...
Russell Keith-Magee
2009-06-17
[1.0.X] Fixed #9268 -- Ensured that the next argument is passed on when previ...
Russell Keith-Magee
2009-06-12
[1.0.X] Fixed support for GDAL 1.6 on Windows. Thanks to jtia for spotting t...
Justin Bronn
2009-06-11
[1.0.X] Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries...
Brian Rosner
2009-06-11
[1.0.X] Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and ...
Justin Bronn
2009-05-29
[1.0.X] Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.
Gary Wilson Jr
2009-05-17
[1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...
Karen Tracey
2009-05-14
[1.0.X] Fixed #10348: ChangeList no longer overwrites a select_related provid...
Jacob Kaplan-Moss
2009-05-13
[1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...
Jacob Kaplan-Moss
2009-05-12
[1.0.X] Fixed #10643: fixed the formtools security hash to handle allowed emp...
Jacob Kaplan-Moss
2009-05-12
[1.0.X] Fixed #10034: the formtools security hash function is now friendlier ...
Jacob Kaplan-Moss
2009-05-11
[1.0.X] Changed r10672 to not falsely error out when using generic inlines.
Malcolm Tredinnick
2009-05-09
[1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...
Russell Keith-Magee
2009-05-08
[1.0.X] Fixed #10899 -- Ensured that log messages for deletions in the admin ...
Russell Keith-Magee
2009-05-08
[1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...
Russell Keith-Magee
2009-05-08
[1.0.X] Fixed #10651: fixed a javascript error on the admin user add form. Th...
Jacob Kaplan-Moss
2009-05-07
[1.0.X] Fixed #8971: correctly reverse urls in admindocs reST roles. Thanks, ...
Jacob Kaplan-Moss
2009-05-05
[1.0.X] Fixed #10275 -- Corrected the edge case of rendering a LogEntry with ...
Russell Keith-Magee
2009-05-03
[1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...
Russell Keith-Magee
2009-05-03
[1.0.X] Fixed #9362 -- Prevented inline forms from overwriting the content_ty...
Russell Keith-Magee
2009-05-03
[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ...
Russell Keith-Magee
2009-04-24
[1.0.X] Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.
Justin Bronn
2009-04-23
[1.0.X] Fixed a needless list() coercion in in ChangeList. Refs #10163. Backp...
Jacob Kaplan-Moss
2009-04-22
[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...
Jacob Kaplan-Moss
2009-04-21
[1.0.X] Fixed #10884 - more lenient regexp for matching forms in CSRF post-pr...
Luke Plant
2009-04-21
[1.0.X] Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.
Justin Bronn
2009-04-21
[1.0.X] Fixed various Oracle errata and test failures present in this branch ...
Justin Bronn
2009-04-21
[1.0.X] Fixed #10791 -- The GeoDjango test runner now respects the `--noinput...
Justin Bronn
2009-04-21
[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left ...
Karen Tracey
2009-04-20
[1.0.X] Fixed #10364 -- Correctly identify test spatial database creation err...
Justin Bronn
2009-04-19
[1.0.X] Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.
Malcolm Tredinnick
2009-04-18
[1.0.X] Fixed #10694: correctly check permissions in the change password admi...
Jacob Kaplan-Moss
2009-04-18
[1.0.X] Fixed #9122: generic inline formsets now respect exclude and max_num....
Jacob Kaplan-Moss
2009-04-13
[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...
Russell Keith-Magee
2009-04-10
[1.0.X] Fixed #10747: fixed the auth tests to ignore broken user-supplied log...
Jacob Kaplan-Moss
2009-04-10
[1.0.X] Fixed #8515 -- Fixed validation of Polish REGON numbers.
Malcolm Tredinnick
2009-04-08
[1.0.X] Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` n...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #10757 -- Fixed improper selection of primary keys across relat...
Justin Bronn
2009-04-07
[1.0.X] Fixed #9957: feeds now respect time zone information provided by the ...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #9555: respect the `feed_url` feed parameter. Thanks, sedden. B...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #10169: don't accidentally try to redirect to "None" after post...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #10633, #10691: marked strings in the comments app for translat...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #10585: comment redirects built from the `next` parameter now w...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #9956: relax the URL pattern for primary keys in the comment re...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #9792: corrected invalid HTML in the comment form and comment p...
Jacob Kaplan-Moss
2009-04-07
[1.0.X] Fixed #9268: pass the "next" param through in the comment preview/pos...
Jacob Kaplan-Moss
[next]