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-02-06 23:45:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
http
History
Ad Timmering
bdf3e156b4
Fixed
#28628
-- Changed \d to [0-9] in regexes where appropriate.
2022-01-07 12:25:06 +01:00
..
_images
…
decorators.txt
Fixed
#33338
-- Doc'd that never_cache() decorator set Expires header.
2021-12-13 15:34:19 +01:00
file-uploads.txt
…
generic-views.txt
…
index.txt
…
middleware.txt
…
sessions.txt
Avoided suggestion of plain text database password in sessions topic.
2022-01-04 06:47:24 +01:00
shortcuts.txt
Fixed
#33298
-- Added docs and tests for using Q objects with get_object_or_404()/get_list_or_404().
2021-11-24 09:28:21 +01:00
urls.txt
Fixed
#28628
-- Changed \d to [0-9] in regexes where appropriate.
2022-01-07 12:25:06 +01:00
views.txt
…