1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
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
..
class-based-views Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug 2014-10-02 15:42:30 -04:00
contrib Fixed typo in docs/ref/contrib/sites.txt 2014-10-02 09:08:07 -04:00
files
forms Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:06:31 -04:00
models Added flat=False to signature of QuerySet.values_list() 2014-10-01 13:06:30 -04:00
templates Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:06:31 -04:00
applications.txt
checks.txt Fixed spelling mistakes and added words to wordlist. 2014-09-29 17:43:16 -04:00
clickjacking.txt
databases.txt
django-admin.txt Corrected --noinput docs for makemigrations; refs #23407. 2014-09-24 13:29:07 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #23426 -- Allowed parameters in migrations.RunSQL 2014-10-02 11:52:40 -04:00
request-response.txt
schema-editor.txt
settings.txt Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:06:31 -04:00
signals.txt Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt Fixed #22959 -- Documented that class-based validators need to be deconstructible. 2014-09-24 14:32:49 -04:00
views.txt