1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
Russell Keith-Magee cf37e4624a Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage.
Many thanks to:
    * Nicolas Lara, who worked on this feature during the 2008 Google Summer of Code.
    * Alex Gaynor for his help debugging and fixing a number of issues.
    * Malcolm Tredinnick for his invaluable review notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-29 10:46:36 +00:00
..
contrib Cleaned up and refactored ModelAdmin.formfield_for_dbfield: 2009-01-16 15:32:31 +00:00
files
forms Fixed #9902 -- Corrected misspelling in form validation documentation, thanks zunzun. 2008-12-23 04:13:14 +00:00
models Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters. 2009-01-16 10:59:43 +00:00
templates
databases.txt Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage. 2009-01-29 10:46:36 +00:00
django-admin.txt Fixed #9777 -- Typo fix. 2008-12-09 07:15:35 +00:00
generic-views.txt Documented how to handle '%' characters in redirect_to() URL strings (even in 2008-12-09 07:33:08 +00:00
index.txt
middleware.txt
request-response.txt
settings.txt
signals.txt
unicode.txt