Commit 1156db79 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Added a rough draft of the 1.0 porting guide, and an obviously incomplete...

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
parent 79d2ee3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
============================

+691 −0

File added.

Preview size limit exceeded, changes collapsed.

docs/releases/1.0.txt

0 → 100644
+19 −0
Original line number Diff line number Diff line
.. _releases-1.0:

========================
Django 1.0 release notes
========================

Welcome to Django 1.0!

Porting guide
-------------

You can find detailed instructions on porting apps from Django 0.96 to Django
1.0 in our porting guide:

.. toctree::
   :maxdepth: 1

   1.0-porting-guide
+3 −2
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ changes made in that version.
   1.0-alpha-2
   1.0-beta
   1.0-beta-2
   1.0

.. seealso::