index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated broken links in docs.
Mariusz Felisiak
2023-05-17
1
-1
/
+1
*
Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.
Andrei Shabanski
2023-04-27
1
-1
/
+1
*
Replaced docutils link by PyPI reference.
Claude Paroz
2023-04-25
1
-1
/
+1
*
Added meaningful titles to ..admonition:: directives.
Mariusz Felisiak
2023-04-21
2
-6
/
+6
*
Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().
sarahboyce
2023-04-17
1
-5
/
+10
*
Used extlinks for PyPI links.
Tim Graham
2023-04-17
1
-2
/
+1
*
Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.
Edison Wang
2023-04-15
1
-0
/
+4
*
Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.
Mariusz Felisiak
2023-03-18
1
-2
/
+7
*
Corrected example in CreateCollation() docs.
Adam Johnson
2023-03-12
1
-1
/
+2
*
Doc'd that action descriptions are %-formatted.
Mariusz Felisiak
2023-03-09
1
-0
/
+5
*
Fixed #34395 -- Updated admin's jQuery to 3.6.4.
Mariusz Felisiak
2023-03-09
1
-2
/
+2
*
Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2023-03-08
1
-1
/
+8
*
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
sarahboyce
2023-03-03
3
-0
/
+59
*
Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.
Heath Henley
2023-03-01
1
-21
/
+16
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
37
-817
/
+1052
*
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-28
6
-23
/
+29
*
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-23
1
-1
/
+11
*
Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ...
Mariusz Felisiak
2023-02-16
1
-0
/
+6
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
28
-268
/
+809
*
Fixed #34303 –- Allowed customizing admin site log entry list.
Jacob Rief
2023-02-08
1
-0
/
+10
*
Added missing vars to AdminSite.each_context() docs.
Carlton Gibson
2023-02-08
1
-0
/
+3
*
Fixed #34266 -- Added ClosestPoint GIS database functions.
Niccolò Mineo
2023-01-20
2
-4
/
+18
*
Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-27
/
+1
*
Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-69
/
+0
*
Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.
Mariusz Felisiak
2023-01-17
1
-15
/
+12
*
Refs #32375 -- Changed default sitemap protocol to https.
Mariusz Felisiak
2023-01-17
1
-4
/
+4
*
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-17
10
-106
/
+0
*
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Mariusz Felisiak
2023-01-17
1
-1
/
+1
*
Fixed #34234 -- Dropped support for PROJ 4.
Leo
2023-01-13
1
-2
/
+1
*
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
1
-12
/
+18
*
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-12
1
-0
/
+1
*
Corrected used JS libraries in GIS widget docs.
Mariusz Felisiak
2023-01-10
1
-5
/
+5
*
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Mariusz Felisiak
2023-01-10
2
-17
/
+44
*
Fixed #33961 -- Updated admin's jQuery to 3.6.3.
Mariusz Felisiak
2023-01-04
1
-1
/
+5
*
Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...
Claude Paroz
2023-01-03
3
-5
/
+34
*
Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.
Florian Apolloner
2023-01-02
1
-0
/
+8
*
Fixed #34208 -- Confirmed support for GDAL 3.6.
Mariusz Felisiak
2022-12-29
1
-16
/
+15
*
Fixed #33662 -- Allowed Sitemap to customize languages for each item.
Roxane
2022-12-19
1
-0
/
+9
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
4
-32
/
+38
*
Fixed #34213 -- Updated PostgreSQL package names in installing PostGIS docs.
Paolo Melchiorre
2022-12-14
1
-2
/
+2
*
Removed KyngChaos packages from docs.
Mariusz Felisiak
2022-12-14
2
-82
/
+1
*
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-12-08
1
-1
/
+1
*
Fixed #34172 -- Improved ModelAdmin.get_urls example.
Sylvain Fankhauser
2022-12-07
1
-32
/
+15
*
Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
James Bligh
2022-12-07
1
-0
/
+9
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2022-12-06
2
-2
/
+2
*
Fixed #34199 -- Added example to StringAgg docs.
sdolemelipone
2022-12-05
1
-0
/
+26
*
Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
sdolemelipone
2022-12-05
1
-1
/
+1
*
Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...
Ben Cail
2022-11-18
1
-1
/
+9
*
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-10
1
-3
/
+4
*
Refs #23919 -- Updated obsolete buffer() references to memoryview().
Mariusz Felisiak
2022-10-13
1
-5
/
+5
[next]