django/docs/topics
Anssi Kääriäinen 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
If there are more than one values to compare against and the qs isn't
ordered then assertQuerysetEqual will raise a ValueError.
2012-12-13 13:33:11 +02:00
..
_images Added a diagram of the hierarchy of our TestCase subclasses to the testing docs. 2012-02-27 19:04:33 +00:00
class-based-views Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt 2012-11-21 19:06:17 -05:00
db Fixed #19352 - Added an example in the QuerySet docs. 2012-11-27 18:21:55 -05:00
forms Removed US localflavor-specific tests from core 2012-12-08 21:07:59 +01:00
http Edited the middleware doc for completeness, clarity, and consistency. 2012-12-09 22:30:01 +01:00
i18n Fixed #19132 -- Added example for creating custom lazy function 2012-10-18 09:02:20 +02:00
auth.txt fix a spelling error in docs 2012-12-02 16:26:00 -05:00
cache.txt
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt
logging.txt
pagination.txt
python3.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt
testing.txt