summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-07Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert
2015-09-07Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-09-06Stopped returning mirrors from setup_databases.Aymeric Augustin
2015-09-05Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.Joshua Kehn
2015-09-05Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04Fixed #25144 -- Allowed migrate to create tables for apps without migrations.Tim Graham
2015-09-02Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.Tim Graham
2015-08-31Fixed #25289 -- Updated admin's jQuery to 2.1.4.Tim Graham
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-29Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.Y3K
2015-08-28Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov
2015-08-28Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.Tim Graham
2015-08-28Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...Tim Graham
2015-08-27Refs #20597 -- Fixed spelling of HiDPI.Tim Graham
2015-08-27Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-22Forwardported release note for refs #25040.Tim Graham
2015-08-21Fixed #25284 -- Documented removal of implicit QuerySet __in lookups.Tim Graham
2015-08-20Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham
2015-08-19Refs #24451 -- Corrected Django version for {% cycle %} deprecation.Tim Graham
2015-08-18Added stub release notes for 1.8.5.Tim Graham
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-18Added today's issue to the security archive.Tim Graham
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18Added stub release notes for security releases.Tim Graham
2015-08-15Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede
2015-08-15Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova
2015-08-12Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-08-01Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...Adam Chainz
2015-07-31Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-31Fixed #25168 -- Documented how to avoid foreign key constraint error after up...Tim Graham
2015-07-30Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky
2015-07-30Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().Tim Graham