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 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
howto
History
Berker Peksag
560b4207b1
Removed redundant numbered parameters from str.format().
...
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
2014-12-03 14:27:38 -05:00
..
deployment
Fixed
#23708
-- Corrected mod_wsgi docs reference to nonexistent comment in wsgi.py.
2014-10-27 18:17:50 -04:00
static-files
…
auth-remote-user.txt
…
custom-file-storage.txt
…
custom-lookups.txt
Renamed qn to compiler
2014-11-16 13:19:34 +01:00
custom-management-commands.txt
Fixed
#23543
-- Added docs on testing management command output.
2014-11-24 10:23:25 -05:00
custom-model-fields.txt
…
custom-template-tags.txt
Fixed
#20435
-- Reordered the custom template tags docs.
2014-11-17 17:38:04 +01:00
error-reporting.txt
…
index.txt
…
initial-data.txt
…
jython.txt
…
legacy-databases.txt
…
outputting-csv.txt
Removed redundant numbered parameters from str.format().
2014-12-03 14:27:38 -05:00
outputting-pdf.txt
…
upgrade-version.txt
…
windows.txt
…