This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
17012b6936
django1
/
django
/
core
/
checks
History
Tim Graham
c24a2e6cbd
Fixed
#23765
-- Removed BooleanField default check which often yielded false positives.
2014-11-13 20:12:29 +01:00
..
compatibility
Fixed
#23765
-- Removed BooleanField default check which often yielded false positives.
2014-11-13 20:12:29 +01:00
security
Fixed
#17101
-- Integrated django-secure and added check --deploy option
2014-09-12 15:05:23 -04:00
__init__.py
Fixed
#23765
-- Removed BooleanField default check which often yielded false positives.
2014-11-13 20:12:29 +01:00
messages.py
Removed return from __init__.
2014-11-12 21:26:31 +01:00
model_checks.py
Fixed
#23615
-- Validate that a Model instance's "check" attribute is a method.
2014-10-16 23:49:21 +07:00
registry.py
Fixed
#23750
-- Allowed core.checks.register to be used as a function
2014-11-11 16:29:32 +01:00