Ticket #15710: that-that.patch
File that-that.patch, 1.1 KB (added by , 14 years ago) |
---|
-
docs/topics/http/shortcuts.txt
24 24 25 25 :func:`render()` is the same as a call to 26 26 :func:`render_to_response()` with a `context_instance` argument that 27 thatforces the use of a :class:`~django.template.RequestContext`.27 forces the use of a :class:`~django.template.RequestContext`. 28 28 29 29 Required arguments 30 30 ------------------ -
docs/topics/db/multi-db.txt
454 454 455 455 Django's admin doesn't have any explicit support for multiple 456 456 databases. If you want to provide an admin interface for a model on a 457 database other than that thatspecified by your router chain, you'll457 database other than that specified by your router chain, you'll 458 458 need to write custom :class:`~django.contrib.admin.ModelAdmin` classes 459 459 that will direct the admin to use a specific database for content. 460 460