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-10-21
[1.2.X] Revert [13850], this was a new feature not a bugfix.
Chris Beaven
2010-10-21
[1.2.X] Ensure the mutliple_database tests leave the settings in the same sta...
Alex Gaynor
2010-10-20
[1.2.X] Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_...
Gabriel Hurley
2010-10-20
[1.2.X] Fixed #14432 -- Added an import statement which was previously implie...
Gabriel Hurley
2010-10-20
[1.2.X] Fixed #14493 -- Corrected use of the wrong attribute in the model val...
Gabriel Hurley
2010-10-20
[1.2.X] Fixed bug and test failure introducted in [14290]
Luke Plant
2010-10-19
[1.2.X] Fixed #14498 - Forms passed to FormWizard.process_step are not guaran...
Luke Plant
2010-10-19
[1.2.X] Fixed errors introduced in r14280 when running Django tests under Pyt...
Ramiro Morales
2010-10-19
[1.2.X] Migrated many-to-many doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-19
[1.2.X] Migrated many-to-one doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-19
[1.2.X] Converted queries tests from doctests to unittests.
Ramiro Morales
2010-10-19
[1.2.X] Fixed #7616 -- Added advice on unix socket permissions and umasks to ...
Gabriel Hurley
2010-10-19
[1.2.X] Fixed #14464 -- Strengthened the admonition regarding documentation v...
Gabriel Hurley
2010-10-19
[1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples that...
Gabriel Hurley
2010-10-18
[1.2.X] Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabriel...
Honza Král
2010-10-17
[1.2.X] Fixed a few other backporting-related bugs introduced in r14213.
Jannis Leidel
2010-10-17
[1.2.X] Removed stray code introduced in r14126 that broke the test suite.
Jannis Leidel
2010-10-17
[1.2.X] Fixed #13963 -- Use the correct verbose name of a reverse relation fi...
Jannis Leidel
2010-10-17
Corrected a suite of test failures when running under postgres. Backport of ...
Alex Gaynor
2010-10-16
[1.2.X] Fixed #14126 -- Fixed an issue with changes to the blocktrans tag int...
Jannis Leidel
2010-10-16
[1.2.X] Converted or_lookups tests from doctests to unittests. We have alway...
Alex Gaynor
2010-10-15
[1.2.X] Fixed #14307 -- Added a new crossref target to model field reference ...
Gabriel Hurley
2010-10-15
[1.2.X] Fixed #14307 -- Linked ChoiceField.choices docs to Field.choices docs...
Gabriel Hurley
2010-10-15
[1.2.X] Fixed #14376 -- added docs for previously undocumented Brazilian loca...
Gabriel Hurley
2010-10-15
[1.2.X] Fixed #14473 -- converted the model_package tests from doctests to un...
Alex Gaynor
2010-10-15
[1.2.X] Fixed #14472 -- converted generic_relations tests from doctests to un...
Alex Gaynor
2010-10-15
[1.2.x] Fixed #14454 -- converted admin_widgets tests from doctests to unitte...
Alex Gaynor
2010-10-14
[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...
Jannis Leidel
2010-10-14
[1.2.X] Fixed #5327 -- Added standardized field information to ModelChoiceFie...
Gabriel Hurley
2010-10-14
[1.2.X] Fixed #14456 -- converted inline_formsets tests from doctests to unit...
Alex Gaynor
2010-10-14
[1.2.X] Fixed #14459 -- converted many_to_one_regress tests from doctests to ...
Alex Gaynor
2010-10-14
[1.2.X] Fixed #14460 -- converted managers_regress tests from doctests to uni...
Alex Gaynor
2010-10-14
[1.2.X] Fixed #14458 -- converted m2m_regress tests from doctests to unittest...
Alex Gaynor
2010-10-13
[1.2.X] Fix a typo in my bio. Backport of [14200]
Chris Beaven
2010-10-13
[1.2.X] Fixed #13830 -- Updated province name in Indonesian localflavor. Tha...
Justin Bronn
2010-10-13
[1.2.X] Changed unique validation in model formsets to ignore None values, no...
Honza Král
2010-10-12
[1.2.X] Enabled area calculations for geography columns.
Justin Bronn
2010-10-12
[1.2.X] Modified the test_client tests to use the non-deprecated mail API.
Russell Keith-Magee
2010-10-12
[1.2.X] Modified the sitemaps tests to remove an assumption about the environ...
Russell Keith-Magee
2010-10-12
[1.2.X] Converted model_inheritance_select_related tests from doctests to uni...
Alex Gaynor
2010-10-12
[1.2.X] Converted initial_sql_regress tests from doctests (sort of...) to uni...
Alex Gaynor
2010-10-12
[1.2.X] Converted get_or_create_regress tests from doctests to unittests. We...
Alex Gaynor
2010-10-12
[1.2.X] Tweak to many_to_one_null doctest to avoid primary key assumptions (c...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated one_to_one doctests. Thanks to George Sakkis for the patch. ...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated many_to_one_null doctests. Thanks to George Sakkis for the p...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated properties doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated the mutually_referential doctests. Thanks to George Sakkis f...
Russell Keith-Magee
2010-10-12
[1.2.X] Migrated m2o_recursive and m2o_recursive2 tests, merging them into a ...
Russell Keith-Magee
2010-10-11
[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...
Jannis Leidel
2010-10-11
[1.2.X] Fixed links to the date formats choices in the global settings. Thank...
Jannis Leidel
[prev]
[next]