Jannis Leidel
|
af5ad1116c
|
Rectified bugs that were accidentally committed in r14997. Thanks for the heads-up, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-12-21 19:19:04 +00:00 |
|
Jannis Leidel
|
98e1a71ceb
|
Fixed #14900 -- Added ability to override the paginator class used in a ModelAdmin. Thanks, Adam Vandenberg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-12-21 14:57:29 +00:00 |
|
Jannis Leidel
|
d8165ce156
|
Fixed #14312 -- Raising an `IncorrectLookupParameters ` if the page number given to an admin change list exceeds the number of the last page. Thanks, mk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-12-12 22:58:47 +00:00 |
|
Alex Gaynor
|
5bc0ec4ec4
|
Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-12-04 07:28:12 +00:00 |
|
Justin Bronn
|
04f50c1f28
|
Fixed #13599 -- No longer embed hidden <td> elements in ChangeList that cause improper rendering when list_editable is enabled; refactored admin_changelist tests. Thanks, skevy for bug report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-09-11 03:01:07 +00:00 |
|
Karen Tracey
|
d2dffd78e6
|
Fixed #11791: Put hidden input elements in the change list inside td elements so they're valid HTML. Thanks panni and mlavin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-03-01 18:43:27 +00:00 |
|
Jacob Kaplan-Moss
|
3da3716252
|
Fixed #10348: ChangeList no longer overwrites a select_related provided by ModelAdmin.queryset() .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-14 15:09:33 +00:00 |
|