This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-15 21:02:52 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tom Forbes
23d24f82a7
Doc'd that Count("*") is equivalent to COUNT(*) SQL.
2023-04-27 11:52:54 +02:00
..
class-based-views
…
contrib
Replaced docutils link by PyPI reference.
2023-04-25 12:41:06 +02:00
files
…
forms
…
models
Doc'd that Count("*") is equivalent to COUNT(*) SQL.
2023-04-27 11:52:54 +02:00
templates
…
applications.txt
…
checks.txt
Fixed
#34481
-- Added system check for reverse related fields in ModelAdmin.list_display.
2023-04-24 08:14:35 -03:00
clickjacking.txt
…
csrf.txt
…
databases.txt
Added Snowflake to list of third-party DB backends.
2023-04-17 06:55:39 +02:00
django-admin.txt
Used extlinks for PyPI links.
2023-04-17 06:55:32 +02:00
exceptions.txt
…
index.txt
…
logging.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Added meaningful titles to ..admonition:: directives.
2023-04-21 12:03:59 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Used extlinks for PyPI links.
2023-04-17 06:55:32 +02:00
validators.txt
…
views.txt
…