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-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Andrew Godwin
24afb1d7a7
Fixed
#22660
: Doc'd you can't have unmigrated apps depend on migrated
2014-06-15 11:47:23 -07:00
..
auth
Fixed
#22770
-- Removed create_superuser from post_migrate signals.
2014-06-10 14:37:37 -04:00
class-based-views
…
db
Fixed
#22349
-- Added a note clarifying
RawQuerySet
has no
__len__
.
2014-06-12 16:41:49 -04:00
forms
Fixed
#22747
-- Add backwards compatibility tip for new behavior of formset.save(commit=False).
2014-06-04 12:37:10 -04:00
http
Fixed
#22801
-- Added 'www.' to diveintopython.net links
2014-06-10 15:38:25 -04:00
i18n
…
testing
Converted test management command to argparse
2014-06-14 13:43:39 +02:00
cache.txt
…
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
files.txt
…
index.txt
…
install.txt
…
localflavor.txt
…
logging.txt
…
migrations.txt
Fixed
#22660
: Doc'd you can't have unmigrated apps depend on migrated
2014-06-15 11:47:23 -07:00
pagination.txt
…
performance.txt
…
python3.txt
…
security.txt
…
serialization.txt
…
settings.txt
Fixed
#22801
-- Added 'www.' to diveintopython.net links
2014-06-10 15:38:25 -04:00
signals.txt
…
signing.txt
…
templates.txt
…