Release notes Archive of security issues Issues under Django’s security process
Data leakage via querystring manipulation in admin. Full description
728 sections in Django 5.2 Search all versions →
Release notes Archive of security issues Issues under Django’s security process
Data leakage via querystring manipulation in admin. Full description
Release notes Django 1.1.3 release notes Backwards incompatible changes
The Django administrative interface, django.contrib.admin, supports filtering of displayed lists of objects by fields on the corresponding models, including across database-level relationships.
Release notes Django 1.2.4 release notes Backwards incompatible changes
The Django administrative interface, django.contrib.admin, supports filtering of displayed lists of objects by fields on the corresponding models, including across database-level relationships.
Release notes Django 1.4 release notes Backwards incompatible changes in 1.4
Django’s comments has historically supported excluding the comments of a special user group, but we’ve never documented the feature properly and didn’t enforce the exclusion in other parts of the app such as the template tags.
Release notes Django 1.8 release notes Features deprecated in 1.8
The django.db.models.sql.aggregates and django.contrib.gis.db.models.sql.aggregates modules (both private API), have been deprecated as django.db.models.aggregates and django.contrib.gis.db.models.aggregates are now also responsible for SQL generation. The old modules will be removed in Django 1.10.
Release notes Django 1.4.11 release notes
Django’s URL handling is based on a mapping of regex patterns (representing the URLs) to callable views, and Django’s own processing consists of matching a requested URL against those patterns to determine the appropriate view to invoke.
Release notes Django 1.5.6 release notes
Django’s URL handling is based on a mapping of regex patterns (representing the URLs) to callable views, and Django’s own processing consists of matching a requested URL against those patterns to determine the appropriate view to invoke.
Release notes Django 1.6.3 release notes
Django’s URL handling is based on a mapping of regex patterns (representing the URLs) to callable views, and Django’s own processing consists of matching a requested URL against those patterns to determine the appropriate view to invoke.