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
/
regressiontests
/
admin_filters
Age
Commit message (
Expand
)
Author
2012-12-24
[1.5.x] Fixed a dependence on set-ordering in tests
Luke Plant
2012-12-24
[1.5.x] Made admin generated changelist URLs independent of dict ordering
Luke Plant
2012-12-04
[1.5.x] Fixed the admin_filters tests for Postgres.
Julien Phalip
2012-12-03
[1.5.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...
Sebastián Magrí
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-09
Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...
Julien Phalip
2012-03-31
Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...
Julien Phalip
2012-03-17
Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...
Julien Phalip
2012-03-05
Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...
Aymeric Augustin
2011-11-22
Disentangled some parts of the admin ChangeList and ListFilter's internals. W...
Julien Phalip
2011-10-16
Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...
Julien Phalip
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-08
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...
Jannis Leidel
2011-08-28
Fixed #16716 -- Fixed two small regressions in the development version introd...
Julien Phalip
2011-08-28
Repaired an admin list_filter test that wasn't testing anything special.
Julien Phalip
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
2011-05-24
Fixed #16080 -- Handle admin list filter items with two characters better. Th...
Jannis Leidel
2011-05-07
Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...
Jannis Leidel
2011-05-04
Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...
Jannis Leidel
2011-05-03
Corrected the behavior of the SimpleFilter.lookups method to also be able to ...
Jannis Leidel
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel