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
Age
Commit message (
Expand
)
Author
2013-03-11
Fixed broken link in binary fields doc.
Ramiro Morales
2013-03-11
Fixed #20026 -- Typo in Apache auth docs.
Aymeric Augustin
2013-03-11
Deprecated django.contrib.comments.
Jacob Kaplan-Moss
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
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
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-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-11
Moved a warning in the 1.6 notes back to its expected location.
Aymeric Augustin
2013-03-10
Fixed #20018: Added backtick to fix reference
Jonathan Loy
2013-03-10
Fixed #20008 -- Removed trailing slash in Wikipedia link
Claude Paroz
2013-03-09
Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidget
Claude Paroz
2013-03-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Adde two "versionadded" markers, thanks to mYk for noticing.
Alex Gaynor
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-06
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Preston Holmes
2013-03-06
Update link to django-mssql project
Michael Manfre
2013-03-06
Fixed #19994 -- Typo.
Aymeric Augustin
2013-03-03
Removed mentions of regressiontests.
Ramiro Morales
2013-03-03
Release notes blurb for 804366327d728d23a9f7a25ff77a6eed3c9f9323.
Ramiro Morales
2013-03-03
Fix Typo explicitly. Fixes #19971
Tobias Carlander
2013-03-03
Removed unnecessary imports.
Aymeric Augustin
2013-03-02
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
Claude Paroz
2013-03-02
Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...
Tim Graham
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-03-01
Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Claude Paroz
2013-02-28
Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-28
Fixed #19937 - Typo in class-based views intro.
Tim Graham
2013-02-28
1.5 is no longer "UNDER DEVELOPMENT".
Florian Apolloner
2013-02-28
Added a Trac-related item to the release checklist.
Aymeric Augustin
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
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-27
Fixed #16807 - Added a class-based views intro.
Tim Graham
2013-02-26
Added a note about creating new doc versions; update stable doc version befor...
Carl Meyer
[next]