1
0
mirror of https://github.com/django/django.git synced 2025-02-20 22:34:31 +00:00
django/tests/generic_views
Jon Dufresne 8c581ff394 Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Enabling the attribute causes get_object() to perform its lookup
using both the primary key and the slug.
2014-10-02 15:42:30 -04:00
..