summaryrefslogtreecommitdiff
path: root/tests/admin_views
AgeCommit message (Expand)Author
2014-12-12[1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inl...Tim Graham
2014-12-02[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-11-25[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-03[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-06[1.7.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-09-08[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-08-27[1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-07-14[1.7.x] Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-07-12[1.7.x] Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-07[1.7.x] Renamed an admin_views test to fix ordering issue.Tim Graham
2014-07-07[1.7.x] Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-06-11[1.7.x] Fixed #22653 -- Added some database feature flags to tests.Tim Graham
2014-06-09[1.7.x] Removed unused import.Tim Graham
2014-06-09[1.7.x] Fixed #20420 -- Normalized query counts on Oracle.Aymeric Augustin
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-16[1.7.x] Fixed #22266 - quote PK before redirecting away from add_view (django...Stas Rudakou
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-08[1.7.x] Replaced vendor checks by three feature flags.Aymeric Augustin
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-24[1.7.x] Fixed #22499 -- Fixed a typo in an admin_views test that caused failu...Tim Graham
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 fieldsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-03Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-10Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-04Made staff_member_required redirect to loginClaude Paroz
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-05Removed useless model definitions.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-23Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...Baptiste Mispelon
2013-11-21Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-21Refs #8261 -- Fixed regression introduced by fd219fa.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-11-02PEP8Jason Myers
2013-11-02Fixed all E261 warningscoagulant