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-21 23:05:09 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
cheng
d4c5d2b52c
Fixed
#33631
-- Marked {% blocktranslate asvar %} result as HTML safe.
2022-07-14 11:09:19 +02:00
..
apps
…
conf
…
contrib
Refs
#25232
-- Simplified ModelBackend.user_can_authenticate().
2022-07-11 20:27:11 +02:00
core
Refs
#27236
-- Added generic mechanism to handle the deprecation of migration operations.
2022-07-08 07:05:55 +02:00
db
Fixed
#27236
-- Deprecated Meta.index_together in favor of Meta.indexes.
2022-07-12 09:04:31 +02:00
dispatch
…
forms
…
http
…
middleware
…
template
…
templatetags
Fixed
#33631
-- Marked {% blocktranslate asvar %} result as HTML safe.
2022-07-14 11:09:19 +02:00
test
…
urls
…
utils
Refs
#27236
-- Refactored out DeprecationForHistoricalMigrationMixin.
2022-07-07 12:21:35 +02:00
views
…
__init__.py
…
__main__.py
…
shortcuts.py
…