mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added a rough draft of the 1.0 porting guide, and an obviously incomplete placeholder for the 1.0 release notes. Thanks to daonb, patrickf, and ramiro for contributions to this porting guide. Refs #8438.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
79d2ee3b6d
commit
1156db790a
4 changed files with 715 additions and 2 deletions
|
@ -632,6 +632,8 @@ It is important you use a ``ModelForm`` here otherwise things can break. See the
|
|||
:ref:`forms <ref-forms-index>` documentation on :ref:`custom validation
|
||||
<ref-forms-validation>` for more information.
|
||||
|
||||
.. _admin-inlines:
|
||||
|
||||
``InlineModelAdmin`` objects
|
||||
============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue