summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Collapse)Author
2017-03-25[1.11.x] Removed unused links in ↵Sergey Fedoseev
docs/internals/contributing/triaging-tickets.txt. Backport of 24d40e7e0c52e0262b182abb9d4116157bcfe6a8 from master
2017-03-21[1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing ↵Mikkel Munch Mortensen
docs. Backport of 1e93210f1f622b692dd65e861f0793ac61552d28 from master
2017-03-14[1.11.x] Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
Backport of 3f64fd2f75342fa061338d75916c08b98f0c7797 from master
2017-03-13Typo fix.Florian Apolloner
Backport of bf0dff4bed5ebb4f922829e5f7e8da5ec51f2a1c from master.
2017-02-24[1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for ↵Tim Graham
signatures that accept a request kwarg. Backport of c31e7ab5a4b062225bc4f6b5cae065325dd30f1f from master
2017-02-15[1.11.x] Removed docs/internals/roles.txt.Tim Graham
It's moved to https://www.djangoproject.com/foundation/teams/. Backport of 3d14cbc86781ea1051af7f0c421bee3ecf2f9842 from master
2016-12-31Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham
2016-12-30Removed links to deprecated GeoIP.Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
Thanks Carl Meyer and Tim Graham for contributing to the patch.
2016-12-27Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham
2016-12-21Removed the importance of "core developers" in triaging tickets, etc.Tim Graham
2016-12-20Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-30Added my bio.patjouk
2016-11-29Added my bioAdam Chainz
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-21Refs #23811 -- Corrected git bisect run example usage.François Freitag
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-06Added myself to the Ops team. (#7518)Tobias McNulty
2016-11-05Removed myself from the ops team.Aymeric Augustin
2016-11-04Updated "fork Django on GitHub" link.Tim Graham
2016-10-31Updated by bio.Anssi Kääriäinen
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-24Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews
2016-10-24Documented how to request CVE IDs.Tim Graham
2016-10-15Updated security policy according to current practices.Tim Graham
Also added security release date notifications to django-announce.
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ↵Denis Cornehl
ConditionalGetMiddleware.
2016-10-07Updated security team roster.Markus Holtermann
2016-10-06Fixed docs typos in lines ending with a dash.Tim Graham
2016-10-04Refs #18974 -- Deprecated @models.permalink() decorator.Tim Graham
2016-09-21Doc'd how to use GitHub's "Squash and merge" button.Tim Graham
2016-09-21Added myself to ops team (#7273)Markus Holtermann
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query. Thanks Tim Graham for the review.
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} ↵Jon Dufresne
template tag. Thanks Tim Graham for the review.
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-09-01Updated roadmap link for 1.11.Ed Morley
2016-08-31Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley
Previously, the MemcachedCache backend ignored `OPTIONS` and PyLibMCCache used them to set pylibmc behaviors. Both backends now pass `OPTIONS` as keyword arguments to the client constructors.
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-19Added technical board for 1.11 release cycle.Tim Graham
The current board has been re-elected.
2016-08-17Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme
2016-08-09Fixed #26952 -- Added tips for installing test suite dependencies.an0o0nym
2016-08-06Fixed a few grammar issues in working-with-git doc.Adam Zapletal
2016-07-28Fixed #26929 -- Deprecated extra_context parameter of ↵Andrew Nester
contrib.auth.views.logout_then_login().
2016-07-20Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
Thanks Tim Graham for the review.
2016-07-13Fixed typo in docs/internals/contributing/writing-code/coding-style.txtJiang Haiyun