mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
Added some extra examples to many_to_many unit test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
741109f440
commit
270234d189
@ -69,4 +69,11 @@ True
|
||||
>>> p1.get_article_list(order_by=['headline'])
|
||||
[Django lets you build Web apps easily, NASA uses Python]
|
||||
|
||||
# If we delete an article, its publication won't be able to access it.
|
||||
>>> a2.delete()
|
||||
>>> articles.get_list()
|
||||
[Django lets you build Web apps easily]
|
||||
>>> p1.get_article_list(order_by=['headline'])
|
||||
[Django lets you build Web apps easily]
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user