Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt2015-11-071-0/+1
* Fixed typo in docs/topics/auth/default.txt.japrogramer2015-11-031-1/+1
* Fixed typo in docs/topics/db/models.txt.Tomasz Anielak2015-10-311-1/+1
* Fixed #24212 -- Added example pylibmc CACHES configuration.Bryan Marty2015-10-301-0/+9
* Added class-based view example to RequestFactory example.bee_keeper2015-10-301-1/+3
* Fixed #21516 -- Updated imports paths for some formset fu...Bryan Marty2015-10-282-28/+28
* Made LiveServerTestCase example use StaticLiveServerTestC...Tim Graham2015-10-281-14/+13
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-274-27/+10
* Fixed #25397 -- Documented class-based view context varia...Jacek Bzdak2015-10-231-0/+5
* Clarified that the test client response content attribute...薛丞宏2015-10-231-3/+3
* Refs #24622 -- Documented alternatives to some test respo...Benjamin Wohlwend2015-10-221-0/+17
* Fixed #25584 -- Documented a pip error when installing Dj...Tim Graham2015-10-221-1/+2
* Refs #25527 -- Removed redundant doc heading link that le...Tim Graham2015-10-081-2/+2
* Added some function links in translation docsClaude Paroz2015-10-071-5/+6
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-066-92/+92
* Fixed #25481 -- Added field.help_text to "Looping over a ...John Moses2015-10-021-0/+3
* Clarified that Model.delete() isn't called as a result of...David Sanders2015-09-301-3/+5
* Improved "“standalone” Django usage" example.David Sanders2015-09-291-1/+3
* Fixed #25376 -- Required virtualenv in installation instr...Tim Graham2015-09-291-128/+19
* Documented auth's login/logout function parameters.Tim Graham2015-09-281-2/+2
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-4/+3
* Fixed #25462 -- Removed Model.__unicode__() in favor of @...Tim Graham2015-09-251-3/+3
* Fixed #25451 -- Added advice about organizing tests.Tim Graham2015-09-252-1/+12
* Fixed #25455 -- Optimized dictfetchall() example.Tim Graham2015-09-241-2/+2
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-2424-275/+16
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-242-59/+5
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-242-20/+4
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-242-18/+1
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-243-31/+12
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-6/+1
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-241-16/+0
* Refs #21977 -- Removed SimpleTestCase.urls per deprecatio...Tim Graham2015-09-241-30/+2
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-241-7/+1
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-15/+0
* Refs #24351 -- Removed support for the old allow_migrate(...Tim Graham2015-09-241-6/+0
* Fixed typo in docs/topics/db/examples/one_to_one.txtDon Kirkby2015-09-231-1/+1
* Refs #25373 -- Doc'd logging of exceptions during {% incl...Tim Graham2015-09-231-2/+8
* Refs #24115 -- Added docs for password updates on bcrypt ...Tim Graham2015-09-231-3/+7
* Added link to Babel's message extracting functionality.Rik2015-09-221-2/+3
* Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin2015-09-211-2/+6
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-211-0/+5
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-1/+1
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-1/+21
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-191-1/+8
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-5/+12
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-17/+29
* Fixed #25355 -- Made two tweaks to docs/topics/db/aggrega...Maarten2015-09-051-2/+2
* Added links to new security settings introduced in 1.8.David Sanders2015-09-041-7/+8
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-1/+1
* Fixed #25326 -- Added namedtuple example for executing cu...Dražen Odobašić2015-09-031-8/+30