django/docs/ref
Kevin Christopher Henry 6833773775 [1.5.x] Fixed #21632 -- Docs: Removed example with callable as query parameter
Using callables as query parameters is undocumented and not working,
so this changes an example from the ForeignKey.limit_choices_to
documentation that uses it.

Backport of d34c8c338a from master
2013-12-18 12:38:00 -05:00
..
class-based-views [1.5.x] Fixed the base class note in the Date Views docs. 2013-11-19 10:33:28 -05:00
contrib [1.5.x] Fixed typo in previous commit; refs #21490. 2013-11-24 16:29:14 -05:00
files [1.5.x] Added links to file docs. 2013-08-29 12:49:32 -04:00
forms [1.5.x] Removed a mention of `Form._errors` from the documentation. 2013-11-12 21:05:06 +01:00
models [1.5.x] Fixed #21632 -- Docs: Removed example with callable as query parameter 2013-12-18 12:38:00 -05:00
templates [1.5.x] Fixed #21515 -- Corrected example of template.Context in documentation. 2013-11-28 01:00:32 +01:00
clickjacking.txt [1.5.x] Added missing markup to docs. 2013-03-22 14:08:55 -04:00
databases.txt [1.5.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on 2013-11-01 11:02:48 +01:00
django-admin.txt [1.5.x] Fixed #21210 -- Documented when runserver doesn't auto-restart. 2013-10-14 10:38:34 -04:00
exceptions.txt [1.5.x] Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:50:00 -05:00
index.txt [1.5.x] Fixed #19897 - Updated static files howto. 2013-03-30 07:12:37 -04:00
middleware.txt [1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:18:52 -04:00
request-response.txt [1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop 2013-07-25 11:09:19 -04:00
settings.txt [1.5.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES. 2013-11-10 00:09:02 +01:00
signals.txt [1.5.x] Removed extra p (topppings->toppings) 2013-09-23 19:25:19 -04:00
template-response.txt [1.5.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context. 2013-09-30 10:21:40 -04:00
unicode.txt [1.5.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. 2013-07-03 08:46:31 -04:00
urlresolvers.txt [1.5.X] Fixed #18974 - Warned against using models.permalink 2012-11-22 16:10:42 -05:00
urls.txt [1.5.x] Fixed #19897 - Updated static files howto. 2013-03-30 07:12:37 -04:00
utils.txt [1.5.x] Added missing parameter in npgettext_lazy docs 2013-11-08 18:35:52 -05:00
validators.txt [1.5.x] Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:50:00 -05:00
views.txt [1.5.x] Fixed #19897 - Updated static files howto. 2013-03-30 07:12:37 -04:00