summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-03-13Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclassesClaude Paroz
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
2014-03-09Reorganized the database test settingsShai Berger
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-03Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.sho...Thomas Sorrel
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-03-01Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Added release note and regression test for refs #21643.Tim Graham
2014-02-28Removed some ReST links to undocumented functions.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-26Fixed #21389 -- Accept most valid language codesBouke Haarsma
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-22Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addressesErik Romijn
2014-02-22Deprecated django.utils.text.javascript_quote.Baptiste Mispelon
2014-02-19Added an example to the release notes for custom reverse managers.Loic Bistuer
2014-02-19Fixed #19647 -- Added formats.py for Esperanto.Baptiste Darthenay
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-16Made the new template.Context.flatten() method a public API.Marek Wywiał
2014-02-16Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz
2014-02-14Added 1.6.3 release note for refs #21566.Tim Graham
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2014-02-14Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton
2014-02-13Fixed a link in the 1.7 release notes.Tim Graham
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-10Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-10Added 1.6.3 release notes stubClaude Paroz
2014-02-10Fixed #17673 -- Forbid field shadowing.Christopher Medrela
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-10Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-02-09Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-02-08Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypesKevin Christopher Henry
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-02-06Updated 1.6.2 release notes for release (and linkified tickets).Jacob Kaplan-Moss