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
/
tests
/
regressiontests
/
modeladmin
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-05-24
Fixed #16080 -- Handle admin list filter items with two characters better. Th...
Jannis Leidel
2011-03-04
Fixed #15548 -- Added an ordering clause to prevent test failures under Postg...
Russell Keith-Magee
2011-02-21
Fixed #11058 - list_display_links doesn't allow callables not defined in the ...
Luke Plant
2010-11-02
Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-02-23
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
Joseph Kocherhans
2009-04-22
Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...
Jacob Kaplan-Moss
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-16
Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius
Adrian Holovaty
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-08-26
Tweaked the admin validation code to make things a bit easier to read. Tracing
Malcolm Tredinnick
2008-08-14
Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.
Brian Rosner
2008-08-01
Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...
Brian Rosner
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner