Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Injection Escaping Helper Function #11595

Closed
wants to merge 236 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
236 commits
Select commit Hold shift + click to select a range
ce26b21
[2.2.x] Bumped version for Django 2.2 alpha 1.
carltongibson Jan 17, 2019
4882921
[2.2.x] Bumped django_next_version in docs config.
carltongibson Jan 17, 2019
7185ea6
[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.
daybarr Jan 17, 2019
a9feec5
[2.2.x] Refs #28606 -- Corrected deprecation version for CachedStatic…
timgraham Jan 17, 2019
ee9bd8c
[2.2.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permis…
timgraham Jan 17, 2019
70aeb6a
[2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mys…
felixxm Jan 19, 2019
370371e
[2.2.x] Removed redundant period in Watchman unavailable message.
orf Jan 19, 2019
6516e49
[2.2.x] Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
charettes Jan 21, 2019
28fb4ed
[2.2.x] Fixed #30121 -- Fixed assertURLEqual() crash with reverse_laz…
jdufresne Jan 21, 2019
51247bc
[2.2.x] Corrected GenericRelation's related_query_name manual lookup …
asfaltboy Jan 21, 2019
6ce7887
[2.2.x] Fixed #30111 -- Fixed AppRegistryNotReady error with django.c…
nasirhjafri Jan 22, 2019
e53e642
[2.2.x] Fixed #30115 -- Fixed SQLite introspection crash with a varch…
ngnpope Jan 18, 2019
710052f
[2.2.x] Refs #30111 -- Fixed test cleanup in postgres_tests/test_inte…
timgraham Jan 23, 2019
56f7f50
[2.2.x] Fixed typo in docs/ref/request-response.txt.
GeyseR Jan 27, 2019
e8cb0dc
[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations…
timgraham Jan 26, 2019
d3b4f4b
[2.2.x] Refs #30055 -- Added a helpful error when SQLite is too old.
timgraham Jan 28, 2019
2ca200a
[2.2.x] Made test table cleanup in OperationTestBase more robust.
tbicr Jan 15, 2019
728358c
[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
orf Jan 19, 2019
caaa011
[2.2.x] Fixed #29825 -- Fixed JS ngettext if the string is a non-plur…
claudep Jan 26, 2019
2789cc6
[2.2.x] Fixed typo in docs/releases/2.2.txt.
blueyed Jan 29, 2019
6e8b11a
[2.2.x] Fixed E117 and F405 flake8 warnings.
felixxm Jan 30, 2019
89d39dc
[2.2.x] Fixed #30091 -- Doc'd middleware ordering requirements with C…
carltongibson Jan 22, 2019
6187519
[2.2.x] Corrected output of Prefetch.to_attr example.
sir-sigurd Jan 31, 2019
953067d
[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayFiel…
rcoup Jan 24, 2019
a3ce94e
[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.
danielroseman Jan 31, 2019
6b3940b
[2.2.x] Used extlinks for GitHub commits.
timgraham Feb 1, 2019
d5b43d7
[2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs.
timgraham Feb 4, 2019
0838cc0
[2.2.x] Fixed duplicate word in docs/releases/2.0.txt.
blueyed Feb 4, 2019
5911d25
[2.2.x] Removed django.utils.lru_cache usage.
timgraham Feb 5, 2019
8eb913e
[2.2.x] Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and L…
timgraham Feb 4, 2019
d293948
[2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting …
chosak Feb 6, 2019
0aff354
[2.2.x] Updated Oracle docs links to Oracle 18c.
felixxm Feb 7, 2019
941109c
[2.2.x] Added stub release notes for security releases.
carltongibson Feb 7, 2019
d03e596
[2.2.x] Removed extra characters in docs header underlines.
felixxm Feb 8, 2019
e1bd944
[2.2.x] Fixed #30153 -- Fixed incorrect form Media asset ordering aft…
matthiask Feb 9, 2019
b89d31d
[2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party data…
timgraham Feb 9, 2019
83ab3e2
[2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numbe…
carltongibson Feb 11, 2019
130d2d3
[2.2.x] Bumped version for 2.2b1.
carltongibson Feb 11, 2019
1092bf0
[2.2.x] Fixed typo in docs/releases/2.2.txt.
toolness Feb 11, 2019
a536cf1
[2.2.x] Fixed spelling mistakes in comments and tests.
ss18 Feb 11, 2019
1672ed5
[2.2.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.1…
carltongibson Feb 11, 2019
f548ac7
[2.2.x] Refs #30177 -- Forwardported 2.0.13 release notes.
timgraham Feb 11, 2019
7442813
[2.2.x] Added CVE-2019-6975 to the security release archive.
timgraham Feb 11, 2019
d2f9427
[2.2.x] Fixed indentation in docs/topics/templates.txt.
jaanauati Feb 11, 2019
28a6046
[2.2.x] Doc'd database functions for overlaps lookup.
claudep Feb 12, 2019
c3655b1
[2.2.x] Refs #29478 -- Clarified cached_property 2.2 release note.
timgraham Feb 12, 2019
f2b4602
[2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ord…
hramezani Feb 13, 2019
5e94c81
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output…
danizen Feb 13, 2019
6cdc7ae
[2.2.x] Refs #25175 -- Renamed test file referencing the old postgres…
timgraham Feb 13, 2019
07b44a2
[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.
timgraham Feb 14, 2019
37cc6a9
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
jdufresne Feb 14, 2019
9278acf
[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.
felixxm Feb 16, 2019
7f25344
[2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection he…
charettes Feb 20, 2019
a9bd914
[2.2.x] Removed an outdated comment on DefaultConnectionProxy.
bluetech Feb 20, 2019
9a5f87a
[2.2.x] Fixed a failure when running tests on systems with SQLite < 3…
timgraham Feb 21, 2019
370a145
[2.2.x] Fixed relative paths imports per isort 4.3.5.
felixxm Feb 25, 2019
62f28f3
[2.2.x] Fixed documentation of database representation for ManyToMany…
felixxm Feb 25, 2019
8205116
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
timgraham Feb 25, 2019
d59c3fc
[2.2.x] Fixed #30208 -- Fixed login header height and alignment in th…
matthiask Feb 24, 2019
7331dd8
[2.2.x] Refs #27685 -- Removed "watchman unavailable" message.
orf Feb 26, 2019
4dac17a
[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without …
shiningfm Feb 27, 2019
d29c8ea
[2.2.x] Refs #29523 -- Updated admin's collapse.min.js.
timgraham Feb 27, 2019
77e53da
[2.2.x] Refs #30179 -- Moved topological sort functions to django.utils.
matthiask Feb 24, 2019
459f7c8
[2.2.x] Fixed #30179 -- Fixed form Media merging when pairwise mergin…
matthiask Feb 23, 2019
18211d0
[2.2.x] Clarified permission-related docs.
xi Feb 28, 2019
cf903c4
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
felixxm Mar 3, 2019
3e565b5
[2.2.x] Doc'd the use of --noinput for test database handling.
sgaist Feb 22, 2019
282961f
[2.2.x] Clarified deconstruct() in Custom Model Field docs.
davidjb Mar 11, 2019
14240e4
[2.2.x] Fixed #30161 -- Added how to decorate class-based views to vi…
Mar 11, 2019
a9ce7e2
[2.2.x] Fixed serializers tests for PyYAML 5.1+.
felixxm Mar 13, 2019
b150d99
[2.2.x] Simplified test_transform()s in db_functions.math.
felixxm Mar 14, 2019
d8704a4
[2.2.x] Fixed #30237 -- Made Authentication/SessionMiddleware and Mod…
hermansc Mar 5, 2019
985e6c2
[2.2.x] Fixed #30254 -- Allowed model metaclasses to access the attri…
gasman Mar 14, 2019
87fad5a
[2.2.x] Cleaned up exception message checking in some tests.
jdufresne Mar 15, 2019
aaf45d5
[2.2.x] Unified nonexistent foreign key introspection value for SQLite.
tbicr Feb 27, 2019
d825202
[2.2.x] Refs #30183 -- Moved SQLite table constraint parsing to a met…
tbicr Feb 27, 2019
40b0a58
[2.2.x] Fixed #30183 -- Added introspection of inline SQLite constrai…
tbicr Feb 27, 2019
3dd5e71
[2.2.x] Refs #30172 -- Prevented removing a field's check or unique c…
tbicr Feb 11, 2019
2a92e2e
[2.2.x] Refs #30172 -- Prevented removing a model Meta's index/unique…
tbicr Feb 11, 2019
883d870
[2.2.x] Fixed #30258 -- Adjusted postgres schema value quoting of ran…
charettes Mar 16, 2019
2a42304
[2.2.x] Bumped version for 2.2 release candidate 1.
carltongibson Mar 18, 2019
a48c018
[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().
PaulWay Mar 14, 2019
19ab698
[2.2.x] Fixed #30263 -- Doc'd changes to form Media sorting (refs #30…
carltongibson Mar 18, 2019
505785a
[2.2.x] Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70…
felixxm Mar 20, 2019
abd6fb1
[2.2.x] Fixed serializers test crash if PyYAML isn't installed.
timgraham Mar 20, 2019
cb36ca4
[2.2.x] Corrected settings names in SecurityMiddleware tests.
ngnpope Mar 21, 2019
1ef2216
[2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org.
timgraham Mar 21, 2019
bca6003
[2.2.x] Used monospace font in date template filter format character …
philippbosch Mar 21, 2019
8cff329
[2.2.x] Used QuerySet.bulk_create() in a couple of postgres tests.
myungsegyo Mar 21, 2019
a86ffb3
[2.2.x] Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion…
matthiask Mar 22, 2019
c04bd38
[2.2.x] Removed obsolete RFC from cookie docs.
ngnpope Jun 25, 2018
d7876fc
[2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs.
ngnpope Jun 25, 2018
609b7f1
[2.2.x] Fixed "byte string" typo in various docs and comments.
felixxm Mar 27, 2019
c910053
[2.2.x] Doc'd that HttpResponse accepts bytestrings.
felixxm Mar 27, 2019
4a6d3f2
[2.2.x] Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests whe…
laymonage Mar 28, 2019
6ac921b
[2.2.x] Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.
ngnpope Mar 7, 2019
ffdacc5
[2.2.x] Fixed #30299 -- Removed jQuery dependency from getCookie() in…
timgraham Mar 28, 2019
2fb602f
[2.2.x] Used extlinks for Django's source code.
timgraham Mar 29, 2019
5237da3
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
ngnpope Mar 30, 2019
4a7bbac
[2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutor…
berabhishek Mar 30, 2019
f141704
[2.2.x] Refs #30278 -- Doc'd behavior of del on an unaccessed cached_…
schinckel Mar 30, 2019
fc708f3
[2.2.x] Refs #30278 -- Fixed link in cached_property docs.
timgraham Mar 30, 2019
de62ba9
[2.2.x] Added stub 2.1.8 release notes.
timgraham Mar 30, 2019
917aa55
[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField…
timgraham Mar 30, 2019
98f526e
[2.2.x] Updated core translations from Transifex
claudep Mar 30, 2019
7090cbf
[2.2.x] Updated contrib translations from Transifex
claudep Mar 30, 2019
5427148
[2.2.x] Updated man page for 2.2 final.
carltongibson Apr 1, 2019
bc6f1da
[2.2.x] Set release date in v2.2 release notes.
carltongibson Apr 1, 2019
635d53a
[2.2.x] Bumped version number for 2.2 release.
carltongibson Apr 1, 2019
cfc1197
[2.2.x] Corrected date format in 2.2 release notes.
carltongibson Apr 1, 2019
de11488
[2.2.x] Fixed typo in docs/ref/settings.txt.
felixxm Apr 2, 2019
4849363
[2.2.x] Fixed typo in docs/releases/2.2.txt.
alex Apr 2, 2019
ba68226
[2.2.x] Added stub release notes for 2.2.1.
felixxm Apr 3, 2019
429502c
[2.2.x] Post-release version bump.
carltongibson Apr 3, 2019
1279fb4
[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user pass…
Apr 1, 2019
54b65b8
[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.
felixxm Apr 5, 2019
9da25fb
[2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the templa…
ngnpope Apr 5, 2019
268ed9c
[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with p…
simone6021 Apr 6, 2019
53c8338
[2.2.x] Refs #27807 -- Removed docs for User.username_validator.
timgraham Feb 11, 2017
b88ffef
[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during f…
apollo13 Apr 5, 2019
bfe2792
[2.2.x] Fixed #30321 -- Added example of changed_data to forms docs.
bcfurtado Apr 9, 2019
f5c1d02
[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.
vlt Apr 13, 2019
5ed5ce5
[2.2.x] Corrected wording in docs/intro/overview.txt.
aycignl Apr 13, 2019
896cc71
[2.2.x] Fixed #30350 -- Prevented recreation of migration for operati…
apollo13 Apr 13, 2019
86de106
[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignm…
laymonage Apr 13, 2019
e8de1cc
[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary…
felixxm Apr 15, 2019
5289d4f
[2.2.x] Refs #30325 -- Added tests for using count()/exists() with cu…
rixx Apr 15, 2019
0ba78c3
[2.2.x] Fixed typo in docs/ref/models/instances.txt.
garyd203 Apr 16, 2019
c0dc49a
[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.
rixx Apr 16, 2019
b51842a
[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't es…
rixx Apr 16, 2019
ef38777
[2.2.x] Updated SpatiaLite install instructions to suggest first pack…
sudomann Apr 17, 2019
e85317d
[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregat…
Apr 17, 2019
bb54a2d
[2.2.x] Removed unused imports.
felixxm Apr 18, 2019
95811c3
[2.2.x] Fixed #30328 -- Fixed crash of IntegerField.validators when l…
scottfits Apr 6, 2019
ba20579
[2.2.x] Made cosmetic edits in docs/releases/2.2.1.txt.
felixxm Apr 19, 2019
4788527
[2.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.
scop Apr 21, 2019
88bf635
[2.2.x] Fixed #30385 -- Restored SearchVector(config) immutability.
charettes Apr 19, 2019
4641655
[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.
spookylukey Apr 22, 2019
158cfeb
[2.2.x] Fixed UniqueConstraint example in ref/models/constraints.txt.
felixxm Apr 24, 2019
f24cf51
[2.2.x] Fixed #30362 -- Noted partial indexes and constraints restric…
felixxm Apr 24, 2019
3c3df7d
[2.2.x] Fixed #30318 -- Added check for importability of arguments of…
alasdairnicol Apr 3, 2019
a4095da
[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessi…
akx Apr 4, 2019
e457631
[2.2.x] Fixed #30361 -- Increased the default timeout of watchman cli…
Apr 23, 2019
4f8ebdd
[2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy mod…
carltongibson Apr 26, 2019
097457a
[2.2.x] Refs #30323 -- Prevented crash of autoreloader when get_resol…
orf Apr 29, 2019
d326c74
[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when …
orf Apr 29, 2019
f36239f
[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints wit…
charettes Apr 30, 2019
54fcdf1
[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.
rixx Apr 27, 2019
58391b4
[2.2.x] Fixed #30412 -- Fixed crash when adding check constraints wit…
Apr 30, 2019
e7629ce
[2.2.x] Added release date for 2.2.1.
felixxm May 1, 2019
9d5ce09
[2.2.x] Updated man page for Django 2.2.
felixxm May 1, 2019
d5b0625
[2.2.x] Bumped version for 2.2.1 release.
felixxm May 1, 2019
2166fe3
[2.2.x] Post-release version bump.
felixxm May 1, 2019
bf9e0e3
[2.2.x] Refs #20122 -- Corrected documentation of pluralize template …
rixx Apr 27, 2019
769f87f
[2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set(…
rixx Apr 17, 2019
4cfbd2c
[2.2.x] Fixed typo in docs/ref/django-admin.txt.
vlt May 6, 2019
5d1cf9c
[2.2.x] Added stub release notes for 2.2.2.
felixxm May 8, 2019
72fe36c
[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.
joncasdam May 6, 2019
f6febbc
[2.2.x] Fixed #30316 -- Added source code link to the default logging…
approdriguez May 7, 2019
08c8838
[2.2.x] Changed tuple choices to list in docs.
jdufresne May 15, 2019
34a357d
[2.2.x] Fixed #30459 -- Delegated hide/show JS toggle to parent div.
claudep May 11, 2019
4ef96cc
[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to hig…
alexbecker May 17, 2019
85b6984
[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.
rixx Apr 27, 2019
0aca34f
[2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instruc…
dhepper May 17, 2019
ed221f7
[2.2.x] Changed docs to link to Python's description of iterable.
jdufresne May 17, 2019
db7d790
[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.…
ruchit2801 May 17, 2019
3d4e53b
[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL genera…
May 17, 2019
da10b64
[2.2.x] Changed poll_id to poll_ids in examples of custom management …
mentix02 May 10, 2019
83605a1
[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.
gbdlin May 20, 2019
a7515c3
[2.2.x] Fixed datetime string format examples in docs/howto/custom-te…
alex May 22, 2019
efb906c
[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together…
akki May 2, 2019
2f0dcd8
[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML d…
caioariede May 23, 2019
86904c1
[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.
sp1rs May 24, 2019
853586e
[2.2.x] Doc'd that extra_email_context can be used to override defaul…
felixxm May 27, 2019
5bf2c87
[2.2.x] Fixed #30479 -- Fixed detecting changes in manage.py by autor…
orf May 27, 2019
1172f07
[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with or…
caioariede May 25, 2019
0f0d1cd
[2.2.x] Fixed #30491 -- Clarified when save() on object with pk execu…
bsolomon1124 May 27, 2019
ace0bec
[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising e…
orf May 28, 2019
7089502
[2.2.x] Fixed #30523 -- Fixed updating file modification times on see…
orf May 27, 2019
5c85244
[2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argu…
Parth1811 May 30, 2019
4a1d25b
[2.2.x] Added stub release notes for security releases.
carltongibson May 27, 2019
afddabf
[2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL…
carltongibson May 23, 2019
baaf187
[2.2.x] Applied jQuery patch for CVE-2019-11358.
carltongibson May 27, 2019
9400c96
[2.2.x] Bumped version for 2.2.2 release.
carltongibson Jun 3, 2019
666161b
[2.2.x] Post-release version bump.
carltongibson Jun 3, 2019
e6d7641
[2.2.x] Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.
felixxm Jun 3, 2019
162e02b
[2.2.x] Added CVE-2019-11358 to the security release archive.
ngnpope Jun 3, 2019
ed3dc51
[2.2.x] Added CVE-2019-12308 to the security release archive.
ngnpope Jun 3, 2019
d6d65c1
[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choic…
caioariede May 29, 2019
ca3f862
[2.2.x] Added stub release notes for 2.2.3.
felixxm Jun 5, 2019
4e6f002
[2.2.x] Fixed #30542 -- Fixed crash of numerical aggregations with fi…
tienne-B Jun 4, 2019
6dca336
[2.2.x] Fixed #30553 -- Clarified the default value of disable_existi…
Swat009 Jun 9, 2019
430f7e9
[2.2.x] Removed redundant object descriptions to prevent warnings wit…
felixxm Jun 3, 2019
d5d22e1
[2.2.x] Changed charset and collation link to MySQL docs.
Jun 11, 2019
36766e1
[2.2.x] Fixed #30486 -- Fixed the default value of Aggregate.distinct…
vertliba May 16, 2019
13e6040
[2.2.x] Fixed intword example in docs/ref/contrib/humanize.txt.
jdufresne Jun 11, 2019
26c1214
[2.2.x] Fixed an example of email with display name in EmailMessage.f…
Apr 29, 2019
1ce0428
[2.2.x] Fixed typos and example in signals.pre_init docs.
hramezani Jun 18, 2019
c3a9d30
[2.2.x] Fixed typos in signals and custom management commands docs.
hramezani Jun 18, 2019
c3a0f76
[2.2.x] Fixed #30547 -- Doc'd how Meta.constraints affect model valid…
Swat009 Jun 20, 2019
d200069
[2.2.x] Refs #30565 -- Doc'd HttpResponse.close() method.
cjerdonek Jun 19, 2019
e6b2471
[2.2.x] Fixed typos in 1.11.19, 2.0.11, 2.1.6 release notes.
jdufresne Jun 21, 2019
2525785
[2.2.x] Bumped minimum ESLint version to 4.18.2.
MarkusH Jun 21, 2019
3b2701e
[2.2.x] Removed unneeded non-breaking spaces added in 00169bc36
claudep Jun 22, 2019
f3b0365
[2.2.x] Fixed typo in docs/ref/models/indexes.txt.
chexex Jun 24, 2019
04965bf
[2.2.x] Fixed typo in docs/topics/db/models.txt.
meysam81 Jun 24, 2019
bdc1de2
[2.2.x] Fixed #30588 -- Fixed crash of autoreloader when __main__ mod…
orf Jun 26, 2019
b3f7262
[2.2.x] Updated translations from Transifex
claudep Jun 29, 2019
395cf7c
[2.2.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 …
felixxm Jun 27, 2019
db9f7b4
[2.2.x] Added stub release notes for security releases.
felixxm Jun 20, 2019
77706a3
[2.2.x] Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_…
carltongibson Jun 13, 2019
4f2713f
[2.2.x] Added release date for 2.2.3.
felixxm Jul 1, 2019
93e719e
[2.2.x] Updated man page for Django 2.2.
felixxm Jul 1, 2019
89e9a4a
[2.2.x] Bumped version for 2.2.3 release.
felixxm Jul 1, 2019
5d39f62
[2.2.x] Post-release version bump.
felixxm Jul 1, 2019
2b533ae
[2.2.x] Added CVE-2019-12781 to the security release archive.
felixxm Jul 1, 2019
b9d1bb6
[2.2.x] Fixed #30589 -- Clarified that urlize should be applied only …
aitoehigie Jun 29, 2019
b6d8957
[2.2.x] Fixed #28588 -- Doc'd User.has_perm() & co. behavior for acti…
carltongibson Jul 2, 2019
7d52d05
[2.2.x] Fixed #28667 -- Clarified how to override list of forms field…
Swat009 Jun 26, 2019
0ea952e
[2.2.x] Fixed #30600 -- Clarified that ValueError raised by converter…
Jul 3, 2019
b593c39
[2.2.x] Added stub release notes for 2.2.4.
felixxm Jul 9, 2019
8f0b9e7
[2.2.x] Fixed typos in docs/ref/django-admin.txt.
felixxm Jul 9, 2019
9dee851
[2.2.x] Fixed #30628 -- Adjusted expression identity to differentiate…
charettes Jul 9, 2019
1088a97
[2.2.x] Fixed #30621 -- Fixed crash of __contains lookup for Date/Dat…
felixxm Jul 10, 2019
a39365c
[2.2.x] Doc'd --no-input option for createsuperuser.
hramezani Jul 11, 2019
de19a60
[2.2.x] Fixed explanation of how to automatically create tables in da…
frankwiles Jul 13, 2019
d58cde7
[2.2.x] Updated WSGI servers ordering according to the more commonly …
frankwiles Jul 16, 2019
4814db4
[2.2.x] Fixed heading level typo in docs/ref/contrib/postgres/fields.…
felixxm Jul 16, 2019
0088e59
[2.2.x] Refs #30547 -- Clarified that partial UniqueConstraints don't…
felixxm Jul 18, 2019
de2635f
[2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_da…
gachdavit Jul 18, 2019
fa3ae44
[2.2.x] Refs #30083 -- Clarified database state of instances in signa…
felixxm Jul 19, 2019
506f800
[2.2.x] Refs #30083 -- Added a warning about performing queries in pr…
felixxm Jul 19, 2019
2d2859b
[2.2.x] Fixed #30506 -- Fixed crash of autoreloader when path contain…
orf Jul 21, 2019
61d4a15
[2.2.x] Fixed typo in docs/topics/http/sessions.txt.
terminator14 Jul 23, 2019
4d6449e
[2.2.x] Fixed #30647 -- Fixed crash of autoreloader when extra direct…
orf Jul 21, 2019
ea57c8a
[2.2.x] Added stub release notes for security releases.
carltongibson Jul 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions AUTHORS
Expand Up @@ -38,6 +38,7 @@ answer newbie questions, and generally made Django that much better:
Alexander Dutton <dev@alexdutton.co.uk>
Alexander Myodov <alex@myodov.com>
Alexandr Tatarinov <tatarinov1997@gmail.com>
Alex Becker <https://alexcbecker.net/>
Alex Couper <http://alexcouper.com/>
Alex Dedul
Alex Gaynor <alex.gaynor@gmail.com>
Expand Down Expand Up @@ -147,6 +148,7 @@ answer newbie questions, and generally made Django that much better:
bthomas
btoll@bestweb.net
C8E
Caio Ariede <caio.ariede@gmail.com>
Calvin Spealman <ironfroggy@gmail.com>
Cameron Curry
Cameron Knight (ckknight)
Expand Down Expand Up @@ -280,6 +282,7 @@ answer newbie questions, and generally made Django that much better:
Flávio Juvenal da Silva Junior <flavio@vinta.com.br>
flavio.curella@gmail.com
Florian Apolloner <florian@apolloner.eu>
Florian Moussous <florian.moussous@gmail.com>
Francisco Albarran Cristobal <pahko.xd@gmail.com>
François Freitag <mail@franek.fr>
Frank Tegtmeyer <fte@fte.to>
Expand Down Expand Up @@ -358,6 +361,7 @@ answer newbie questions, and generally made Django that much better:
Jaap Roes <jaap.roes@gmail.com>
Jack Moffitt <https://metajack.im/>
Jacob Burch <jacobburch@gmail.com>
Jacob Green
Jacob Kaplan-Moss <jacob@jacobian.org>
Jakub Paczkowski <jakub@paczkowski.eu>
Jakub Wilk <jwilk@jwilk.net>
Expand Down Expand Up @@ -756,6 +760,7 @@ answer newbie questions, and generally made Django that much better:
schwank@gmail.com
Scot Hacker <shacker@birdhouse.org>
Scott Barr <scott@divisionbyzero.com.au>
Scott Fitsimones <scott@airgara.ge>
Scott Pashley <github@scottpashley.co.uk>
scott@staplefish.com
Sean Brant
Expand Down
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (2, 2, 0, 'alpha', 0)
VERSION = (2, 2, 4, 'alpha', 0)

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion django/conf/global_settings.py
Expand Up @@ -460,7 +460,7 @@ def gettext_noop(s):
SESSION_COOKIE_SECURE = False
# The path of the session cookie.
SESSION_COOKIE_PATH = '/'
# Whether to use the non-RFC standard httpOnly flag (IE, FF3+, others)
# Whether to use the HttpOnly flag.
SESSION_COOKIE_HTTPONLY = True
# Whether to set the flag restricting cookie leaks on cross-site requests.
# This can be 'Lax', 'Strict', or None to disable the flag.
Expand Down
Binary file modified django/conf/locale/af/LC_MESSAGES/django.mo
Binary file not shown.