CINXE.COM

Django

<!DOCTYPE html> <html lang="en-US"> <head> <!-- # block head (content inherited from layout.html) --> <title> Django </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--[if IE]><script> if (/^#__msie303:/.test(window.location.hash)) window.location.replace(window.location.hash.replace(/^#__msie303:/, '#')); </script><![endif]--> <link rel="start" href="/wiki" /> <link rel="search" href="/search" /> <link rel="help" href="/wiki/TracGuide" /> <link rel="stylesheet" href="/chrome/common/css/trac.css" type="text/css" /> <link rel="stylesheet" href="/chrome/common/css/wiki.css" type="text/css" /> <link rel="stylesheet" href="/chrome/tracdragdrop/tracdragdrop.css" type="text/css" /> <link rel="icon" href="/chrome/site/img/favicon.ico" type="image/x-icon" /> <link rel="alternate" href="/wiki/WikiStart?format=txt" title="Plain Text" type="text/x-trac-wiki" /> <noscript> <style> .trac-noscript { display: none !important } </style> </noscript> <link type="application/opensearchdescription+xml" rel="search" href="/search/opensearch" title="Search Django"/> <script> var _tracdragdrop={"base_url":"/","can_create":false,"max_size":262144,"new_url":"/tracdragdrop/new/wiki/WikiStart","no_image_msg":"No image \"%(id)s\" attached to %(parent)s","parent_name":"WikiStart","raw_parent_url":"/raw-attachment/wiki/WikiStart/"}; var form_token="1346f5bf92cc4c96322332a6"; </script> <script src="/chrome/common/js/jquery.js"></script> <script src="/chrome/common/js/babel.js"></script> <script src="/chrome/common/js/trac.js"></script> <script src="/chrome/common/js/search.js"></script> <script src="/chrome/common/js/folding.js"></script> <script src="/chrome/common/js/wiki.js"></script> <script src="/chrome/tracdragdrop/tracdragdrop.js"></script> <script> jQuery(function($) { $(".trac-autofocus").focus(); $(".trac-target-new").attr("target", "_blank"); if ($.ui) { /* is jquery-ui added? */ $(".trac-datepicker:not([readonly])") .prop("autocomplete", "off").datepicker(); // Input current date when today is pressed. var _goToToday = $.datepicker._gotoToday; $.datepicker._gotoToday = function(id) { _goToToday.call(this, id); this._selectDate(id) }; $(".trac-datetimepicker:not([readonly])") .prop("autocomplete", "off").datetimepicker(); } $(".trac-disable").disableSubmit(".trac-disable-determinant"); setTimeout(function() { $(".trac-scroll").scrollToTop() }, 1); $(".trac-disable-on-submit").disableOnSubmit(); }); </script> <!-- # include 'site_head.html' (layout.html) --> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/chrome/site/css/output.css" /> <link rel="stylesheet" href="/chrome/site/css/trachacks.css" /> <!--! uncomment for local version of webfont loader if desired. --> <!--! <script src="/chrome/site/js/lib/webfont.js"></script> --> <script src="//ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js"></script> <script> WebFont.load({ google: { families: ['Inconsolata:400,700:latin', 'Roboto:400italic,700italic,300,700,400:latin'] } }); </script> <!-- end of site_head.html --> <!-- # endblock head (content inherited from layout.html) --> <script> jQuery(function($) { wikiColumn($("#wikipage")); }); </script> </head> <body class="mdzr-boxshadow mdzr-svg"> <div role="banner" id="top"> <div class="container"> <a class="logo" href="https://www.djangoproject.com/">Django</a> <p class="meta">The web framework for perfectionists with deadlines.</p> <nav role="navigation"> <ul> <li><a href="https://www.djangoproject.com/">Overview</a></li> <li><a href="https://www.djangoproject.com/download/">Download</a></li> <li><a href="https://docs.djangoproject.com/">Documentation</a></li> <li><a href="https://www.djangoproject.com/weblog/">News</a></li> <li><a href="https://www.djangoproject.com/community/">Community</a></li> <li> <a href="https://github.com/django/django" target="_blank" rel="noopener">Code</a> </li> <li class="active"><a href="/">Issues</a></li> <li><a href="https://www.djangoproject.com/foundation/">About</a></li> <li><a href="https://www.djangoproject.com/fundraising/">&#9829; Donate</a></li> </ul> </nav> </div> </div> <div id="banner"> <div class="copy-banner"> <div class="container"> <h1>Issues</h1> </div> </div> <div class="container sidebar-right"> <div role="main"> <div id="metanav" class="nav"> <ul> <li><a href="/login?referer=/">Login</a></li> <li><a href="/prefs">Preferences</a></li> </ul> </div> <div id="mainnav" class="nav"> <ul><li class="first"><a href="/query">View Tickets</a></li><li ><a href="/wiki/Reports">Reports</a></li><li ><a href="/timeline">Timeline</a></li><li class="active"><a href="/wiki">Wiki</a></li><li class="last"><a href="/search">Search</a></li></ul> </div> <div id="main" > <div id="pagepath" class="noprint"> <a class="pathentry first" title="View WikiStart" href="/wiki">wiki:</a><a href="/wiki/WikiStart" title="View WikiStart" class="pathentry">WikiStart</a></div> <div id="ctxtnav" class="nav"> <h2>Context Navigation</h2> <ul> <li class="first"><a href="/wiki/WikiStart">Start Page</a></li> <li ><a href="/wiki/TitleIndex">Index</a></li> <li class="last"><a href="/wiki/WikiStart?action=history">History</a></li> </ul> <hr /> </div> <div id="content" class="wiki narrow"> <div class="wikipage searchable"> <div id="wikipage" class="trac-content borderless"><h1 class="section" id="Djangosbugtrackerandwiki">Django's bug tracker and wiki</h1> <p> Django is an open source project, run by volunteers - people just like you! We need your help to make Django as good as it can possibly be. </p> <p> Django is available under the <a class="ext-link" href="https://github.com/django/django/blob/master/LICENSE"><span class="icon">​</span>BSD license</a>. The source code repository is stored on <a class="ext-link" href="https://github.com/django/django"><span class="icon">​</span>GitHub</a>. </p> <h2 class="section" id="Gettinginvolved">Getting involved</h2> <p> <strong>Much of Django's infrastructure is hosted on GitHub, or uses a GitHub login. To log a ticket, or add content to this wiki, <a href="/github/login">log in with a GitHub account</a>.</strong> (You may also <a class="ext-link" href="https://www.djangoproject.com/accounts/register/"><span class="icon">​</span>create a DjangoProject account</a> and <a href="/login">log in with that account</a>.) </p> <p> Once you've logged in with your GitHub account, please read <a class="ext-link" href="https://docs.djangoproject.com/en/stable/internals/contributing/"><span class="icon">​</span>our contribution guide</a>. This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please <a href="/newticket">file a bug</a>! </p> <p> If you've read that document, and are looking for a way to contribute, why not try one of the following: </p> <ul><li><a href="/wiki/Reports">Tickets</a>: View active tickets, make bug reports and contribute feature requests. <strong>If your bug report is a security issue, DO NOT report it with a ticket. Please read our <a class="ext-link" href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues"><span class="icon">​</span>guide to reporting security issues</a></strong>. </li><li><a href="/query?status=!closed&amp;easy=1">"Easy Pickings" Tickets</a>: Work on simple tickets to get familiar with Django's code base and the contribution process. </li><li><a class="wiki" href="/wiki/DjangoDesign">DjangoDesign</a>: Are you a designer rather than a coder? We still want your input. Let us know how we can improve on Django's visual/UX design. </li></ul><h2 class="section" id="Djangoreleaseprocess">Django release process</h2> <p> The current branch under active development is ​<strong><a class="ext-link" href="https://docs.djangoproject.com/en/dev/releases/6.0/"><span class="icon">​</span>Django 6.0</a></strong>. There is a <a class="wiki" href="/wiki/Version6.0Roadmap">roadmap document</a> describing the process and timeline for this release. </p> <p> The current stable branch is <strong><a class="ext-link" href="https://docs.djangoproject.com/en/stable/releases/5.2/"><span class="icon">​</span>Django 5.2</a></strong>. </p> <p> See the <a class="ext-link" href="https://www.djangoproject.com/download/#supported-versions"><span class="icon">​</span>supported versions table</a> for the current state of other versions. </p> </div> <div class="trac-modifiedby"> <span> <a href="/wiki/WikiStart?action=diff&amp;version=331" title="Version 331 by Sarah Boyce">Last modified</a> <a class="timeline" href="/timeline?from=2025-04-02T08%3A34%3A36-05%3A00&amp;precision=second" title="See timeline at Apr 2, 2025, 8:34:36 AM">5 days ago</a> </span> <span class="trac-print"> Last modified on Apr 2, 2025, 8:34:36 AM </span> </div> </div> <div class="trac-help"> <strong>Note:</strong> See <a href="/wiki/TracWiki">TracWiki</a> for help on using the wiki. </div> </div> <!-- # block content (content inherited from layout.html) --> <script type="text/javascript"> jQuery("body").addClass("trac-has-js"); </script> <div id="altlinks"> <h3>Download in other formats:</h3> <ul> <li class="first last"> <a rel="nofollow" href="/wiki/WikiStart?format=txt" class=""> Plain Text</a> </li> </ul> </div> <!-- # endblock content (content inherited from layout.html) --> </div> <a href="#top" class="backtotop"><i class="icon icon-chevron-up"></i> Back to Top</a> </div> <div role="complementary"> <form action="/search/" id="sidebar_search" class="search form-input" role="search"> <label class="visuallyhidden" for="q">Search:</label> <input id="id_sidebar_search_q" name="q" placeholder="Search Trac" type="search" /> <button type="submit"> <i class="icon icon-search"></i> <span class="visuallyhidden">Search</span> </button> </form> <h3>Useful links</h3> <dl> <dt><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribution Guide</a></dt> <dd>You'd like to contribute to Django but don't know how? This document will explain our process and how to get involved.</dd> <dt><a href="/query?status=!closed&amp;easy=1">"Easy Pickings"</a></dt> <dd>First time contributor and you're looking for something manageable? The "easy pickings" list is a good start.</dd> <dt><a href="https://docs.djangoproject.com/en/dev/internals/security/">Security Policy</a></dt> <dd>You found a security issue in Django? You'd like to know more about our security policy? It's all in there.</dd> <dt><a href="https://github.com/django/django">GitHub</a></dt> <dd>Want to peek under the hood and see Django's source code, file or help review a pull request? It's all on GitHub.</dd> <dt><a href="https://dashboard.djangoproject.com/">Django Dashboard</a></dt> <dd>Confused about Trac's filtering system? This dashboard shows easy-to-read metrics and has links to pre-set filters to get you started.</dd> <dt><a href="https://chat.djangoproject.com">Django Discord server (#contributing-getting-started)</a></dt> <dd>Questions about a ticket? Stuck on how to write a unit test for your pull request? Come chat with us!</dd> </dl> </div> </div> </div> <div role="contentinfo"> <div class="subfooter"> <div class="container"> <h1 class="visuallyhidden">Django Links</h1> <div class="column-container"> <div class="col-learn-more"> <h2>Learn More</h2> <ul> <li><a href="https://www.djangoproject.com/overview/">About Django</a></li> <li><a href="https://www.djangoproject.com/start/">Getting Started with Django</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/organization/">Team Organization</a></li> <li><a href="https://www.djangoproject.com/foundation/">Django Software Foundation</a></li> <li><a href="https://www.djangoproject.com/conduct/">Code of Conduct</a></li> <li><a href="https://www.djangoproject.com/diversity/">Diversity Statement</a></li> </ul> </div> <div class="col-get-involved"> <h2>Get Involved</h2> <ul> <li><a href="https://www.djangoproject.com/community/">Join a Group</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/">Contribute to Django</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues">Submit a Bug</a></li> <li><a href="https://docs.djangoproject.com/en/dev/internals/security/">Report a Security Issue</a></li> <li><a href="https://www.djangoproject.com/foundation/individual-members/">Individual membership</a></li> </ul> </div> <div class="col-get-help"> <h2>Get Help</h2> <ul> <li><a href="https://docs.djangoproject.com/en/dev/faq/">Getting Help FAQ</a></li> <li><a href="https://chat.djangoproject.com" target="_blank">Django Discord</a></li> <li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li> </ul> </div> <div class="col-follow-us"> <h2>Follow Us</h2> <ul> <li><a href="http://github.com/django">GitHub</a></li> <li><a href="https://twitter.com/djangoproject">Twitter</a></li> <li><a href="https://fosstodon.org/@django" rel="me">Fediverse (Mastodon)</a></li> <li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li> </ul> </div> <div class="col-support-us"> <h2>Support Us</h2> <ul> <li><a href="https://www.djangoproject.com/fundraising/">Sponsor Django</a></li> <li><a href="https://www.djangoproject.com/foundation/corporate-membership/">Corporate membership</a></li> <li><a href="https://django.threadless.com/" target="_blank">Official merchandise store</a></li> <li><a href="https://www.djangoproject.com/foundation/donate/#benevity-giving">Benevity Workplace Giving Program</a></li> </ul> </div> </div> </div> </div> <div class="footer"> <div class="container"> <div class="footer-logo"> <a class="logo" href="https://djangoproject.com/">Django</a> </div> <ul class="thanks"> <li> <span>Hosting by</span> <a class="in-kind-donors" href="https://www.djangoproject.com/fundraising/#in-kind-donors">In-kind donors</a> </li> <li class="design"><span>Design by</span> <a class="threespot" href="http://www.threespot.com">Threespot</a> <span class="ampersand">&amp;</span> <a class="andrevv" href="http://andrevv.com/"></a></li> </ul> <p class="copyright">&copy; 2005-2025 <a href="https://djangoproject.com/foundation/"> Django SoftwareFoundation</a> unless otherwise noted. Django is a <a href="https://djangoproject.com/trademarks/">registered trademark</a> of the Django Software Foundation. </p> </div> </div> </div> <script src="/chrome/site/js/mobile-menu.js"></script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10