mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Documentation markup fixes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5e54f6b263
commit
0f2f08a7d7
2 changed files with 7 additions and 3 deletions
|
@ -458,7 +458,7 @@ Converting query values to database values
|
|||
.. method:: get_db_prep_value(self, value, connection, prepared=False)
|
||||
|
||||
.. versionadded:: 1.2
|
||||
The ``connection`` and ``prepared arguments were added to support multiple databases.
|
||||
The ``connection`` and ``prepared`` arguments were added to support multiple databases.
|
||||
|
||||
Some data types (for example, dates) need to be in a specific format
|
||||
before they can be used by a database backend.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue