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

Stable/3.2.x ok #14423

Closed
wants to merge 191 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
191 commits
Select commit Hold shift + click to select a range
3dc3a95
[3.2.x] Updated source translation catalogs.
claudep Jan 15, 2021
a91bf80
[3.2.x] Fixed #18549 -- Fixed heading for inlines with a OneToOneField.
tim-mccurrach Jan 15, 2021
8dcb8b9
[3.2.x] Fixed #32358 -- Fixed queryset crash when grouping by annotat…
illia-v Jan 16, 2021
de4e854
[3.2.x] Corrected versionadded annotations.
felixxm Jan 18, 2021
a5d70cc
[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.
pganssle Jan 19, 2021
0db7331
[3.2.x] Bumped version for 3.2 alpha 1 release.
carltongibson Jan 19, 2021
4cf4c2d
[3.2.x] Refs #31259 -- Made various dark theme adjustments.
knyghty Jan 20, 2021
41405a0
[3.2.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin wid…
matthiask Jan 14, 2021
900b2ce
[3.2.x] Refs #29721 -- Simplified migration used to test atomic recor…
charettes Jan 21, 2021
6520ce5
[3.2.x] Fixed #32374 -- Stopped recording migration application befor…
charettes Jan 21, 2021
e45b944
[3.2.x] Fixed #32367 -- Fixed system check for specifying type of aut…
felixxm Jan 20, 2021
59c63c7
[3.2.x] Fixed #32372 -- Made examples in related objects reference do…
jackaitken Jan 22, 2021
c708837
[3.2.x] Refs #32372 -- Updated manager name in related objects refere…
jackaitken Jan 22, 2021
5d9374b
[3.2.x] Refs #26167 -- Corrected OpClass() example in docs.
hannseman Jan 24, 2021
9607e3a
[3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern l…
charettes Jan 26, 2021
4dbbe37
[3.2.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated d…
carltongibson Jan 26, 2021
73e7bfc
[3.2.x] Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag f…
hramezani Dec 27, 2020
ba71cf3
[3.2.x] Changed "Don't overuse count() or exists()" example to Python.
adamchainz Aug 11, 2020
e95a60b
[3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about…
tim-mccurrach Jan 27, 2021
f9b2b1b
[3.2.x] Fixed #32389 -- Fixed ResponseHeaders crash when data is not …
illia-v Jan 28, 2021
d83249b
[3.2.x] Fixed #32391 -- Used CSS flex properties for changelist filter.
skulden13 Jan 28, 2021
52a4882
[3.2.x] Modernized custom manager example
adamchainz Jan 25, 2021
f4d51e1
[3.2.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 …
felixxm Jan 29, 2021
18cac6b
[3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() i…
tkoschnick Jan 28, 2021
0a3d93f
[3.2.x] Fixed #32345 -- Fixed preserving encoded query strings in set…
sacovo Jan 12, 2021
f944f79
[3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal vi…
felixxm Jan 22, 2021
10b25e6
[3.2.x] Added CVE-2021-3281 to security archive.
felixxm Feb 1, 2021
b62e767
[3.2.x] Added stub release notes for 3.1.7.
felixxm Feb 1, 2021
eab0b8b
[3.2.x] Fixed typo in docs/ref/forms/widgets.txt.
bsolomon1124 Feb 1, 2021
7d65889
[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using on…
felixxm Feb 2, 2021
b36beec
[3.2.x] Fixed #32332 -- Fixed loss of parent with non-numeric pk when…
hramezani Feb 2, 2021
afe34e7
[3.2.x] Fixed typos in 3.2 release notes.
DanielSwain Feb 3, 2021
bbd1b35
[3.2.x] Refs #32412 -- Adjusted beginning of Advice for new contribut…
gabbyprecious Feb 3, 2021
cb680b6
[3.2.x] Refs #32412 -- Adjusted link from tutorial to reference docs.
gabbyprecious Feb 3, 2021
ff25791
[3.2.x] Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Pyth…
felixxm Feb 3, 2021
f490cde
[3.2.x] Corrected typo in advice to new contributors.
carltongibson Feb 4, 2021
d881a0e
[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deseria…
Feb 4, 2021
d192d75
[3.2.x] Fixed #32419 -- Clarified URLconf in example of serving media…
Amansingh1202 Feb 5, 2021
20e0e47
[3.2.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailV…
imkaka Feb 3, 2021
bae685f
[3.2.x] Fixed #32430 -- Doc'd base class-based views.
imkaka Feb 8, 2021
9eed258
[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on M…
baidoosik Feb 6, 2021
dd14e63
[3.2.x] Fixed #32431 -- Reversed order of security issues history.
hramezani Feb 10, 2021
98ce39b
[3.2.x] Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticke…
Feb 11, 2021
aa1aed9
[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() foll…
Feb 9, 2021
2ce4f73
[3.2.x] Improved pagination documentation
adamchainz Feb 8, 2021
f2d955d
[3.2.x] Documented an example custom context processor.
adamchainz Feb 11, 2021
bfc429d
[3.2.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
smithdc1 Feb 12, 2021
65a6209
[3.2.x] Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServer…
cjerdonek Feb 11, 2021
b89ce41
[3.2.x] Fixed #29052 -- Made test database creation preserve alias or…
Urth Feb 15, 2021
69a585e
[3.2.x] Fixed #32453 -- Added introspection of unique constraint fiel…
hannseman Feb 17, 2021
6897da6
[3.2.x] Added documentation extlink for bugs.python.org.
ngnpope Feb 16, 2021
0e2979e
[3.2.x] Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() wi…
starryrbs Feb 17, 2021
732cf4c
[3.2.x] Refs #32455 -- Added tests for left combining an empty Q() wi…
felixxm Feb 18, 2021
0debc6b
[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expr…
hramezani Feb 18, 2021
be8237c
[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.…
ngnpope Feb 16, 2021
c238ec5
[3.2.x] Bumped version for 3.2 beta 1.
carltongibson Feb 19, 2021
0690524
[3.2.x] Added CVE-2021-23336 to security archive.
carltongibson Feb 19, 2021
eccf40a
[3.2.x] Refs #16117 -- Made @action and @display decorators importabl…
ngnpope Feb 22, 2021
cf05f9f
[3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying…
johanneswilm Feb 19, 2021
5431718
[3.2.x] Fixed #32471 -- Doc'd the return value of EmailMessage.send().
hramezani Feb 22, 2021
7a6ca01
[3.2.x] Fixed #32478 -- Included nested columns referenced by subquer…
charettes Feb 24, 2021
c963bbc
[3.2.x] Refs #31811 -- Restored **kwargs to django.test.utils.setup_d…
felixxm Feb 24, 2021
abca17c
[3.2.x] Refs #31811 -- Corrected DiscoverRunner.setup_databases() sig…
felixxm Feb 24, 2021
76873b8
[3.2.x] Updated links to DEPs.
MarkusH Feb 25, 2021
904a889
[3.2.x] Added stub release notes for 3.1.8.
felixxm Feb 25, 2021
1c10a6c
[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.
camilonova Feb 25, 2021
230d5b1
[3.2.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
jacobtylerwalls Feb 26, 2021
7e6e822
[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a nu…
tim-mccurrach Feb 26, 2021
9f277c3
[3.2.x] Fixed #32271 -- Improved consistency of docs CBV examples.
jackaitken Mar 1, 2021
d7e5590
[3.2.x] Updated links to djangoproject.com/code.djangoproject.com rep…
felixxm Mar 3, 2021
cafabd0
[3.2.x] Refs #32412 -- Adjusted Contributing Guide start page.
gabbyprecious Mar 3, 2021
4496968
[3.2.x] Corrected admin.E023 message in docs.
hramezani Mar 3, 2021
cd7a5bf
[3.2.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
felixxm Mar 4, 2021
49970b5
[3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transfo…
felixxm Mar 4, 2021
3fd83c4
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHT…
jacobtylerwalls Mar 5, 2021
e078747
[3.2.x] Updated Git branch "master" to "main".
MarkusH Feb 25, 2021
b129728
[3.2.x] Updated link to Selenium webdrivers.
felixxm Mar 9, 2021
cd4dc4c
[3.2.x] Refs #26167 -- Added @skipUnlessDBFeature('supports_expressio…
timgraham Mar 8, 2021
f8aeafe
[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.
felixxm Mar 9, 2021
3119e3c
[3.2.x] Refs #32018 -- Corrected color variable for toggle links in a…
felixxm Mar 9, 2021
4503309
[3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.
mimi89999 Mar 6, 2021
104d617
[3.2.x] Refs #31235 -- Improved assertQuerysetEqual() warning message…
claudep Mar 10, 2021
6171d6b
[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.
felixxm Mar 15, 2021
d076d96
[3.2.x] Fixed typo in docs/ref/checks.txt.
hramezani Mar 15, 2021
7e43a10
[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.ge…
hramezani Mar 15, 2021
4aba709
[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.
felixxm Mar 16, 2021
3ff859b
[3.2.x] Fixed typo in docs/topics/testing/advanced.txt.
knaperek Mar 17, 2021
46bdc3e
[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on …
adamchainz Mar 17, 2021
6b020f3
[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML asse…
hramezani Mar 17, 2021
a8fef6d
[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution fo…
codingjoe Mar 18, 2021
2f6714c
[3.2.x] Bumped version for 3.2 release candidate 1.
carltongibson Mar 18, 2021
62fd750
[3.2.x] Corrected DiscoverRunner.build_suite() signature.
felixxm Mar 18, 2021
9059b2f
[3.2.x] Added parallel argument to DiscoverRunner docs.
felixxm Mar 18, 2021
8298775
[3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverR…
felixxm Mar 18, 2021
fb92a9e
[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app…
kshitijraghav Mar 19, 2021
153a681
[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model nam…
tim-mccurrach Mar 22, 2021
2420fd2
[3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound met…
adamchainz Mar 22, 2021
15a8518
[3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound m…
adamchainz Mar 19, 2021
e2e3715
[3.2.x] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
felixxm Mar 23, 2021
e7ce304
[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() examp…
jnns Mar 24, 2021
601cedd
[3.2.x] Doc'd that RawSQL can be used with __in.
simonw Mar 23, 2021
3eb72ad
[3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk…
claudep Mar 25, 2021
5ebb8e6
[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise D…
sreeharicodes Mar 25, 2021
57d4563
[3.2.x] Added missing mode="rb" argument to open() call in Client.pos…
thorrak Mar 26, 2021
1f48d38
[3.2.x] Removed dead link in docs/topics/http/sessions.txt.
arcanemachine Mar 26, 2021
682eba5
[3.2.x] Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests…
felixxm Mar 27, 2021
d67d48e
[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with b…
felixxm Mar 29, 2021
a118564
[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to prop…
wkschwartz Mar 30, 2021
1ea5e98
[3.2.x] Updated translations from Transifex.
claudep Apr 6, 2021
eb7c0a7
[3.2.x] Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asg…
felixxm Apr 6, 2021
2820fd1
[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal v…
felixxm Mar 16, 2021
29e2df2
[3.2.x] Added CVE-2021-28658 to security archive.
felixxm Apr 6, 2021
011b92c
[3.2.x] Updated asgiref dependency for 3.2 release series.
carltongibson Apr 6, 2021
09c0b1a
[3.2.x] Updated manpage for Django 3.2 final.
carltongibson Apr 6, 2021
8df29fc
[3.2.x] Added release date for Django 3.2.
carltongibson Apr 6, 2021
b6475d7
[3.2.x] Bumped version for 3.2 release.
carltongibson Apr 6, 2021
f0630e7
[3.2.x] Post-release version bump.
carltongibson Apr 6, 2021
2e8ff5f
[3.2.x] Added stub release notes for Django 3.2.1.
carltongibson Apr 6, 2021
42fea5d
[3.2.x] Refs #30156 -- Corrected version in SpatiaLite install instru…
felixxm Apr 6, 2021
a3a4a0b
[3.2.x] Corrected wrapping in 3.2 release notes.
carltongibson Apr 7, 2021
5eb17d3
[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
claudep Apr 3, 2021
55da044
[3.2.x] Corrected release number format in 3.2.1 release notes.
carltongibson Apr 7, 2021
49e618f
[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for …
adamchainz Apr 8, 2021
0abbdc8
[3.2.x] Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS s…
hramezani Apr 9, 2021
078bcd5
[3.2.x] Fixed #32618 -- Added link to conditional aggregation in aggr…
hramezani Apr 9, 2021
98db3c7
[3.2.x] Bumped django_next_version in docs config.
carltongibson Apr 10, 2021
b245845
[3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash o…
iurisilvio Apr 8, 2021
d6314c4
[3.2.x] Fixed #32637 -- Restored exception message on technical 404 d…
felixxm Apr 13, 2021
700356f
[3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o rela…
hramezani Apr 13, 2021
59cce82
[3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when sea…
felixxm Apr 14, 2021
65dfb06
[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps…
paris-ci Apr 14, 2021
d026769
[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with b…
jonathan-golorry Mar 14, 2021
208e722
[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by…
felixxm Apr 14, 2021
539d005
[3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django …
apollo13 Apr 14, 2021
99ea737
[3.2.x] Fixed #32652 -- Fixed links to new contributors FAQ.
carltongibson Apr 14, 2021
4acce4d
[3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs.
adamchainz Apr 15, 2021
54d5bfa
[3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier…
carltongibson Apr 15, 2021
1cc2eaf
[3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFI…
felixxm Apr 21, 2021
48e19ba
[3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset …
charettes Apr 21, 2021
7d7c6d9
[3.2.x] Fixed #32667 -- Added link to labeling checks in BaseCommand.…
abhiabhi94 Apr 21, 2021
4c63459
[3.2.x] Added note to update docs config when creating new stable bra…
carltongibson Apr 10, 2021
1cf0989
[3.2.x] Used assertCountEqual() in ExcludeTests.test_exclude_subquery().
felixxm Apr 22, 2021
fc9cbad
[3.2.x] Refs #28034 -- Corrected docs example in contributing tutorial.
ktaog6 Apr 23, 2021
0dfe88e
[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering som…
mzjp2 Apr 24, 2021
727a154
[3.2.x] Refs 32637 -- Made technical 404 debug page display exception…
felixxm Apr 27, 2021
7ad7034
[3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets wit…
felixxm Apr 27, 2021
fbea64b
[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_dupl…
felixxm Apr 26, 2021
34981f3
[3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of…
felixxm Apr 26, 2021
55cb3c8
[3.2.x] Fixed #32687 -- Restored passing process’ environment to unde…
kalekseev Apr 26, 2021
d5add5d
[3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subq…
charettes Apr 24, 2021
263ee44
[3.2.x] Corrected introduction to range field lookups docs.
adamchainz Apr 28, 2021
d716d30
[3.2.x] Refs #32694 -- Clarified when colorama requirement is needed …
carltongibson Apr 29, 2021
bac4169
[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cann…
carltongibson Apr 29, 2021
ce13074
[3.2.x] Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/djang…
hramezani Apr 29, 2021
8e1900d
[3.2.x] Added spelling option to make.bat.
swright573 Apr 30, 2021
c98f446
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation…
apollo13 Apr 14, 2021
8b300f3
[3.2.x] Bumped version for 3.2.1 release.
carltongibson May 4, 2021
0d57264
[3.2.x] Post-release version bump.
carltongibson May 4, 2021
04d8ed3
[3.2.x] Added stub release notes for Django 3.2.2.
carltongibson May 4, 2021
df801dd
[3.2.x] Added CVE-2021-31542 to security archive.
carltongibson May 4, 2021
364098f
[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.or…
charettes May 4, 2021
a937d7f
[3.2.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.
carltongibson May 4, 2021
2d2c1d0
[3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and …
felixxm May 4, 2021
26e033b
[3.2.x] Bumped version for 3.2.2 release.
felixxm May 6, 2021
40ad501
[3.2.x] Post-release version bump.
felixxm May 6, 2021
0262579
[3.2.x] Added CVE-2021-32052 to security archive.
felixxm May 6, 2021
8afb677
[3.2.x] Added stub release notes for Django 3.2.3.
felixxm May 6, 2021
bdd5654
[3.2.x] Fixed typo in docs/internals/contributing/writing-documentati…
ngnpope May 6, 2021
dc7b495
[3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.
felixxm May 12, 2021
fab710d
[3.2.x] Fixed a typo in docs/ref/models/fields.txt.
ngnpope May 7, 2021
cd84f7a
[3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the docume…
ngnpope May 7, 2021
4318e60
[3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd'…
ngnpope May 10, 2021
d6b6eda
[3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.
smithdc1 May 12, 2021
386caa5
[3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with th…
charettes May 11, 2021
224b8e5
[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.
felixxm May 13, 2021
9385fa2
[3.2.x] Bumped version for 3.2.3 release.
felixxm May 13, 2021
18525ad
[3.2.x] Post-release version bump.
felixxm May 13, 2021
1037825
[3.2.x] Added stub release notes for Django 3.2.4.
felixxm May 13, 2021
80cf193
[3.2.x] Refs #32720 -- Used :commit: and :source: role in old release…
ngnpope Apr 27, 2021
f844c0c
[3.2.x] Corrected commit hashes for security patches.
felixxm May 17, 2021
0c19b07
[3.2.x] Refs #32720 -- Used full hashes in security archive.
ngnpope Apr 28, 2021
55b89e8
[3.2.x] Refs #32720 -- Fixed some broken links in docs.
ngnpope Apr 27, 2021
cb91b2d
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirec…
ngnpope Apr 27, 2021
ce78bc9
[3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIP…
May 17, 2021
65b680a
[3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in…
girishsontakke May 18, 2021
349bb58
[3.2.x] Fixed #32733 -- Skipped system check for specifying type of a…
May 10, 2021
41e2aa7
[3.2.x] Fixed #32747 -- Prevented initialization of unused caches.
felixxm May 14, 2021
d743c37
[3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.
dsanders11 May 19, 2021
a173202
[3.2.x] Fixed #32740 -- Caught possible exception when initializing c…
carltongibson May 12, 2021
33dec7b
[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.
Flimm Nov 18, 2020
d5c675a
[3.2.x] Added note about culling in database cache backend docs.
mlissner Jul 30, 2020
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
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions AUTHORS
Expand Up @@ -12,6 +12,7 @@ answer newbie questions, and generally made Django that much better:
Abhijeet Viswa <abhijeetviswa@gmail.com>
Abhinav Patil <https://github.com/ubadub/>
Abhishek Gautam <abhishekg1128@yahoo.com>
Abhyudai <https://github.com/abhiabhi94>
Adam Allred <adam.w.allred@gmail.com>
Adam Bogdał <adam@bogdal.pl>
Adam Donaghy
Expand Down Expand Up @@ -94,6 +95,7 @@ answer newbie questions, and generally made Django that much better:
Aron Podrigal <aronp@guaranteedplus.com>
Artem Gnilov <boobsd@gmail.com>
Arthur <avandorp@gmail.com>
Arthur Jovart <arthur@jovart.com>
Arthur Koziel <http://arthurkoziel.com>
Arthur Rio <arthur.rio44@gmail.com>
Arvis Bickovskis <viestards.lists@gmail.com>
Expand Down Expand Up @@ -274,6 +276,7 @@ answer newbie questions, and generally made Django that much better:
dusk@woofle.net
Dustyn Gibson <miigotu@gmail.com>
Ed Morley <https://github.com/edmorley>
Egidijus Macijauskas <e.macijauskas@outlook.com>
eibaan@gmail.com
elky <http://elky.me/>
Emmanuelle Delescolle <https://github.com/nanuxbe>
Expand Down Expand Up @@ -360,6 +363,7 @@ answer newbie questions, and generally made Django that much better:
Hang Park <hangpark@kaist.ac.kr>
Hannes Ljungberg <hannes.ljungberg@gmail.com>
Hannes Struß <x@hannesstruss.de>
Harm Geerts <hgeerts@gmail.com>
Hasan Ramezani <hasan.r67@gmail.com>
Hawkeye
Helen Sherwood-Taylor <helen@rrdlabs.co.uk>
Expand Down Expand Up @@ -852,6 +856,7 @@ answer newbie questions, and generally made Django that much better:
sloonz <simon.lipp@insa-lyon.fr>
smurf@smurf.noris.de
sopel
Sreehari K V <sreeharivijayan619@gmail.com>
Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
Stanislas Guerra <stan@slashdev.me>
Stanislaus Madueke
Expand Down Expand Up @@ -974,6 +979,7 @@ answer newbie questions, and generally made Django that much better:
Zach Liu <zachliu@gmail.com>
Zach Thompson <zthompson47@gmail.com>
Zain Memon
Zain Patel <zain.patel06@gmail.com>
Zak Johnson <zakj@nox.cx>
Žan Anderle <zan.anderle@gmail.com>
Zbigniew Siciarz <zbigniew@siciarz.net>
Expand Down
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

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

__version__ = get_version(VERSION)

Expand Down
Binary file modified django/conf/locale/be/LC_MESSAGES/django.mo
Binary file not shown.
58 changes: 33 additions & 25 deletions django/conf/locale/be/LC_MESSAGES/django.po
Expand Up @@ -2,14 +2,14 @@
#
# Translators:
# Viktar Palstsiuk <vipals@gmail.com>, 2014-2015
# znotdead <zhirafchik@gmail.com>, 2016-2017,2019-2020
# znotdead <zhirafchik@gmail.com>, 2016-2017,2019-2021
# Дмитрий Шатера <mr.bobsans@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-19 20:23+0200\n"
"PO-Revision-Date: 2020-07-15 01:21+0000\n"
"POT-Creation-Date: 2021-01-15 09:00+0100\n"
"PO-Revision-Date: 2021-01-15 20:33+0000\n"
"Last-Translator: znotdead <zhirafchik@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/django/django/language/"
"be/)\n"
Expand Down Expand Up @@ -321,6 +321,11 @@ msgstr "Cтатычныя файлы"
msgid "Syndication"
msgstr "Сындыкацыя"

#. Translators: String used to replace omitted page numbers in elided page
#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10].
msgid "…"
msgstr "..."

msgid "That page number is not an integer"
msgstr "Лік гэтай старонкі не з'яўляецца цэлым лікам"

Expand Down Expand Up @@ -593,6 +598,9 @@ msgstr "Цэлы лік"
msgid "Big (8 byte) integer"
msgstr "Вялікі (8 байтаў) цэлы"

msgid "Small integer"
msgstr "Малы цэлы лік"

msgid "IPv4 address"
msgstr "Адрас IPv4"

Expand All @@ -619,9 +627,6 @@ msgstr "Дадатны малы цэлы лік"
msgid "Slug (up to %(max_length)s)"
msgstr "Бірка (ня болей за %(max_length)s)"

msgid "Small integer"
msgstr "Малы цэлы лік"

msgid "Text"
msgstr "Тэкст"

Expand Down Expand Up @@ -779,24 +784,30 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Схаванае поле %(name)s) %(error)s"

msgid "ManagementForm data is missing or has been tampered with"
msgstr "Данныя ManagementForm адсутнічаюць ці былі пашкоджаны"
#, python-format
msgid ""
"ManagementForm data is missing or has been tampered with. Missing fields: "
"%(field_names)s. You may need to file a bug report if the issue persists."
msgstr ""
"Дадзеныя формы ManagementForm адсутнічаюць ці былі падменены. Адсутнічаюць "
"палі: %(field_names)s. Магчыма, вам спатрэбіцца падаць справаздачу пра "
"памылку, калі праблема захоўваецца."

#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Калі ласка, адпраўце %d або менш формаў."
msgstr[1] "Калі ласка, адпраўце %d або менш формаў."
msgstr[2] "Калі ласка, адпраўце %d або менш формаў."
msgstr[3] "Калі ласка, адпраўце %d або менш формаў."
msgid "Please submit at most %d form."
msgid_plural "Please submit at most %d forms."
msgstr[0] "Калі ласка, адпраўце не болей чым %d форму."
msgstr[1] "Калі ласка, адпраўце не болей чым %d формаў."
msgstr[2] "Калі ласка, адпраўце не болей чым %d формаў."
msgstr[3] "Калі ласка, адпраўце не болей чым %d формаў."

#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Калі ласка, адпраўце %d або больш формаў."
msgstr[1] "Калі ласка, адпраўце %d або больш формаў."
msgstr[2] "Калі ласка, адпраўце %d або больш формаў."
msgstr[3] "Калі ласка, адпраўце %d або больш формаў."
msgid "Please submit at least %d form."
msgid_plural "Please submit at least %d forms."
msgstr[0] "Калі ласка, адпраўце не менш чым %d форму."
msgstr[1] "Калі ласка, адпраўце не менш чым %d формаў."
msgstr[2] "Калі ласка, адпраўце не менш чым %d формаў."
msgstr[3] "Калі ласка, адпраўце не менш чым %d формаў."

msgid "Order"
msgstr "Парадак"
Expand Down Expand Up @@ -1300,8 +1311,8 @@ msgstr "“%(path)s” не існуе"
msgid "Index of %(directory)s"
msgstr "Файлы каталёґа «%(directory)s»"

msgid "Django: the Web framework for perfectionists with deadlines."
msgstr "Джанга: Web рамкі для перфекцыяністаў з крайнімі тэрмінамі."
msgid "The install worked successfully! Congratulations!"
msgstr "Усталяванне прайшло паспяхова! Віншаванні!"

#, python-format
msgid ""
Expand All @@ -1312,9 +1323,6 @@ msgstr ""
"\" target=\"_blank\" rel=\"noopener\">заўвагі да выпуску</a> для Джангі "
"%(version)s"

msgid "The install worked successfully! Congratulations!"
msgstr "Усталяванне прайшло паспяхова! Віншаванні!"

#, python-format
msgid ""
"You are seeing this page because <a href=\"https://docs.djangoproject.com/en/"
Expand Down
Binary file modified django/conf/locale/br/LC_MESSAGES/django.mo
Binary file not shown.
40 changes: 23 additions & 17 deletions django/conf/locale/br/LC_MESSAGES/django.po
Expand Up @@ -2,14 +2,15 @@
#
# Translators:
# Claude Paroz <claude@2xlibre.net>, 2020
# Ewen <ewenak@gmx.com>, 2021
# Fulup <fulup.jakez@gmail.com>, 2012,2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-19 20:23+0200\n"
"PO-Revision-Date: 2020-07-14 21:42+0000\n"
"Last-Translator: Transifex Bot <>\n"
"POT-Creation-Date: 2021-01-15 09:00+0100\n"
"PO-Revision-Date: 2021-02-28 17:37+0000\n"
"Last-Translator: Ewen <ewenak@gmx.com>\n"
"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -310,7 +311,7 @@ msgid "Traditional Chinese"
msgstr "Sinaeg hengounel"

msgid "Messages"
msgstr ""
msgstr "Kemennadenn"

msgid "Site Maps"
msgstr "Tresoù al lec'hienn"
Expand All @@ -321,11 +322,16 @@ msgstr "Restroù statek"
msgid "Syndication"
msgstr "Sindikadur"

#. Translators: String used to replace omitted page numbers in elided page
#. range generated by paginators, e.g. [1, 2, '…', 5, 6, 7, '…', 9, 10].
msgid "…"
msgstr "..."

msgid "That page number is not an integer"
msgstr ""

msgid "That page number is less than 1"
msgstr ""
msgstr "An niver a bajenn mañ a zo bihanoc'h eget 1."

msgid "That page contains no results"
msgstr ""
Expand Down Expand Up @@ -564,6 +570,9 @@ msgstr "Anterin"
msgid "Big (8 byte) integer"
msgstr "Anterin bras (8 okted)"

msgid "Small integer"
msgstr "Niver anterin bihan"

msgid "IPv4 address"
msgstr "Chomlec'h IPv4"

Expand All @@ -590,9 +599,6 @@ msgstr "Niver anterin bihan pozitivel"
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (betek %(max_length)s arouez.)"

msgid "Small integer"
msgstr "Niver anterin bihan"

msgid "Text"
msgstr "Testenn"

Expand Down Expand Up @@ -738,21 +744,24 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""

msgid "ManagementForm data is missing or has been tampered with"
#, python-format
msgid ""
"ManagementForm data is missing or has been tampered with. Missing fields: "
"%(field_names)s. You may need to file a bug report if the issue persists."
msgstr ""

#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgid "Please submit at most %d form."
msgid_plural "Please submit at most %d forms."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[4] ""

#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgid "Please submit at least %d form."
msgid_plural "Please submit at least %d forms."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
Expand Down Expand Up @@ -1249,7 +1258,7 @@ msgstr ""
msgid "Index of %(directory)s"
msgstr "Meneger %(directory)s"

msgid "Django: the Web framework for perfectionists with deadlines."
msgid "The install worked successfully! Congratulations!"
msgstr ""

#, python-format
Expand All @@ -1258,9 +1267,6 @@ msgid ""
"target=\"_blank\" rel=\"noopener\">release notes</a> for Django %(version)s"
msgstr ""

msgid "The install worked successfully! Congratulations!"
msgstr ""

#, python-format
msgid ""
"You are seeing this page because <a href=\"https://docs.djangoproject.com/en/"
Expand Down
Binary file modified django/conf/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.