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-04 14:37:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jonathan Loy
b3c6a20e71
Fixed
#20018
: Added backtick to fix reference
...
Fixed
#20018
2013-03-10 14:09:33 -04:00
..
class-based-views
Fixed
#17094
- Typo in class-based views doc.
2013-02-23 08:52:33 -05:00
contrib
Fixed
#15363
-- Renamed and normalized to
get_queryset
the methods that return a QuerySet.
2013-03-08 10:11:45 -05:00
files
…
forms
Fixed
#19801
- Added brackets to input_formats.
2013-02-25 12:22:02 -05:00
models
Fixed
#20018
: Added backtick to fix reference
2013-03-10 14:09:33 -04:00
templates
Fixed
#17906
- Autoescaping {% cycle %} and {% firstof %} templatetags.
2013-02-23 16:16:39 +01:00
clickjacking.txt
…
databases.txt
Fixed
#18130
-- Made the isolation level configurable on PostgreSQL.
2013-03-02 15:05:49 +01:00
django-admin.txt
Fixed
#19923
-- Display tracebacks for non-CommandError exceptions
2013-03-09 12:38:45 +01:00
exceptions.txt
Refactored database exceptions wrapping.
2013-02-27 17:26:54 +01:00
index.txt
…
middleware.txt
…
request-response.txt
…
settings.txt
Fixed
#19917
-- Added microseconds in default TIME_INPUT_FORMATS
2013-03-02 18:11:10 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…