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
/
django
History
Markus Holtermann
047394f79c
Fixed
#21852
-- Make migration writer serialize iterators
2014-01-22 09:21:54 +01:00
..
apps
…
bin
…
conf
Fixes
#21833
-- Fix UserSettingsHolder.is_overridden() and add tests.
2014-01-20 20:25:33 -07:00
contrib
Added ManifestStaticFilesStorage to staticfiles contrib app.
2014-01-20 19:32:07 +01:00
core
fixed typo on docstring
2014-01-20 16:33:11 +00:00
db
Fixed
#21852
-- Make migration writer serialize iterators
2014-01-22 09:21:54 +01:00
dispatch
…
forms
Fixed
#16905
-- Added extensible checks (nee validation) framework
2014-01-20 10:45:21 +08:00
http
…
middleware
…
template
Moved the loader tags registration with the other builtins.
2014-01-19 20:11:32 +01:00
templatetags
…
test
Refs
#21831
-- Softened the TestClient dependency on contrib.auth.
2014-01-21 08:51:23 +08:00
utils
Fixed
#16905
-- Added extensible checks (nee validation) framework
2014-01-20 10:45:21 +08:00
views
…
__init__.py
…
shortcuts.py
…