index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2010-01-16
Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale...
Jacob Kaplan-Moss
2010-01-14
Fixed #12560. Changed validate_unique to stop checking null primary key value...
Joseph Kocherhans
2010-01-14
Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab...
Russell Keith-Magee
2010-01-13
Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...
Russell Keith-Magee
2010-01-12
Make use of new ability to override admin add form templates and removed a li...
Jannis Leidel
2010-01-12
Fixed #8933 - Allow more admin templates to be overridden.
Jannis Leidel
2010-01-12
Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.
Jannis Leidel
2010-01-12
Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses...
Joseph Kocherhans
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-10
Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolit...
Adrian Holovaty
2010-01-10
Fixed: 3274: Added date_list context variable to the archive_month generic vi...
Karen Tracey
2010-01-10
Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ...
Adrian Holovaty
2010-01-10
Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev
Adrian Holovaty
2010-01-10
Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc
Adrian Holovaty
2010-01-10
Removed unnecessary debugging statement in admin_views regression test
Adrian Holovaty
2010-01-10
Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data...
Adrian Holovaty
2010-01-10
Added some missing __init__.py files to two tests
Adrian Holovaty
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2010-01-10
Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong
Adrian Holovaty
2010-01-10
Added tests that I neglected to check in for #8049 in [12159]
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-10
Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o...
Brian Rosner
2010-01-10
Added __init__.py and models.py so tests for validators will actually run.
Joseph Kocherhans
2010-01-09
Removed unneeded import, thanks Alex Gaynor.
Jannis Leidel
2010-01-09
Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo...
Jannis Leidel
2010-01-09
Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...
Jannis Leidel
2010-01-09
Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.
Jannis Leidel
2010-01-09
Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ...
Adrian Holovaty
2010-01-09
Fixed #12550 -- better handling with choices and null fields when displaying ...
Brian Rosner
2010-01-09
Fixed #7235 -- EmptyQuerySet no longer raises and exception when it's filter(...
Adrian Holovaty
2010-01-09
Changed an i18n test to use a number that converts consistely from string to ...
Karen Tracey
2010-01-09
Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...
Jannis Leidel
2010-01-09
Fixed #12059 - Let TimeField.to_python correctly return a datetime.time objec...
Jannis Leidel
2010-01-09
Fixed #12562: Made Platypus just a tad lighter so it does not trigger noticin...
Karen Tracey
2010-01-05
Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...
Jannis Leidel
2010-01-05
Fixed #12506 - 'lazy' fails when there are multiple expected classes with the...
Luke Plant
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2010-01-04
Fixed #12053 - form examples don't validate according to w3c
Luke Plant
2010-01-04
Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...
Russell Keith-Magee
2010-01-04
Fixed #10285 - Added render_comment_list template tag to comments app. Thanks...
Jannis Leidel
2010-01-04
Fixed #11100 - Added get_comment_permalink template tag to comments app to be...
Jannis Leidel
2010-01-03
Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...
Gary Wilson Jr
2010-01-03
Fixed #12476 -- Forced the rollout of generators passed to SortedDict so that...
Russell Keith-Magee
2010-01-01
Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...
Jannis Leidel
2010-01-01
Fixed #12435 - Handle Unicode characters in format strings correctly.
Jannis Leidel
2010-01-01
Fixed #12230 - Updated utils.translation.to_locale to support the special sr_...
Jannis Leidel
2010-01-01
Fixed #12478 - Allows the i18n related test of the SelectDateWidget to run wi...
Jannis Leidel
2010-01-01
Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...
Jannis Leidel
2010-01-01
Fixed code duplication caused in [11857].
Jannis Leidel
2010-01-01
Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...
Jannis Leidel
[next]