django/docs/topics
Aymeric Augustin b6aede3268 Merge pull request #815 from zerok/tickets/11971
Fixed #11971 -- Documented the serialization formats
2013-02-24 02:18:32 -08:00
..
auth Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS 2013-02-23 15:42:56 -05:00
class-based-views Update docs/topics/class-based-views/generic-display.txt 2013-02-19 16:01:06 +08:00
db Added an example of "default" database dictionary left blank; refs #19775. 2013-02-23 16:01:43 -05:00
forms Fixed #19686 -- Added HTML5 number input type 2013-02-23 10:18:08 +01:00
http Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
i18n Typo in i18n docs. 2013-02-07 19:57:26 -03:00
testing Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. Thanks to pfarmer for the suggestion and initial patch. 2013-02-02 18:22:40 -08:00
cache.txt Fixed #19823 -- Fixed memcached code example in cache docs 2013-02-14 11:23:52 +01:00
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt
localflavor.txt
logging.txt
pagination.txt
python3.txt Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3. 2013-01-26 13:47:11 +01:00
security.txt Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
serialization.txt Added more details about the various serialization formats. 2013-02-24 10:58:03 +01:00
settings.txt
signals.txt Fixed #19579 - Documented that "providing_args" is purely documentational. 2013-02-23 15:33:43 -05:00
signing.txt Fixed #19683 - Added a missing import in signing example. 2013-01-29 06:12:33 -05:00
templates.txt Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template comments. 2013-01-29 19:13:23 -03:00