mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Used extlinks for Django's source code.
This commit is contained in:
parent
8e675e2bd8
commit
a68c029e22
12 changed files with 31 additions and 58 deletions
|
@ -213,11 +213,9 @@ Via the Python API
|
|||
|
||||
Flatpages are represented by a standard
|
||||
:doc:`Django model </topics/db/models>`,
|
||||
which lives in `django/contrib/flatpages/models.py`_. You can access
|
||||
which lives in :source:`django/contrib/flatpages/models.py`. You can access
|
||||
flatpage objects via the :doc:`Django database API </topics/db/queries>`.
|
||||
|
||||
.. _django/contrib/flatpages/models.py: https://github.com/django/django/blob/master/django/contrib/flatpages/models.py
|
||||
|
||||
.. currentmodule:: django.contrib.flatpages
|
||||
|
||||
.. admonition:: Check for duplicate flatpage URLs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue