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
/
admin_views
/
models.py
Age
Commit message (
Expand
)
Author
2015-12-10
Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
Sergey Fedoseev
2015-10-29
Fixed #25622 -- Accounted for generic relations in the admin to field validation
Simon Charette
2015-09-03
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...
sarthakmeh
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Refs #24919 -- Made test models serializable for migrations.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-05-02
Fixed #23387 -- Kept "Save as new" button after validation errors in admin.
Adam Zapletal
2015-03-09
Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...
Baptiste Mispelon
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2014-12-02
Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-11-25
Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...
Simon Charette
2014-11-25
Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-10-19
Fixed #21196 -- Removed index on test field causing MySQL specific warning.
Thomas Chaumeny
2014-10-06
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Emmanuelle Delescolle
2014-09-08
Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-08-27
Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Simon Charette
2014-03-25
Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.
Ben Davis
2014-02-14
Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...
Klemens Mantzos
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-21
Refs #8261 -- Fixed regression introduced by fd219fa.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-29
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
Unai Zalakain
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-04
Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.
Christopher Medrela
2013-09-07
Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...
Juan Catalano
2013-08-29
Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...
Tim Graham
2013-08-19
Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects
Rainer Koirikivi
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-07-30
Fixed #19082 -- Enabled admin field pre-population for existing objects.
Julien Phalip
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-05-27
Fixed #20182 - admin lookup should treat 0 as False for __isnull
Tim Graham
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-03-24
Fixed test failures introduced in e16c48e001.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
[prev]