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-05-03
[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ...
Russell Keith-Magee
2009-05-02
[1.0.X] Updated svnmerge properties for recent changes
Russell Keith-Magee
2009-05-02
Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...
Russell Keith-Magee
2009-05-02
[1.0.x] Fixed #10367 -- Corrected an example in the documentation for Generic...
Russell Keith-Magee
2009-05-02
[1.0.X] Updated svnmerge properties for recent changes
Russell Keith-Magee
2009-05-02
[1.0.X] Fixed #9206 -- Clarified documentation of transaction handling in raw...
Russell Keith-Magee
2009-05-02
[1.0.X] Fixed #10954 -- Corrected error in docs example describing extending ...
Russell Keith-Magee
2009-05-02
[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...
Russell Keith-Magee
2009-04-30
[1.0.X] Updated svnmerge properties
Russell Keith-Magee
2009-04-30
[1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ...
Russell Keith-Magee
2009-04-28
Updated svnmerge properties for recent checkins
Russell Keith-Magee
2009-04-28
[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...
Russell Keith-Magee
2009-04-28
[1.0.X] Updated German translation, thanks zerok and bartTC
Jannis Leidel
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 #10163: add an artificial ordering to querysets used by formset...
Jacob Kaplan-Moss
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 the tests from [9438] to work consistantly across databases. In...
Jacob Kaplan-Moss
2009-04-22
[1.0.X] Blocked r10621 from merge to branch, and updated svnmerge-integrated ...
Karen Tracey
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 #9651: fixed save_as with inline forms. Thanks, kmike and Mnewm...
Karen Tracey
2009-04-21
[1.0.X] Fixed #10693: updated params in the docs.
Karen Tracey
2009-04-21
[1.0.X] Unblocked r10324 and 10353. These changesets are applicable to the b...
Karen Tracey
2009-04-21
[1.0.X] Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.
Matt Boersma
2009-04-21
[1.0.X] Added a test from Jamie Gennis to ensure #9848 doesn't reappear.
Karen Tracey
2009-04-21
[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left ...
Karen Tracey
2009-04-21
[1.0.X] Blocked a bunch of changesets related to new function from merge to b...
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-19
[1.0.X] Fixed #10773 -- Fixed some damage I did to the French in r10509.
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 #10002: inline file uploads now correctly display prior data. T...
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-18
[1.0.X] Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, ...
Jacob Kaplan-Moss
2009-04-18
[1.0.X\ Fixed #10156: `ModelMultipleChoiceField.clean` now does a single quer...
Jacob Kaplan-Moss
2009-04-17
[1.0.X] Fixed introspection test case which caused "ORA-00972: identifier is ...
Matt Boersma
2009-04-16
Updated svnmerge properties for 1.0.X branch
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL an...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #9890 -- Modified the regex validation for email addresses to m...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10779 -- Corrected description of an example in the files docs...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10776 -- Added metadata targets for the contrib.admin docs, an...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10704 -- Resurrected documentation for {% else %} clause on {%...
Russell Keith-Magee
2009-04-16
[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairied...
Russell Keith-Magee
2009-04-13
[1.0.X] Fixed #10458 -- Corrected the `next_month` and `previous_month` conte...
Russell Keith-Magee
2009-04-13
[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that...
Russell Keith-Magee
2009-04-13
[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...
Russell Keith-Magee
2009-04-13
[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m fields...
Russell Keith-Magee
[prev]
[next]