David Sanders 6dfd02f88c Capitalize SQL keywords 11 years ago
..
auth 821fc925f0 Fixed #22093 -- Made Form.Meta.fields examples consistent. 11 years ago
class-based-views 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 years ago
db 6dfd02f88c Capitalize SQL keywords 11 years ago
forms 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 years ago
http e3d0790bd0 Fixed #21177 -- Made resolve_url support relative URLs. 11 years ago
i18n 57ba5bf97b Added some links in i18n documentation 11 years ago
testing 94b5bc361a Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready(). 11 years ago
cache.txt dd98ccd482 Fixed #16785 -- Documented some of the design decisions of the cache framework. 11 years ago
conditional-view-processing.txt 5fd2c979cb Fixed typo in docs/topics/conditional-view-processing.txt 11 years ago
email.txt 9953e98e6a Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. 11 years ago
files.txt a1122e14a6 Fixed #20604 - Fixed file example in docs. 11 years ago
index.txt dc8f95b639 Fixed #20877 -- added a performance optimization guide 11 years ago
install.txt 99649ddcb2 Assumed Python 3 throughout docs/intro. 11 years ago
localflavor.txt 33e6cf5ec3 Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. 11 years ago
logging.txt 4d8d76e7a8 Fixed #21484 -- Documented that SQL logging does not include "framework level" queries. 11 years ago
migrations.txt dbe82e74f2 Add reference documentation for operations and stubs for schemaeditor. 11 years ago
pagination.txt 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
performance.txt 3d898b0e12 Change analyse (British) to analyze (American). 11 years ago
python3.txt 626bdf648a Updated a bunch of hyperlinks in documentation 11 years ago
security.txt df6760f12c Added a warning regarding risks in serving user uploaded media. 11 years ago
serialization.txt 0242134d32 Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses. 11 years ago
settings.txt 4e94c84e50 Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 11 years ago
signals.txt 1d23d766ab Renamed AppConfig.setup to ready. 11 years ago
signing.txt 653527de40 Fixed #18745 - Documentation change explaining tuple to list with signing. 11 years ago
templates.txt 9e5033b302 Fixed #21747 -- Added {% elif %} to template topics guide. 11 years ago