This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
docs
/
topics
/
db
History
Claude Paroz
4a103086d5
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
...
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
examples
Replaced print statement by print function (forward compatibility syntax).
2012-04-30 20:45:03 +02:00
aggregation.txt
Started a 'Cheat sheet' section in aggregation docs because I desperately need this
2012-01-13 21:57:30 +00:00
index.txt
Fixed
#17605
: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch.
2012-03-14 22:16:46 +00:00
managers.txt
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
2011-10-14 00:12:01 +00:00
models.txt
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
multi-db.txt
Removed references to changes made in 1.2.
2012-06-07 15:02:35 +02:00
optimization.txt
Updated link to Django Debug Toolbar homepage.
2012-01-15 03:27:48 +00:00
queries.txt
Fixed broken URLs introduced in 1adc87cd32.
2012-05-03 12:42:56 -03:00
sql.txt
Removed references to changes made in 1.2.
2012-06-07 15:02:35 +02:00
tablespaces.txt
Fixed
#12308
-- Added tablespace support to the PostgreSQL backend.
2011-10-14 21:49:43 +00:00
transactions.txt
Added documentation notes about lack of database savepoints support when using MySQL+MyISAM.
2012-04-21 22:52:03 +00:00