mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Small formatting changes to model unit tests to make them look better in the model examples online
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
XXX. Transactions
|
||||
15. Transactions
|
||||
|
||||
Django handles transactions in three different ways. The default is to commit
|
||||
each transaction upon a write, but you can decorate a function to get
|
||||
|
||||
Reference in New Issue
Block a user