index
:
django.git
fix-31295
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
/
admin_widgets
Age
Commit message (
Expand
)
Author
2013-02-20
Made a couple of selenium tests wait for page loaded
Anssi Kääriäinen
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-12-08
Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overrides
Claude Paroz
2012-11-03
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Ulrich Petri
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-04-14
Converted more test assertions to assert[Not]Contains.
Claude Paroz
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-05
Enabled the existing admin Selenium tests to be run with Internet Explorer. N...
Julien Phalip
2012-03-04
Made the Selenium tests for the admin horizontal/vertical filter widgets a bi...
Julien Phalip
2012-03-04
Added more thorough Selenium tests for the admin horizontal/vertical filter w...
Julien Phalip
2012-02-23
Added some Selenium tests for the admin's filter_horizontal and filter_vertic...
Julien Phalip
2012-02-22
Enabled the admin selenium tests to run on Chrome.
Julien Phalip
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-11-20
Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...
Julien Phalip
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-01
Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...
Ramiro Morales
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-04-22
Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thank...
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-05
Modified wrong expected ClearableFileInput rendering output in a couple of ad...
Ramiro Morales
2011-02-04
Modified a few tests methods to make sure no leaks of activated locale or USE...
Ramiro Morales
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-22
Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...
Alex Gaynor
2010-10-15
Fixed #14454 -- converted admin_widgets tests from doctests to unittests. We...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-01
Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...
Jannis Leidel
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-09-11
Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...
Justin Bronn
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-03-08
Fixed #12024: Changed admin code to avoid raising an exception when a field l...
Karen Tracey
2010-03-02
Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
Karen Tracey
2010-02-17
Fixed #12705 -- Date/time and select filter widgets now work again with newly...
Justin Bronn
2010-02-13
Fixed #12378 -- Removed some tests made redundant by feature deprecation. Tha...
Russell Keith-Magee
2009-12-30
Fixed #12444 - Date based widgets now correctly handle input values when usin...
Jannis Leidel
2009-12-14
Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by ...
Russell Keith-Magee
2009-07-23
Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...
Russell Keith-Magee
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-04-08
Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...
Jacob Kaplan-Moss
2009-03-30
Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...
Jacob Kaplan-Moss
2009-01-16
Changed "date" column to "start_date"--Oracle won't name columns with reserve...
Matt Boersma
2009-01-16
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
Jacob Kaplan-Moss
[next]