index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2013-03-14
Deprecated django.views.defaults.shortcut.
Aymeric Augustin
2013-03-13
Fixed #20032 -- Documented how to simulate the absence of a setting
Claude Paroz
2013-03-13
Fixed an erroneous import in example code.
Pablo Sanfilippo
2013-03-13
Proof-read and adjusted the transactions docs.
Aymeric Augustin
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed to make ORM operations atomic.
Aymeric Augustin
2013-03-11
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
Added a note about long-running processes.
Aymeric Augustin
2013-03-11
Added an explanation of transactions and grouped low-level APIs.
Aymeric Augustin
2013-03-11
Updated the documentation for savepoints.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-06
Update link to django-mssql project
Michael Manfre
2013-03-03
Fix Typo explicitly. Fixes #19971
Tobias Carlander
2013-03-03
Removed unnecessary imports.
Aymeric Augustin
2013-03-02
Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...
Tim Graham
2013-02-28
Fixed #19937 - Typo in class-based views intro.
Tim Graham
2013-02-27
Merge pull request #858 from intgr/py3kdoc-fix
Tim Graham
2013-02-27
Fixed #19926 -- Fixed a link to code example in queries docs
Claude Paroz
2013-02-27
Fixed #16807 - Added a class-based views intro.
Tim Graham
2013-02-26
[py3] str.decode does not exist; str.encode was intended
Marti Raudsepp
2013-02-26
Fixed #19922 - Typo in translation docs.
Tim Graham
2013-02-25
Fixed #6195 -- Documented caching options for javascript_catalog.
Aymeric Augustin
2013-02-24
Fixed #19394 --Added note about auth forms and custom user models.
Ben Konrath
2013-02-24
Test case and docs for custom context data in feeds
Zbigniew Siciarz
2013-02-24
Merge pull request #717 from slurms/ticket_19746
Florian Apolloner
2013-02-24
Fixed #19253 -- Extracted template cache key building logic
Tomek Paczkowski
2013-02-24
Merge pull request #815 from zerok/tickets/11971
Aymeric Augustin
2013-02-24
Added more details about the various serialization formats.
Horst Gutmann
2013-02-23
Added an example of "default" database dictionary left blank; refs #19775.
Tim Graham
2013-02-23
Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDS
Tim Graham
2013-02-23
Fixed #19579 - Documented that "providing_args" is purely documentational.
Tim Graham
2013-02-23
Fixed #19775 - Clarified requirements of the "default" database.
Tim Graham
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-02-20
Fixed #19868 -- Clarified purpose of custom user example
Preston Holmes
2013-02-19
Merge pull request #737 from hrbonz/docs_CBV_generic_views_typo
Tim Graham
2013-02-19
Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-19
Updated a couple admonitions to use the warning directive.
Tim Graham
2013-02-19
Update docs/topics/class-based-views/generic-display.txt
Stefan "hr" Berder
2013-02-18
Fixed #19717 - Removed mentions of "root QuerySet" in docs.
Tim Graham
2013-02-16
Removed a misleading examples from documentations ala ticket #19719
Alex Hunley
[prev]
[next]