Commit 6eb4f256 authored by Julien Phalip's avatar Julien Phalip
Browse files

Removed an obsolete documentation page about admin style customization.

parent f1bdfbd2
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -28,14 +28,3 @@ Indices, glossary and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`glossary`

Deprecated/obsolete documentation
=================================

The following documentation covers features that have been deprecated or that
have been replaced in newer versions of Django.

.. toctree::
   :maxdepth: 2

   obsolete/index
+2 −3
Original line number Diff line number Diff line
@@ -91,8 +91,7 @@ The dynamically-generated admin site is ugly! How can I change it?
We like it, but if you don't agree, you can modify the admin site's
presentation by editing the CSS stylesheet and/or associated image files. The
site is built using semantic HTML and plenty of CSS hooks, so any changes you'd
like to make should be possible by editing the stylesheet. We've got a
:doc:`guide to the CSS used in the admin </obsolete/admin-css>` to get you started.
like to make should be possible by editing the stylesheet.

What browsers are supported for using the admin?
------------------------------------------------
+1 −2
Original line number Diff line number Diff line
@@ -67,8 +67,7 @@ different needs:
  whathaveyou.

* Finally, there's some "specialized" documentation not usually relevant to
  most developers. This includes the :doc:`release notes </releases/index>`,
  :doc:`documentation of obsolete features </obsolete/index>`,
  most developers. This includes the :doc:`release notes </releases/index>` and
  :doc:`internals documentation </internals/index>` for those who want to add
  code to Django itself, and a :doc:`few other things that simply don't fit
  elsewhere </misc/index>`.

docs/obsolete/_images/formrow.png

deleted100644 → 0
−16.2 KiB
Loading image diff...

docs/obsolete/_images/module.png

deleted100644 → 0
−9.84 KiB
Loading image diff...
Loading