mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Added 1.1 beta release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cdc8c61bc3
commit
4246c832b6
6 changed files with 217 additions and 1 deletions
|
|
@ -411,6 +411,8 @@ the change list page::
|
|||
Finally, note that in order to use ``list_display_links``, you must define
|
||||
``list_display``, too.
|
||||
|
||||
.. _admin-list-editable:
|
||||
|
||||
``list_editable``
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ This file describes some of the features that might be relevant to Django
|
|||
usage. Of course, it is not intended as a replacement for server-specific
|
||||
documentation or reference manuals.
|
||||
|
||||
.. postgresql-notes:
|
||||
.. _postgresql-notes:
|
||||
|
||||
PostgreSQL notes
|
||||
================
|
||||
|
|
|
|||
|
|
@ -768,6 +768,8 @@ of the arguments is required, but you should use at least one of them.
|
|||
|
||||
Entry.objects.extra(where=['headline=%s'], params=['Lennon'])
|
||||
|
||||
.. _queryset-defer:
|
||||
|
||||
``defer(*fields)``
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue