summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-11-21Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-20Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz
2013-11-19Recommended setuptools in the reuseable app tutorial.Dražen Lučanin
2013-11-19Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-19fixed typo in builtins.txtJulia Antokhine
2013-11-19Fixed the base class note in the Date Views docs.Rocky Meza
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-18Added more internal links in the management command documentation.Baptiste Mispelon
2013-11-18Fixed #21397 -- Re-added flexibility to TypedChoiceField coercionClaude Paroz
2013-11-18Added release note for TypedChoiceField coerce limitationClaude Paroz
2013-11-18Fixed #21240 -- Added 1.5 release note for OneToOneField/select_related change.Tim Graham
2013-11-18Fixed #21404 -- Added session.set_expiry() note to 1.6 release notes.Tim Graham
2013-11-17Updated 1.6.1 release notesClaude Paroz
2013-11-16Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-15Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
2013-11-15Clarified MySQL Connector note.DanSears
2013-11-15Fixed #21425 -- Made order in which loggers are introduced consistent.Tim Graham
2013-11-15Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
2013-11-14Added backported fixes to 1.6.1 release notes.Baptiste Mispelon
2013-11-14Release notes for ORM changes in 1.6Anssi Kääriäinen
2013-11-13Added release note for #21410; thanks Loic.Tim Graham
2013-11-12Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718).Baptiste Mispelon
2013-11-12Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon
2013-11-11Merge pull request #1907 from Bouke/tickets/21388Claude Paroz
2013-11-11Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-11Merge pull request #1906 from DanSears/masterAymeric Augustin
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-10added description of MySQL Connector/PythonDanSears
2013-11-10Fixed typo in tutorial 2; refs #21418.Tim Graham
2013-11-09Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-09Fixed #14800 -- Suppressed WSGIRequestHandler message filteringClaude Paroz
2013-11-09Fixed spelling of compatibility.Tim Graham
2013-11-09Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.Tim Graham
2013-11-09Fixed doc typo.Tim Graham
2013-11-09Fixed versionadded misuse in the admin documentation.Baptiste Mispelon
2013-11-09Fixed #21378 -- Updated tutorial02 for how to override admin site header.Vajrasky Kok
2013-11-09Recommended flake8 to check coding style.Tim Graham
2013-11-09Fixed #16969 -- Don't connect to named database when possibleClaude Paroz
2013-11-08Noted that .clear() will delete intermediary modelsCody Scott
2013-11-08Fixed docs for EmailMessage extra_headers attributeTom Scholl
2013-11-08Added missing parameter in npgettext_lazy docsglts
2013-11-08Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...Claude Paroz
2013-11-08Removed obsolete locale restriction admonitionClaude Paroz
2013-11-08Fixed #21396: Document backwards-incompatible change in RedirectView.get_redi...Baptiste Mispelon
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-07Merge pull request #1850 from unaizalakain/ticket_13725Anssi Kääriäinen
2013-11-07Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain