summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2013-12-07Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07Added fix for #21530 to 1.6.1 release notes.Baptiste Mispelon
2013-12-04List 1.6.x releases in descending orderAlasdair Nicol
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-11-30Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-28Fixed typo in release notes.Loic Bistuer
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-26Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-23Fixed #21486 -- Prevented settings config in signal connectionClaude Paroz
2013-11-23Fixed #21200 -- Consistantly raise errors across all cache backends.Florian Apolloner
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-21Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-20Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
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-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-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-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
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-08Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...Claude 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
2013-11-07Added 1.4.10 release notes.Tim Graham
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-071.6 isn't under development any more.Aymeric Augustin
2013-11-05Improved English in release notes for runserver.Aymeric Augustin
2013-11-05Fixed #18419 -- Full backwards compatibility for old language codesBouke Haarsma
2013-11-04Improved changelog for runserver in 1.7.Aymeric Augustin