| Age | Commit message (Collapse) | Author |
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
settings.MIDDLEWARE_CLASSES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://bugs.python.org/issue15767
|
|
GET/POST/COOKIES/FILES.
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
|
|
|
|
Thanks Claude Paroz and Tim Graham for polishing the patch.
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
|
|
Thanks Tim Graham and Cristiano Coelho for the reviews.
Refs #26328, #26319.
|
|
|
|
|
|
|
|
|
|
|
|
template_name.
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
|
|
ForeignKey/OneToOneField
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|