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_widgets
Age
Commit message (
Expand
)
Author
2015-12-23
[1.9.x] Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_Foreign...
Tim Graham
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-16
Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...
Gavin Wahl
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-28
Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.
Tim Graham
2015-07-31
Removed usage of selenium's deprecated switch_to_window() method.
Tim Graham
2015-07-30
Fixed #24444 -- Updated contrib.admin to use django-flat-theme
elky
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-22
Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-30
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-05
Fixed admin selenium tests broken by removal of fixtures.
Tim Graham
2015-03-05
Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.
Tim Graham
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-11
Refs #14497 -- Handled empty readonly admin FileFields
Collin Anderson
2015-02-08
Replaced hardcoded URLs in admin_* tests
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #14497 -- Improved admin widget for "read only" FileFields
Riccardo Magliocchetti
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2014-12-16
Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.
Diego Guimarães
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-14
Fixed occasional selenium test failure on Jenkins with Chrome 36+.
Tim Graham
2014-08-14
Fixed test failure on python 3.x.
Florian Apolloner
2014-08-13
Fixed #18767 -- Fixed admin calendar for other locales than English.
Maxime Turcotte
2014-08-12
Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.
Collin Anderson
2014-07-24
Removed usage of deprecated switch_to_*() selenium methods.
Tim Graham
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-06-26
Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.
Riccardo Magliocchetti
2014-06-02
Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with c...
Tim Graham
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-22
Made m2m fields form help_text munging specific to admin widgets.
Ramiro Morales
2014-03-21
Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...
Tim Graham
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-03
Fixed selenium failure.
Florian Apolloner
2014-01-03
Fixed a few flaky selenium tests.
Florian Apolloner
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-03
Merging in master
Jason Myers
2013-11-03
Merge pull request #1853 from loic/dst
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed failing test around DST change.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-26
Fix all violators of E231
Alex Gaynor
[next]