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
Age
Commit message (
Expand
)
Author
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-04-07
[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.
Alejandro Gómez
2014-03-31
[1.7.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.
Loic Bistuer
2014-03-31
[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Loic Bistuer
2014-03-25
[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...
Ben Davis
2014-03-22
[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Greg Chapple
2014-03-03
Edited contrib.admin check messages for grammar and consistency.
Russell Keith-Magee
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-02-10
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
julien 'pouete' Godin
2014-02-04
Removed the this_is_the_login_form hack
Claude Paroz
2014-02-04
Fixed #21911 -- Made admin views redirect to login when needed
Claude Paroz
2014-02-04
Made staff_member_required redirect to login
Claude Paroz
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-05
Removed useless model definitions.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Fixed #21510 -- Readded search reset link in changelist search bar
Claude Paroz
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-23
Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...
Baptiste Mispelon
2013-11-21
Fixed #21431 -- GenRel->FK list_filter regression in admin
Anssi Kääriäinen
2013-11-21
Refs #8261 -- Fixed regression introduced by fd219fa.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
PEP8
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-29
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
Unai Zalakain
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-24
Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.
Renato Oliveira
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-04
Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.
Christopher Medrela
2013-09-19
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-11
Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...
Keryn Knight
2013-09-09
Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...
Keryn Knight
2013-09-09
Added a test to show that the user.is_staff check in admin base.html is neces...
Tim Graham
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-09-07
Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...
Juan Catalano
2013-09-07
Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98.
Julien Phalip
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
[next]