| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This provides additional test coverage but isn't a regression test for
the ticket's issue.
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
|
|
|
|
|
|
|
|
request a positional argument.
|
|
ForeignKey/OneToOneField
|
|
This fixes a regression with runtests.py --reverse after
bd53db5eab05099ae371348529c6428e0da95c6a
We need to avoid leaking model registration in the default AdminSite.
|
|
|
|
Thanks DrMeers for the suggestion.
|
|
Thanks chrj for the suggestion.
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
Thanks guido@20tab.com for the report and Tim Graham for the
analyze.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
return a QuerySet.
|
|
target model's ModelAdmin.
Thanks Gary Wilson for the report and Juan Pedro Fisanotti, Carlos
Matías de la Torre for the fix.
|
|
|