PageRenderTime 201ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/internals/index.txt

https://code.google.com/p/mango-py/
Plain Text | 24 lines | 19 code | 5 blank | 0 comment | 0 complexity | 02feddda6871c8483b7113299bd586b0 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. Django internals
  2. ================
  3. Documentation for people hacking on Django itself. This is the place to go if
  4. you'd like to help improve Django, learn or learn about how Django works "under
  5. the hood".
  6. .. warning::
  7. Elsewhere in the Django documentation, coverage of a feature is a sort of a
  8. contract: once an API is in the official documentation, we consider it
  9. "stable" and don't change it without a good reason. APIs covered here,
  10. however, are considered "internal-only": we reserve the right to change
  11. these internals if we must.
  12. .. toctree::
  13. :maxdepth: 1
  14. contributing
  15. documentation
  16. committers
  17. release-process
  18. deprecation
  19. svn