Download Django | Django


本站和网页 https://www.djangoproject.com/download/ 的作者无关,不对其内容负责。快照谨为网络故障时之索引,不代表被搜索网站的即时页面。

Download Django | Django
Django
The web framework for perfectionists with deadlines.
Toggle theme (current theme: auto)
Toggle theme (current theme: light)
Toggle theme (current theme: dark)
Toggle Light / Dark / Auto color theme
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
Toggle theme (current theme: auto)
Toggle theme (current theme: light)
Toggle theme (current theme: dark)
Toggle Light / Dark / Auto color theme
Download
How to get Django
Django is available open-source under the
BSD license.
We recommend using the latest version of Python 3. The last version to
support Python 2.7 is Django 1.11 LTS. See
the FAQ for the Python versions supported by each version of Django.
Here’s how to get it:
Option 1: Get the latest official version
The latest official version is 4.1.4. Read the
4.1.4 release notes, then install it with
pip:
pip install Django==4.1.4
Option 2: Get the latest development version
The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify bugs before an official release. Get it using this shell command, which requires Git:
git clone https://github.com/django/django.git
You can also download
a gzipped tarball of the development version. This archive is updated
every time we commit code.
After you get it
See the installation guide for further instructions. Make sure you read the documentation that corresponds to the version of Django you’ve just installed.
And be sure to sign up for the django-users mailing list, where other Django users and the Django developers themselves all hang out to help each other.
Supported Versions
Feature releases (A.B, A.B+1, etc.) will happen roughly every eight months.
These releases will contain new features, improvements to existing features, and such.
Patch releases (A.B.C, etc.) will be issued as needed, to
fix bugs and/or security issues. These releases will be 100% compatible with
the associated feature release, unless this is impossible for security
reasons or to prevent data loss. So the answer to "should I upgrade to the
latest patch release?” will always be "yes."
Certain feature releases will be designated as long-term support
(LTS) releases. These releases will get security and data loss
fixes applied for a guaranteed period of time, typically three years.
See the
supported versions policy for detailed guidelines about what fixes will be backported.
Release Series
Latest Release
End of mainstream support1
End of extended support2
4.1
4.1.4
April 2023
December 2023
4.0
4.0.8
August 3, 2022
April 2023
3.2 LTS
3.2.16
December 7, 2021
April 2024
Future Roadmap
Release Series
Release Date
End of mainstream support1
End of extended support2
5.2 LTS
April 2025
December 2025
April 2028
5.1
August 2024
April 2025
December 2025
5.0
December 2023
August 2024
April 2025
4.2 LTS
April 2023
December 2023
April 2026
Unsupported previous releases
These release series no longer receive security updates or bug fixes.
Release Series
Latest Release
End of mainstream support1
End of extended support2
3.1
3.1.14
April 6, 2021
December 7, 2021
3.0
3.0.14
August 3, 2020
April 6, 2021
2.2 LTS
2.2.28
December 2, 2019
April 11, 2022
2.1
2.1.15
April 1, 2019
December 2, 2019
2.0
2.0.13
August 1, 2018
April 1, 2019
1.11 LTS 3
1.11.29
December 2, 2017
April 1, 2020
1.10
1.10.8
April 4, 2017
December 2, 2017
1.9
1.9.13
August 1, 2016
April 4, 2017
1.8 LTS
1.8.19
December 1, 2015
April 1, 2018
1.7
1.7.11
April 1, 2015
December 1, 2015
1.6
1.6.11
September 2, 2014
April 1, 2015
1.5
1.5.12
November 6, 2013
September 2, 2014
1.4 LTS
1.4.22
February 26, 2013
October 1, 2015
1.3
1.3.7
March 23, 2012
February 26, 2013
[1] Security fixes, data loss bugs, crashing bugs, major functionality
bugs in newly-introduced features, and regressions from older versions of Django.
[2] Security fixes and data loss bugs.
[3] Last version to support Python 2.7.
Back to Top
Additional information
Support Django!
Calgary Dentist donated to the Django Software Foundation to
support Django development. Donate today!
For the impatient:
Latest release:
Django-4.1.4.tar.gz
Checksums:
Django-4.1.4.checksum.txt
Release notes: Online documentation
Which version is better?
We improve Django almost every day and are pretty good about keeping the code stable. Thus, using the latest development code is a safe and easy way to get access to new features as they’re added. If you choose to follow the development version, keep in mind that there will occasionally be backwards-incompatible changes. You’ll want to pay close attention to the commits by watching Django on GitHub or subscribing to django-updates.
If you’re just looking for a stable deployment target and don’t mind waiting for the next release, you’ll want to stick with the latest official release (which will always include detailed notes on any changes you’ll need to make while upgrading).
Previous releases
Django 4.0.8:
Django-4.0.8.tar.gz
Checksums:
Django-4.0.8.checksum.txt
Release notes: Online documentation
Django 3.2.16 (LTS):
Django-3.2.16.tar.gz
Checksums:
Django-3.2.16.checksum.txt
Release notes: Online documentation
Unsupported previous releases (no longer receive security updates or bug fixes)
Django 3.1.14:
Django-3.1.14.tar.gz
Checksums:
Django-3.1.14.checksum.txt
Django 3.0.14:
Django-3.0.14.tar.gz
Checksums:
Django-3.0.14.checksum.txt
Django 2.2.28:
Django-2.2.28.tar.gz
Checksums:
Django-2.2.28.checksum.txt
Django 2.1.15:
Django-2.1.15.tar.gz
Checksums:
Django-2.1.15.checksum.txt
Django 2.0.13:
Django-2.0.13.tar.gz
Checksums:
Django-2.0.13.checksum.txt
Django 1.11.29:
Django-1.11.29.tar.gz
Checksums:
Django-1.11.29.checksum.txt
Django 1.10.8:
Django-1.10.8.tar.gz
Checksums:
Django-1.10.8.checksum.txt
Django 1.9.13:
Django-1.9.13.tar.gz
Checksums:
Django-1.9.13.checksum.txt
Django 1.8.19:
Django-1.8.19.tar.gz
Checksums:
Django-1.8.19.checksum.txt
Django 1.7.11:
Django-1.7.11.tar.gz
Checksums:
Django-1.7.11.checksum.txt
Django 1.6.11:
Django-1.6.11.tar.gz
Checksums:
Django-1.6.11.checksum.txt
Django 1.5.12:
Django-1.5.12.tar.gz
Checksums:
Django-1.5.12.checksum.txt
Django 1.4.22:
Django-1.4.22.tar.gz
Checksums:
Django-1.4.22.checksum.txt
Django 1.3.7:
Django-1.3.7.tar.gz
Checksums:
Django-1.3.7.checksum.txt
Django 1.2.7:
Django-1.2.7.tar.gz
Checksums:
Django-1.2.7.checksum.txt
Django 1.1.4:
Django-1.1.4.tar.gz
Checksums:
Django-1.1.4.checksum.txt
Django 1.0.4:
Django-1.0.4.tar.gz
Checksums:
Django-1.0.4.checksum.txt
Django Links
Learn More
About Django
Getting Started with Django
Team
Organization
Django Software Foundation
Code of Conduct
Diversity Statement
Get Involved
Join a Group
Contribute
to Django
Submit
a Bug
Report
a Security Issue
Get Help
Getting Help FAQ
#django IRC channel
Django Discord
Official Django Forum
Follow Us
GitHub
Twitter
News RSS
Django Users Mailing List
Support Us
Sponsor Django
Official merchandise store
Amazon Smile
Benevity Workplace Giving Program
Django
Hosting by In-kind
donors
Design by Threespot
& andrevv
2005-2022
Django Software
Foundation and individual contributors. Django is a
registered
trademark of the Django Software Foundation.