Information on handling HTTP requests in Django: URL dispatcher Writing views
A common task for web applications is to search some data in the database with user input. In a simple case, this could be filtering a list of objects by a category. A more
SimpleTestCase.settings() [source] For testing purposes it’s often useful to change a setting
login(**credentials) [source] If your site uses Django’s authentication
SimpleTestCase.assertJSONNotEqual(raw, expected_data, msg=None) [source] Asserts that the
class RequestFactory [source] The RequestFactory shares the same API as the
class LoginRequiredMixin New in Django 1.9. If
SimpleTestCase.assertXMLNotEqual(xml1, xml2, msg=None) [source] Asserts that the strings
class Signer(key=None, sep=':', salt=None) [source] Returns a signer which uses key
Overview When support for time zones is enabled, Django stores datetime information in UTC in the database, uses time-zone-aware datetime
Page 14 of 35