summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-28Added a separate test class for RequestSite.Tim Graham
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-09-27Doc'd contrib.postgres system checks.Flávio Juvenal
2017-09-27Added a test for pbkdf2()'s default digest algorithm.Mads Jensen
2017-09-27Added cleanup for an introspection test.Tim Graham
2017-09-27Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...Josh Schneier
2017-09-27Clarified StrIndex docs example.Miguel
2017-09-27Fixed #28603 -- Clarified comment in collectstatic's collect().Ed Morley
2017-09-26Added a test for PermWrapper.__iter__().Mads Jensen
2017-09-25Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-25Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-25Fixed #28627 -- Added slug converter to some path() examples in docs.Christopher Schäpers
2017-09-25Added a test for TranslatableFile.__eq__().Mads Jensen
2017-09-25Merged startswith() calls.Mariusz Felisiak
2017-09-25Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...Tim Graham
2017-09-24Fixed JS linter errorClaude Paroz
2017-09-24Updated translation catalogsClaude Paroz
2017-09-24Refs #25006 -- Marked again admin time picker shortcuts for translationClaude Paroz
2017-09-22Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.Tim Graham
2017-09-22Advanced deprecation warnings for Django 2.1.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #15667 -- Removed support for Widget.render() methods without the render...Tim Graham
2017-09-22Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.Tim Graham
2017-09-22Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.Tim Graham
2017-09-22Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.Tim Graham
2017-09-22Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.Tim Graham
2017-09-22Refs #25187 -- Required the authenticate() method of authentication backends ...Tim Graham
2017-09-22Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...Tim Graham
2017-09-22Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham
2017-09-22Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().Tim Graham
2017-09-22Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...Tim Graham
2017-09-22Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...Tim Graham
2017-09-22Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation t...Tim Graham
2017-09-22Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...Tim Graham
2017-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ...Tim Graham
2017-09-22Added stub 2.1 release notes.Tim Graham
2017-09-22Bumped version; master is now 2.1 pre-alpha.Tim Graham
2017-09-22Removed empty sections in 2.0 release notes.Tim Graham
2017-09-22Updated man page for Django 2.0 alpha.Tim Graham
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-22Removed unused eof argument to BoundaryIter._find_boundary().Mariusz Felisiak
2017-09-22Refs #28593 -- Made URLResolver._populate() more resilient to signal interrupts.Daniel Tao
2017-09-21Added a test for QuerySet.select_related() reverse caching.Anssi Kääriäinen
2017-09-21Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger
2017-09-21Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...Stefan Sinca
2017-09-21Added test for too large input to django.utils.http.base36_to_int().Mads Jensen
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr