summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-06Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trai...Sven Engström
2016-11-06Added Emmanuelle Delescolle to AUTHORS.Erik Romijn
2016-11-06Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.Saulius Žemaitaitis
2016-11-06Fixed #27369 -- Prevented widgets from being shared between form field instan...Michal Petrucha
2016-11-05Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski
2016-11-05Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQLAdam Chainz
2016-11-05Adjusted documentation of migration related commands.Krzysztof Gogolewski
2016-11-05Readded 'pytz' to spelling wordlist.Rivo Laks
2016-11-05Removed myself from the ops team.Aymeric Augustin
2016-11-05Added code highlighting in README.rstSuriyaa Kudo
2016-11-04Updated "fork Django on GitHub" link.Tim Graham
2016-11-04Fixed typo in docs/topics/testing/tools.txt.Pamela McA'Nulty
2016-11-03Fixed #27425 -- Removed obsolete "developers for hire" FAQ.Tim Graham
2016-11-03Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica
2016-11-01Completed django.utils.timezone test coverage.Tim Graham
2016-11-01Added CVE-2016-9013,14 to the security release archive.Tim Graham
2016-11-01Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-11-01Fixed CVE-2016-9013 -- Generated a random database user password when running...Marti Raudsepp
2016-11-01Added stub release notes for 1.9.11/1.8.16.Tim Graham
2016-11-01Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester
2016-10-31Fixed #27400 -- Documented {% static %} encoding change in 1.10.Henry Dang
2016-10-31Updated docs/topics/db/queries.txt examples to use print() function.Timothy Allen
2016-10-31Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.Tim Graham
2016-10-31Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.Tim Graham
2016-10-31Updated Oracle docs links to Oracle 12c.Mariusz Felisiak
2016-10-31Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...Krzysztof Urbaniak
2016-10-31Added additional tests for translation's get_language_from_path().Krzysztof Urbaniak
2016-10-31Updated by bio.Anssi Kääriäinen
2016-10-29Captured logging output during NonDjangoTemplatesDebugViewTests.test_400().Jon Dufresne
2016-10-29Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for no...medmunds
2016-10-28Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott
2016-10-28Added require_ready argument to get_model methods.Aymeric Augustin
2016-10-28Simplified AppConfig.import_models().Aymeric Augustin
2016-10-28Modified readiness check in AppConfig.get_model(s).Aymeric Augustin
2016-10-28Simplified some auth_tests with assertRedirects().Tim Graham
2016-10-28Fixed #26578 -- Prohibited non-ASCII digits in validate_ipv4_address.wim glenn
2016-10-28Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham
2016-10-28Added pytz to test requirementsMarkus Holtermann
2016-10-27Corrected TooManyFieldsSent doctring for GET requests.Zach Wernberg
2016-10-27Fixed #27373 -- Corrected 404 debug page message for an empty request path.Mariusz Felisiak
2016-10-27Documented that cache keys are strings rather than bytes.Adam Chainz
2016-10-27Described PostgreSQL as more scalable than SQLite.mark-summerfield
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-27Updated "running the tests" to use 'pip install -e'.Tim Graham
2016-10-26Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
2016-10-26Fixed #27334 -- Allowed FileField to move rather than copy a file.Adam Chidlow
2016-10-26Clarified when the post_migrate signal is sent during migrate.Thomas Güttler
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-10-25Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...David Barragán Merino
2016-10-25Replaced Outputting PDF's "Further Resources" with a link to Django Packages.Tim Graham