django/docs/topics
Russell Keith-Magee 046ffa483e Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-10 08:26:05 +00:00
..
db
forms
http
i18n
auth.txt
cache.txt
class-based-views.txt
conditional-view-processing.txt
email.txt
files.txt
generic-views-migration.txt
generic-views.txt Added notes in old generic views howto about the new class based approach. 2010-11-18 01:29:41 +00:00
index.txt Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
install.txt
logging.txt
pagination.txt
serialization.txt Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch. 2011-04-26 16:49:32 +00:00
settings.txt Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 2011-05-29 17:41:04 +00:00
signals.txt
signing.txt
templates.txt
testing.txt