summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-18Update docs/releases/1.5.txtAnton Danilchenko
2012-11-17Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...Jannis Leidel
2012-11-16Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-04Corrected a typo that inadvertently made its way into the docs.Alex Gaynor
2012-11-04Added multi-column indexes to the 1.5 release notes.Alex Gaynor
2012-11-02Deprecated depth kwarg on select_related.Preston Holmes
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-30Added release notes for 1.6.Aymeric Augustin
2012-10-29Fixed #17869 - force logout when REMOTE_USER header disappearsPreston Holmes
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-25Merge pull request #472 from ericflo/patch-1Preston Holmes
2012-10-25Fixed broken links + spell check in 1.5 release notes.Tim Graham
2012-10-25Update docs/releases/1.5.txtEric Florenzano
2012-10-25Added release notes for Django 1.5 alpha 1.Jacob Kaplan-Moss
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-21Added 1.4.2 release notesPreston Holmes
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Fixed #5611 -- Restricted accepted content types in parsing POST dataClaude Paroz
2012-10-13Added release note about removed div around csrf tokenClaude Paroz
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-30Fixed #16455 -- Added support for PostGIS 2.0Flavio Curella
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-29Fixed #18919 -- Stopped dropping Z attribute when transforming geometriesClaude Paroz
2012-09-29Fixed #11948 -- Added interpolate and project linear referencing methodsClaude Paroz
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-09-22Fixed #16835 -- add groups to auth.user admin list_filterDan Loewenherz
2012-09-19Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...Carl Meyer
2012-09-19Fixed #16865 -- Made get_or_create use read database for initial get query.Carl Meyer
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-09-06Fixed minor typo in 1.3 release notes.Simon Meers
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-31Added 1.4.1 and 1.3.2 release notesClaude Paroz