Adı
Son kayıt (commit)
Son güncelleme
.tx Removed contrib-messages entry in Transifex config file
django Fixed #27948 -- Removed incorrect unquote() in static serving views.
docs Removed MySQL (unsupported) from Perimeter docs.
extras Fixed #25222 -- Avoided installing django_bash_completion for python*-config.
js_tests Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
scripts Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
tests Fixed #27948 -- Removed incorrect unquote() in static serving views.
.editorconfig Added Python max_line_length to .editorconfig.
.eslintignore Refs #16501, #26474 -- Added xregexp.js source file.
.eslintrc Fixed #25165 -- Removed inline JavaScript from the admin.
.gitattributes Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
.gitignore Fixed #22446 -- Added tox.ini to automate pull request checks.
.hgignore Synced .hgignore with .gitignore
AUTHORS Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
CONTRIBUTING.rst Added link to the code of conduct from contributing guides.
Gruntfile.js Fixed qunit tests (coverage still missing). (#7716)
INSTALL Refs #23919 -- Removed misc references to Python 2.
LICENSE Whitespace cleanup.
LICENSE.python Updated Python license for 2016.
MANIFEST.in Simplified MANIFEST.in
README.rst Added code highlighting in README.rst
package.json Fixed qunit tests (coverage still missing). (#7716)
setup.cfg Refs #23919 -- Removed misc Python 2/3 references.
setup.py Refs #23919 -- Removed misc Python 2/3 references.
tox.ini Refs #23919 -- Removed misc Python 2/3 references.

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Thanks for checking it out.

All documentation is in the "docs" directory and online at https://docs.djangoproject.com/en/stable/. If you're just getting started, here's how we recommend you read the docs:

  • First, read docs/intro/install.txt for instructions on installing Django.
  • Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.).
  • If you want to set up an actual deployment server, read docs/howto/deployment/index.txt for instructions.
  • You'll probably want to read through the topical guides (in docs/topics) next; from there you can jump to the HOWTOs (in docs/howto) for specific problems, and check out the reference (docs/ref) for gory details.
  • See docs/README for instructions on building an HTML version of the docs.

Docs are updated rigorously. If you find any problems in the docs, or think they should be clarified in any way, please take 30 seconds to fill out a ticket here: https://code.djangoproject.com/newticket

To get more help:

To contribute to Django:

To run Django's test suite: