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-24 00:55:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Mykola Kokalko
ef082ebb84
Fixed
#29529
-- Allowed models.fields.FilePathField to accept a callable path.
2019-05-02 11:11:56 +02:00
..
class-based-views
…
contrib
…
files
…
forms
…
models
Fixed
#29529
-- Allowed models.fields.FilePathField to accept a callable path.
2019-05-02 11:11:56 +02:00
templates
Fixed
#30399
-- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
2019-04-25 15:09:07 +02:00
applications.txt
…
checks.txt
Fixed
#30396
-- Added system checks for uniqueness of indexes and constraints names.
2019-05-02 09:13:20 +02:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#30245
-- Added -k option to DiscoverRunner.
2019-04-30 16:20:51 +02:00
exceptions.txt
…
index.txt
Moved CSRF docs out of contrib.
2014-11-03 07:47:39 -05:00
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixes
#30342
-- Removed a system check for LANGUAGES_BIDI setting.
2019-04-24 10:54:03 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#30399
-- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
2019-04-25 15:09:07 +02:00
validators.txt
…
views.txt
…