Compare commits

...

513 Commits

Author SHA1 Message Date
c9de5aa27b Apply all patches up to CVE-2023-36053 2023-07-24 15:46:31 -07:00
Luke Plant
9d67bfadf8 [1.10.x] Linked to prefetch_related_objects func in DB optimization docs.
Backport of e283c1a from master
2017-11-23 21:37:51 +03:00
Tim Graham
1738592bd0 [1.10.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Backport of d392fc293c9439c19451e152f9560f24d1659563 from master
2017-11-16 10:39:26 -05:00
Tim Graham
260bc84901 [1.10.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
As of ccbba98131ace3beb43790c65e8f4eee94e9631c, both examples don't use
a join.

Backport of 44a6c27fd461e1d2f37388c26c629f8f170e8722 from master
2017-09-06 19:32:27 -04:00
Tim Graham
79a9afe5b3 [1.10.x] Added 2017-12794 to the security release archive.
Backport of 79ae5811c7b06b6462f9411b6665241a4e98bedb from master
2017-09-05 12:33:39 -04:00
Tim Graham
0d7f0c00af [1.10.x] Post-release version bump. 2017-09-05 11:37:54 -04:00
Tim Graham
e4e44b92dd [1.10.x] Bumped version for 1.10.8 release. 2017-09-05 11:25:27 -04:00
Tim Graham
58e08e80e3 [1.10.x] Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technical 500 debug page.
This is a security fix.
2017-09-05 11:19:56 -04:00
Tim Graham
fba3c96a74 [1.10.x] Added stub release notes for security releases. 2017-09-05 11:19:56 -04:00
Michael
db7dfbff53 [1.10.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.
And made an example use naming consistent with the rest of the doc.

Backport of 3f2b1d926bb3a72b4c3d2cd958455ebb9b4ca458 from master
2017-09-04 14:41:26 -04:00
Berker Peksag
2f3613aae6 [1.10.x] Fixed typo in docs/releases/1.10.txt.
Backport of d81c86d32c6b716e49288c22c80ceb6ee924531f from master
2017-09-04 08:40:32 -04:00
Berker Peksag
88b15eb34d [1.10.x] Fixed typos in docs/releases/1.10.txt.
Backport of 90fcf0fce7a9029ae0993eec7020ac23834fc328 from master
2017-09-02 09:09:37 -04:00
Berker Peksag
8ba5811feb [1.10.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378666e6d5f6cabc9e485c9db2618ff88 from master.
2017-08-21 12:13:50 +02:00
Tim Graham
88b290470a [1.10.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Backport of 108ff788cbcd0e1f492d1494dc95e7b2165340fd from master
2017-06-09 12:43:28 -04:00
Lachlan Musicman
7b2d4a95dc [1.10.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
Backport of 00093daec9cc61d8af7fcebdbe58e263bea935a3 from master
2017-06-02 09:17:45 -04:00
René Fleschenberg
4cb5141291 [1.10.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
Backport of a30482a4b6e5d13e7325238fdc902fbca7e714f4 from master
2017-05-30 17:16:18 -04:00
Mariusz Felisiak
1110e6f665 [1.10.x] Fixed gis_tests.geoapp test with incorrect geodetic coordinates.
The latitude coordinates exceed -90, 90 bounds and caused a test failure
on Oracle 12.2.

Thanks Michał Wierzbowski for help preparing the patch.

Backport of 037d6540ecb7a60dca99162f6adedb2d879fa3ff from master
2017-05-30 08:42:09 -04:00
Tim Graham
b59195db80 [1.10.x] Removed incorrect "required" attribute in docs/ref/forms/fields.txt.
Backport of 17ed0d36bc3c380b7d8a0a30ceda09d98ab74fd4 from master
2017-05-29 18:01:41 -04:00
Tim Graham
dc4160ecc0 [1.10.x] Fixed #28239 -- Removed docs for a removed arg of template.Context.
Backport of 0ea321193a1d7f857544760e12058303edd51362 from master
2017-05-25 13:18:33 -04:00
Tim Graham
d4112525e4 [1.10.x] Removed usage of deprecated sphinx.util.compat.Directive.
Backport of cb16458c4f91fe43b898b55b04fb177e914ac3af from master
2017-05-24 10:49:58 -04:00
Dmitry Shachnev
753acae9f2 [1.10.x] Fixed docs build with Sphinx 1.6.
Backport of f370bfb10878918eae8db9985e0856949fa65d3a from master
2017-05-24 10:01:42 -04:00
Paolo Melchiorre
85dc4be21f [1.10.x] Fixed typos in docs/topic/db/search.txt.
Backport of eac396a5d08a2c7424cd897b54360531dc0ceae5 from master
2017-04-08 07:26:42 -04:00
Tim Graham
fd7105e130 [1.10.x] Added CVE-2017-7233,4 to the security release archive.
Backport of b749c980a066a15b58b236656e57b66073a35a52 from master
2017-04-04 21:52:17 -04:00
Tim Graham
a41d7e7380 [1.10.x] Post-release version bump. 2017-04-04 12:16:32 -04:00
Tim Graham
e75c188d1c [1.10.x] Bumped version for 1.10.7 release. 2017-04-04 10:19:34 -04:00
Tim Graham
f824655bc2 [1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
This is a security fix.
2017-04-04 10:17:35 -04:00
Tim Graham
2a9f6ef71b [1.10.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
This is a security fix.
2017-04-04 10:17:35 -04:00
Tim Graham
15eb3b4c03 [1.10.x] Added stub release notes for security releases. 2017-04-04 10:17:35 -04:00
heathervm
83331d1ed0 [1.10.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
2017-03-31 10:17:17 -04:00
Tim Graham
ab38f4b27b [1.10.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
2017-03-28 10:38:36 -04:00
Claude Paroz
16b97a2ceb [1.10.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
Backport of 6585ebebaaa58aeef45210a3119dbaa322f8baca from master
2017-03-27 12:53:33 -04:00
Stefano Rivera
72d4b39c7a [1.10.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965.
Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 from master
2017-03-25 16:00:20 -04:00
Sergey Fedoseev
9392e3541b [1.10.x] Removed MySQL (unsupported) from Perimeter docs.
Backport of e32265de1a68361ea078f49877ccb0f742508728 from master
2017-03-17 07:48:51 -04:00
Mariusz Felisiak
e7c61ff3a6 [1.10.x] Fixed nondeterministic ordering test failure in model_forms.
Backport of 2767ef3ca7 from master
2017-03-17 10:04:48 +02:00
lb1c
e0bd66d024 [1.10.x] Fixed incorrect import in docs/ref/models/expressions.txt.
Backport of 36f2262741311159e5c13eb5114fb9e902e2df31 from master
2017-03-15 08:10:15 -04:00
Mariusz Felisiak
46d602dcea [1.10.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.
Thanks Tim Graham for the review.
2017-03-11 21:46:50 +01:00
Raphael Merx
c4b8c46345 [1.10.x] Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
Backport of fd75c8f2b7070774f6e90f408cb5cddf65b8734e from master
2017-03-07 14:00:09 -05:00
Tim Graham
bae7955955 [1.10.x] Added stub release notes for 1.10.7.
Backport of 6c5348b9d2f49e0b06167ba782829e9754c05bf5 from master
2017-03-07 13:06:10 -05:00
albertoconnor
5f3fd55fe3 [1.10.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c061b58e57ea7edc12701010725537c from master
2017-03-01 15:43:03 -05:00
Tim Graham
ead5b14d8c [1.10.x] Fixed a backends test with psycopg2 2.7.
Backport of 49a63d08d3b3e2ac32e391d1413a4ac99429e4af from master
2017-03-01 13:19:11 -05:00
Adam Johnson
fac22535ab [1.10.x] Fixed typo in docs/releases/1.10.6.txt.
Backport of c1d652c62f4d03a36dfe5c3a93ab68076825423c from master
2017-03-01 10:16:17 -05:00
Tim Graham
235dd84a67 [1.10.x] Post-release version bump. 2017-03-01 10:13:18 -05:00
Tim Graham
320ec4ed27 [1.10.x] Bumped version for 1.10.6 release. 2017-03-01 08:29:05 -05:00
Tim Graham
06458598d4 [1.10.x] Added release date for 1.10.6.
Backport of 4f22505a9f96688f27089b49983efd5c49381298 from master
2017-03-01 08:27:57 -05:00
Tim Graham
e298ec4e94 [1.10.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.
Backport of 22eb15a18c16b93496f6e88ebe3a306daad492b1 from stable/1.11.x
2017-02-24 16:16:24 -05:00
Sergey Fedoseev
eff483ff32 [1.10.x] Fixed #27479 -- Fixed GDALClose prototype
Backport of faf8a253d3fc2d870fb7ab860581e942d2ad9fbc from master.
2017-02-23 10:26:14 +01:00
Vytis Banaitis
92ce31fd8c [1.10.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Accuracy was incorrect when dates differ by a month or more.

Backport of 4045fd56cb0f83d0f78de9aca073c7104e4cf8fd from master
2017-02-21 12:59:46 -05:00
Vytis Banaitis
75327b88a8 [1.10.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from DateField on Oracle/PostgreSQL.
Thanks Mariusz Felisiak for the Oracle workaround.

Backport of d5088f838d837fc9e3109c828f18511055f20bea from master
2017-02-16 17:24:05 -05:00
Tim Graham
4d9143d029 [1.10.x] Clarified that creating a pull request for the tutorial isn't necessary.
Backport of 57292725093eb470851b35174c10573bbf717117 from master
2017-02-16 11:34:28 -05:00
Tim Graham
3b562ebfe6 [1.10.x] Fixed GeoIP test failure with the latest data.
Backport of da2e92d25ea32a25679d99525365ac7ac8e297ee from stable/1.11.x
2017-02-14 09:11:11 -05:00
Tim Graham
5044d18e1f [1.10.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.
Backport of 103e6cf26c17ae650b7caa3956b87a215334d761 from master
2017-02-13 19:52:40 -05:00
amalia
e399272bed [1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
Backport of 2f10216f84b55920de25422842a66260219e393f from master
2017-02-13 17:16:29 -05:00
Tim Graham
714fdbaa70 [1.10.x] Refs #27807 -- Removed docs for User.username_validator.
The new override functionality claimed in refs #21379 doesn't work.
2017-02-11 13:42:51 -05:00
Tim Graham
5418af7a78 [1.10.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
2017-02-08 12:34:51 -05:00
Tim Graham
f993872e78 [1.10.x] Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().
Thanks Christian Ullrich for the report and review.

Backport of 8863c475c53f2b44113f25b749a124a5bf3a02f2 from master
2017-02-08 08:39:39 -05:00
Tim Graham
dd952d79f2 [1.10.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
Backport of 27793431cf21a82809c0c39a7c0188a2d83bf475 from master
2017-02-07 14:15:43 -05:00
Tim Graham
cd69ac06d6 [1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master
2017-02-06 21:10:44 -05:00
Ryan Castner
82e316ea54 [1.10.x] Added missing word in docs/howto/error-reporting.txt.
Backport of dbf79c5acf962a977e1498e3aab588256e7e7af8 from master
2017-01-30 15:39:40 -05:00
Arkadiusz Adamski
672aea5164 [1.10.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
2017-01-30 12:07:43 -05:00
Subhrajyoti Sen
a52b223f74 [1.10.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.
Backport of f5bf11c72b267d717dd4379ec80f9f7c5185f80f from master
2017-01-28 12:58:27 -05:00
Tim Graham
b73fabc365 [1.10.x] Removed obsolete GIS install instructions.
Backport of 4054013e002aaed4efac8e2388fa3b694b61bac5 from master
2017-01-17 13:48:18 -05:00
Ed Morley
0ecc3fc498 [1.10.x] Fixed #27739 -- Documented LabelCommand.label.
Backport of 44cce3ed00afe7a404e9f6cba0f6292223c7fe0a from master
2017-01-17 13:21:01 -05:00
Ed Morley
04446b60f2 [1.10.x] Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.
Backport of d1eda9b4ad47c7773e65d90fd882e9d07759fe41 from master
2017-01-17 13:03:47 -05:00
Claude Paroz
f3af0acb09 [1.10.x] Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.
Backport of 611ef422b173b450b1fc6f7f94eb262961b24e54 from master
2017-01-14 08:13:53 -05:00
André Cruz
6faa7a2e25 [1.10.x] Fixed outdated log level in docs/topics/logging.txt.
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.

Backport of e303739f8ee2ca1d087b527ce56f3f5bc5291049 from master
2017-01-12 13:04:52 -05:00
M Somerville
9b16503b76 [1.10.x] Fixed typo in docs/topics/db/managers.txt.
Backport of 56c87b51abca51c90cb5f2c10ec2def583bb92ad from master
2017-01-11 18:31:41 -05:00
Tim Graham
5ea2228731 [1.10.x] Fixed #27711 -- Demoted "Installing a distribution-specific package" in install intro.
Backport of 991cd69621f95acd2192ac62a08eb139d3e22215 from master
2017-01-10 09:30:59 -05:00
Maxime Lorant
ec820df8bf [1.10.x] Removed SHOUTING in doc examples.
Backport of 241e1e3cd7669c5d8869ad4297b9edf6046ed7f0 from master
2017-01-09 17:01:00 -05:00
jpic
f582db1296 [1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.
Backport of 944610a86c81f90c3c79e5440a5e2c706aa0ef62 from master
2017-01-04 19:12:37 -05:00
Tim Graham
0d9d15925c [1.10.x] Added stub release notes for 1.10.6.
Backport of a50926ede2f4ac388a962756316078f491110ba4 from master
2017-01-04 14:33:54 -05:00
Tim Graham
c80451247d [1.10.x] Post-release version bump. 2017-01-04 14:28:56 -05:00
Tim Graham
6157cd6da1 [1.10.x] Bumped version for 1.10.5 release. 2017-01-04 14:15:10 -05:00
Tim Graham
edcbab6dae [1.10.x] Added release date for 1.10.5.
Backport of 32b39619437ecb18bdd9038d062c49219f9488a8 from master
2017-01-04 13:21:06 -05:00
Tim Graham
da9b36c52d [1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
Thanks revimi for the initial patch.

Backport of c85831e4b7b5a7e4249df10327175b7251cb012d from master
2017-01-04 13:10:03 -05:00
Tim Graham
a72fa7de3e [1.10.x] Tested collectstatic's deleting of files/symlinks when toggling --link.
Backport of f60d4e704d71b8af3f5ed4651accd33851bdee23 from master
2017-01-04 13:09:33 -05:00
Tim Graham
fe409c22e1 [1.10.x] Corrected unrendered versionadded annotation. 2017-01-02 10:51:01 -05:00
vinay karanam
b0eee991e8 [1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
2017-01-02 08:40:59 -05:00
Tim Graham
5ae186812c [1.10.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.
Backport of 2b4bb78f7944adbf88f9bf3b868632707c79b5dd from master
2016-12-31 14:06:18 -05:00
Tim Graham
248e64ac99 [1.10.x] Removed nonexistent logout view context from docs.
Backport of 432b25ace0e4d2953092b81f018860eaf0bb89ee from master
2016-12-31 07:59:42 -05:00
Tim Graham
637f774952 [1.10.x] Removed links to deprecated GeoIP.
Backport of e2335deeba0ba65ac52145c8bcdc685cf603eec8 from master
2016-12-30 20:34:50 -05:00
Mads Jensen
4a6dc71cae [1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.
Backport of 398a859642636a2de0ab920befa320cd9954b49a from master
2016-12-30 13:48:12 -05:00
Adam Chainz
f5e0e15ef8 [1.10.x] Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Backport of 755406f5ff888e91bacb26f63cbddf7c036793ca from master
2016-12-28 19:43:28 -05:00
Tim Graham
3e1be301e2 [1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.
Backport of 9e734875fe7fb078aa4ef0e84578aa7e641f5563 from master
2016-12-28 07:37:21 -05:00
Tim Graham
f38f2032c5 Used a nontemporal example in QuerySet.bulk_create() in docs. 2016-12-27 10:00:03 -05:00
Mariusz Felisiak
25e8222615 [1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Backport of 3e5c5e6754648590e87725b66d11d283079728e6 from master
2016-12-27 09:29:47 -05:00
Adam Chainz
1c9f49e80f [1.10.x] Documented url()'s 'regex' parameter.
Backport of 0a9bd266ff8e042f53e25928527a29ce896b4955 from master
2016-12-22 19:16:56 -05:00
Alix Martineau
1a039e76c7 [1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.
Backport of 0a8c685447eea8fc7aa34ea444a3156ee489379f from master
2016-12-20 13:21:18 -05:00
Tim Graham
54cce02ddd [1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
2016-12-20 08:30:41 -05:00
Tim Graham
2f95b91bbe [1.10.x] Made cosmetic edits to the "What happens when you save?" docs.
Backport of e2112a5e1af001449f0d1c183261369f00e93195 from master
2016-12-17 12:06:34 -05:00
Tim Graham
0d019287ee [1.10.x] Documented how to copy a OneToOneField.
Thanks Anton Gilgur for the report and review.

Backport of 2f44fa7f069427e2da18a0f6cb2ffc29699f2ca3 from master
2016-12-17 08:59:12 -05:00
Tim Graham
e1f93e2b1e [1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.
Backport of 8dac9890a5941e7b59ea0ebebed400965941fe09 from master
2016-12-17 08:59:02 -05:00
Javier Rojas
bb9c9103e5 [1.10.x] Doc'd how ModelAdmin.list_display uses short_description.
Backport of 8ab8a8910c6f9382610cba5b06ac5c110d52b4b2 from master
2016-12-15 15:57:35 -05:00
Tim Graham
4086ff9ecb [1.10.x] Refs #27558 -- Isolated indexes test on MySQL.
MySQL schema changes must be done in TransactionTestCase.

Backport of f94475e5262abe78d9771bc353f741b20cc3c725 from master
2016-12-15 13:53:54 -05:00
Tim Graham
34c1030eb9 [1.10.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
2016-12-15 13:01:33 -05:00
Ben Wilkins
cdc343cac3 [1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().
Backport of 9524fd9133e47fa90846904f81fe91c72f331e56 from master
2016-12-15 10:33:44 -05:00
Waldemar Kornewald
0d8cdb5bc4 [1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master
2016-12-14 18:39:35 -05:00
Tim Graham
14fe184e17 [1.10.x] Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446.

Backport of e5d3f98abcdc20d64d99609bd0aa82331835b439 from master
2016-12-14 14:46:14 -05:00
Perry Roper
c2aa836c4f [1.10.x] Added Prefetch import to first use in QuerySet docs.
Backport of 3be2268992767d203159818c5353f959360808a7 from master
2016-12-14 13:57:32 -05:00
Tim Graham
7ff301ca00 [1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.
Backport of 2e9fa516fde57fd58405481034a5a08b3746b257 from master
2016-12-14 07:30:09 -05:00
Tim Graham
ce9f56bb9c [1.10.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 from master
2016-12-08 13:20:54 -05:00
ntuckovic
1b6649c6d1 [1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.
Backport of 4de8aaf7ffc91b91cbb70e9db406abe9b160575a from master
2016-12-08 13:20:33 -05:00
Doug Harris
d978b36414 [1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() docs.
Backport of 413216fb9fb36c064494fe155effc39e2888161e from master
2016-12-08 08:22:24 -05:00
Tim Graham
653d4558a5 [1.10.x] Removed some blank lines per isort.
Backport of ac06cb0e564b57b256ede98754586f36d2751b72 from master
2016-12-06 12:59:16 -05:00
Andreas Pelme
f1f4a7f5a9 [1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Backport of 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 from master
2016-12-06 12:58:40 -05:00
Sergey Fedoseev
6265ca25f3 [1.10.x] Fixed unrendered rows in GIS DB functions table in docs.
Cells in the first column must contain some text.
http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables

Backport of d4822148d09d715b742d290383fe642c0b77faba from master
2016-12-05 17:29:52 -05:00
Tim Graham
1ba49cd2c8 [1.10.x] Added stub release notes for 1.10.5.
Backport of 6d1394182d8c4c02598e0cf47f42a5e86706411f from master
2016-12-02 08:49:42 -05:00
Tim Graham
ced5ef14b8 [1.10.x] Post-release version bump. 2016-12-01 18:35:19 -05:00
Tim Graham
4c047e90b6 [1.10.x] Bumped version for 1.10.4 release. 2016-12-01 18:19:01 -05:00
Tim Graham
814541f945 [1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.
Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master
2016-12-01 17:16:06 -05:00
Ed Morley
82ce55dbbe [1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.
The MySQL backend overrides _field_should_be_indexed() so that it skips
index creation for ForeignKeys when using InnoDB.
2016-12-01 12:25:37 -05:00
Simon Charette
4074fa9145 [1.10.x] Replaced RawSQL with Cast in Coalesce doc example.
Backport of ad8f6a45eb44dbf527f915246883034c8554754c from master
2016-11-30 12:08:43 -05:00
Krzysztof Urbaniak
81b5971b1c [1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False.
Backport of b8a815e9dfea89034ede7ff786551f89af84a31b from master
2016-11-29 13:42:37 -05:00
Andrew Nester
75de55f1f3 [1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
Backport of ade52ef71f04e57e217585358cb289098260e3ec from master
2016-11-29 12:24:00 -05:00
Tim Graham
f2135fb732 [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of d7e6b8febd8c88edaa85d336c92cd8ea3687214a from master
2016-11-28 16:40:33 -05:00
Luke Murphy
e0292229d5 [1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.
Backport of c238da894216458bb548b039a754844d44f3cd80 from master
2016-11-25 07:19:32 -05:00
Daniel Musketa
471d72f81f [1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.
Backport of df2a5227c90d60bdae154ac5acc0436a6ed1f953 from master
2016-11-24 05:52:43 -05:00
Alex Scott
4f4d1a71d3 [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of da4c0e8cc90d8a43908524f6b85135e60582feb7 from master
2016-11-24 05:41:46 -05:00
Tim Graham
63696982b8 [1.10.x] Normalized casing of "custom user model".
Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 from master
2016-11-23 15:17:00 -05:00
Krzysztof Gogolewski
9f89ca41db [1.10.x] Fixed #24370 -- Recommended starting with a custom user model.
Backport of d02a03d574b6623ce0d648dd676ae278d46375fb from master
2016-11-23 14:43:57 -05:00
Ramiro Morales
a079d5ceed [1.10.x] Refs #26677 -- Simplified i18n test cleanups.
The fact that we aren't dealing with the Django source tree anymore
allows us to drop several tearDown()/addCleanup() calls that were
concerned with removing apiece files/dirs/symlinks created by test
cases, as we are covered by the removal of the parent temporary tree
anyways.

Thanks Tim Graham for advice and review.

Backport of bb7bb379e8cd91a91336946829519d64e919a1d2 from master
2016-11-23 07:18:59 -05:00
Ramiro Morales
c1bd4679e8 [1.10.x] Fixed #26677 -- Converted some i18n tests to use disposable FS tree.
This allows makemessages/compilemessages tests in `test_extraction.py`
and `test_compilation.py` to actually run isolated from each other
(unaffected by stray FS objects left by cleanup actions failures, debug
sessions, etc.) and to take advantage of the parallel tests execution
feature like most of the Django test suite.

`test_percents.py` gets slightly refactored to not inherit from the new
machinery which sets up every test case to copy and run under a
temporary tree.

Backport of faeeb84edfebecf5a5f40df9ef816e5f1cd457c6 from master
2016-11-23 07:18:40 -05:00
Daniel Musketa
d0f417be1f [1.10.x] Fixed typo in docs/topics/signals.txt.
Backport of b5ef90192fa4e1ebcf8c5d4abacb1caaefdc2008 from master
2016-11-23 06:55:22 -05:00
Henry Dang
047a62b3f7 [1.10.x] Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().
Backport of b1a9041535db5d03dab7f205669f0ab7a47de854 from master
2016-11-22 13:58:30 -05:00
Daniel Musketa
0acb83b86e [1.10.x] Updated doc links to virtualenv website.
Backport of 66505b72c58099ded7420a7f90792d5bdf48ff01 from master
2016-11-22 08:37:34 -05:00
Tim Graham
59ea6fd686 [1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.
Backport of 55adfc076030fc6be2c8d459c4c0a5c91cd4c94c from master
2016-11-21 12:53:35 -05:00
François Freitag
89d16636be [1.10.x] Refs #23811 -- Corrected git bisect run example usage.
Backport of 0783aa7debc6720306e7f345e5beace07febba64 from master
2016-11-21 06:55:31 -05:00
Jonatas CD
02ac92888e [1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Backport of b28c6ca7631e13ea29490bf51a367ab10198c74c from master
2016-11-17 12:39:56 -05:00
Tim Graham
fe8b55699a [1.10.x] Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.
Backport of 3ce212a23c55c0e2fb99a632afdf04d03cf41e74 from master
2016-11-16 07:28:51 -05:00
Mitchel Humpherys
04d4350649 [1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.
Backport of ae660cde5a426f1a843b5bfdf8aadc12a54fa143 from master
2016-11-16 07:01:17 -05:00
Simon Charette
b495d8e334 [1.10.x] Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse relationships.
Thanks Tim for the review.

Backport of 31a56e30cfb3c8e1a9373e5abdd12b5b23d5d910 from master
2016-11-15 20:50:41 -05:00
akki
d2fc204694 [1.10.x] Replaced "django" with "Django" in spelling_wordlist.
Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master
2016-11-15 17:32:16 -05:00
Jonatas CD
af0f01558b [1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Backport of 9da45ff352db1d1b7c64e5c724e9b0b31822b967 from master
2016-11-15 11:21:58 -05:00
Simon Charette
65cdded2c9 [1.10.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.
Thanks IRC alias rpkilby for the report.

Backport of 9e4fd3301d0a4e40cab8df4b51a2b04274f61da0 from master
2016-11-15 08:25:16 -05:00
Tim Graham
87e10af485 [1.10.x] Ignored flake8's newly added E305, E741, E743. 2016-11-14 18:22:39 -05:00
Jezeniel Zapanta
6a476bd229 [1.10.x] Fixed typo in docs/topics/db/multi-db.txt.
Backport of 48f45431eb588c9193408fc7b58e8ccf9c179568 from master
2016-11-11 12:41:35 -05:00
Ian Lee
25fe13d6b0 [1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 501c9930101060d63fb5c25c1dc0154a6c23b775 from master
2016-11-11 07:02:08 -05:00
Joseph Kahn
7fd379719a [1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Backport of 373c6c409c310cb61e1e9c9aff4adba379ffd0b4 from master
2016-11-09 10:27:33 -05:00
Tim Graham
3dc480fcd2 [1.10.x] Inlined a note in docs/ref/models/expressions.txt.
Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master
2016-11-09 08:21:17 -05:00
Jop Reyntjes
89d960121d [1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master
2016-11-09 07:13:24 -05:00
Mariusz Felisiak
bc74bc1f35 [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-08 16:34:32 -05:00
Claude Paroz
9b7c196294 Fixed #27455 -- Fixed contrib.auth link in Chinese translation 2016-11-07 20:27:04 +01:00
Krzysztof Żuraw
07db0e068f [1.10.x] Fixed #27133 -- Doc'd how to provide initial data with migrations.
Backport of eaa6ea2f37509f2e54de5268f32469deeff89eb9 from master
2016-11-06 12:52:09 +01:00
Leila20
a2d2d455b6 [1.10.x] Fixed typo in django/forms/widgets.py comment.
Backport of 656654fb5b82fa8d18016399c7676f310bafcd1c from master
2016-11-06 11:56:02 +01:00
Krzysztof Gogolewski
70d9effa02 [1.10.x] Adjusted documentation of migration related commands.
Backport of d1dbaeaadb659e61c8f351457c25cac1604675bb from master
2016-11-05 22:21:32 +01:00
Tim Graham
59bbacf88d [1.10.x] Updated "fork Django on GitHub" link.
Backport of b741fe397aa567dd43d3e9dbd9fb5ecca6eab412 from master
2016-11-04 05:48:54 +01:00
Pamela McA'Nulty
74e93b072a [1.10.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master
2016-11-04 05:13:10 +01:00
Tim Graham
2527d0aaaa [1.10.x] Fixed #27425 -- Removed obsolete "developers for hire" FAQ.
Backport of 58eca7c49c6059942ca99e6f08dbc626ba8638b2 from master
2016-11-03 12:50:44 +01:00
Tim Graham
b04594135f [1.10.x] Added CVE-2016-9013,14 to the security release archive.
Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master
2016-11-01 10:48:41 -04:00
Tim Graham
942dfccc46 [1.10.x] Post-release version bump. 2016-11-01 10:22:08 -04:00
Tim Graham
46b40274dd [1.10.x] Bumped version for 1.10.3 release. 2016-11-01 09:36:44 -04:00
Tim Graham
884e113838 [1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
2016-11-01 09:36:44 -04:00
Marti Raudsepp
34e10720d8 [1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
2016-11-01 09:36:44 -04:00
Tim Graham
3f8fcfbf3c [1.10.x] Added stub release notes for 1.9.11/1.8.16. 2016-11-01 09:36:44 -04:00
Andrew Nester
acacf54fa1 [1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation.
Backport of 1ce04bcce0076360623ae164afd3541a5c031af2 from master
2016-11-01 07:18:06 -04:00
Henry Dang
157607cb6c [1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10.
Backport of 9c2e1ad6a5f0ca98d68df7afdb13715921949c5a from master
2016-10-31 16:11:07 -04:00
Timothy Allen
355917f7c4 [1.10.x] Updated docs/topics/db/queries.txt examples to use print() function.
Backport of 5595db9504ca3fe431f04f853ac8b71edac012c9 from master
2016-10-31 15:23:14 -04:00
Tim Graham
052578879d [1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.
Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master
2016-10-31 15:19:21 -04:00
Krzysztof Urbaniak
a7dabe4216 [1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language.
Backport of a01d887a3ad9029ed198b6af974534fec46223f9 from master
2016-10-31 14:33:42 -04:00
Krzysztof Urbaniak
62c9894b34 [1.10.x] Added additional tests for translation's get_language_from_path().
Backport of ee06689878e87e45d3c2402dd5e3bb3ba2a79bcf from master
2016-10-31 14:33:29 -04:00
medmunds
59001ca213 [1.10.x] Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for non-Django code.
Backport of d3708aeb26032911897e213a300c8b8ea5c5a345 from master
2016-10-29 07:25:22 -04:00
Zach Wernberg
92bcc9cfbf [1.10.x] Corrected TooManyFieldsSent doctring for GET requests.
Backport of 6c994013e242bad67264d445b0bd4c0772bffdb4 from master
2016-10-27 18:45:11 -04:00
Adam Chainz
3ea9e3baf9 [1.10.x] Documented that cache keys are strings rather than bytes.
Backport of 968f61b99180a17e1752432df38f28f192c6cf86 from master
2016-10-27 15:50:06 -04:00
mark-summerfield
261c6c0447 [1.10.x] Described PostgreSQL as more scalable than SQLite.
Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master
2016-10-27 09:14:37 -04:00
Tim Graham
df66aee856 [1.10.x] Updated "running the tests" to use 'pip install -e'.
Backport of d84ffcc22b2a0dbc0a44a67d56da7e3647e2f87a from master
2016-10-27 08:44:10 -04:00
Jon Dufresne
dda9a5928a [1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Thanks Tim Graham for the review and edits.

Backport of c74378b from master
2016-10-26 19:33:25 -07:00
Thomas Güttler
72d174bc4e [1.10.x] Clarified when the post_migrate signal is sent during migrate.
Backport of 7cdc2015e37e7fd9a0e5ff7315a61086c2aad803 from master
2016-10-26 11:09:06 -04:00
David Barragán Merino
736f7e7ed7 [1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size.
Backport of b3bd3aa07c026239dd39d1a37498dfd0a2f09caf from master
2016-10-25 19:22:33 -04:00
Tim Graham
3ca9df26ba [1.10.x] Replaced Outputting PDF's "Further Resources" with a link to Django Packages.
Backport of a9d1d9528496bc5bed7c2d615a232f4ebc192676 from master
2016-10-25 11:59:52 -04:00
Marti Raudsepp
ae91fc786c [1.10.x] Updated postgresql.org links to https and made them canonical.
Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master
2016-10-25 11:43:54 -04:00
Alvin Lindstam
3a416e4ba9 [1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Backport of 6b5106b1ceec03d945c1104b21feed3e25470fe0 from master
2016-10-24 10:26:16 -04:00
Zach Borboa
3f730457d8 [1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs.
Backport of 90c3b11e873a326219a68c14a3b5dca0181e7b3c from master
2016-10-19 09:56:13 -04:00
Markus Holtermann
5677129b06 [1.10.x] Added myself to ops team.
Backport of 7eda99f03f6dfbd5a4a3f1e40e6d51842fd3268f from master
2016-10-18 18:02:06 -04:00
Markus Holtermann
d3ca290778 [1.10.x] Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user.
Backport of b5fc192b99ce92a7ccad08cca7b59b1a4e7ca230 from master
2016-10-18 11:40:45 -04:00
Riccardo Magliocchetti
64e4adbfef [1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.
Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master
2016-10-17 07:33:59 -04:00
Tim Graham
8f428c8296 [1.10.x] Updated security policy according to current practices.
Also added security release date notifications to django-announce.

Backport of af98a0a25e89816007453f3c62f3a4d525ee0405 from master
2016-10-15 07:53:29 -04:00
David D Lowe
223393a9e3 [1.10.x] Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
Backport of 424187ec4be73a36d5430901382a27c8523f446a from master
2016-10-14 13:51:48 -04:00
Kevin Christopher Henry
4045870781 [1.10.x] Refs #19705 -- Documented decorator ordering with @condition().
Backport of 9eb49af821546af1cae8f3a91aefea4b99a6478f from master
2016-10-14 07:38:22 -04:00
Tim Graham
91cc5fd4cc [1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Backport of cd09524f27b83c0ca9dabafa81265e8d8abd252a from master
2016-10-13 11:42:56 -04:00
Tim Graham
e781197d1c [1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master
2016-10-13 11:03:09 -04:00
Tim Graham
fba2c16a6f [1.10.x] Fixed nonexistent tmc.edu domain in GeoIP test.
The test was silently skipped.

Backport of e1f6eba033abea25cd6b0577bd66c655ec453325 from master
2016-10-11 19:40:34 -04:00
Nick Pope
43792137e0 [1.10.x] Fixed typo in docs/ref/checks.txt.
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
2016-10-11 10:33:07 -04:00
Tim Graham
87595c92f3 [1.10.x] Doc'd the need to provide initial for formset submissions.
Backport of 80f5a4d87a6068efe7c04bd9436f0293fbbb4db3 from master
2016-10-10 15:36:33 -04:00
Tim Graham
1c47c7e6f1 [1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt.
Backport of 19a140a1b37471e7e99f1fbb5e717b0d605a1895 from master
2016-10-08 08:08:18 -04:00
Tim Graham
be535960b1 [1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.
Backport of c60feb6999f83bfd1fdabff01f0dd4a26d72e158 from master
2016-10-07 10:25:07 -04:00
Markus Holtermann
08650ab741 [1.10.x] Updated security team roster.
Backport of f8deed7199ff35434d668d8d917a7ceed52023e7 from master
2016-10-07 10:14:48 -04:00
Adam Chainz
27d352800c [1.10.x] Doc'd that model instances with pk=None don't compare equal.
Backport of 224fe22bf1628c1feff110ce993dcb33880bf3a3 from master
2016-10-07 09:02:10 -04:00
Tim Graham
c2853807bc [1.10.x] Fixed docs typos in lines ending with a dash.
Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master
2016-10-06 11:01:47 -04:00
Aymeric Augustin
86ebc4e524 [1.10.x] Documented AppRegistryNotReady.
Backport of 5d35181de4a9d693c4702680974b30db3035a0c9 from master
2016-10-06 10:22:40 -04:00
Jonatas CD
fbf59a2967 [1.10.x] Refs #11078 -- Doc'd Meta inheritance in proxy models.
Backport of e8728f03f0bfbdb555be0a663d1608e1991d10a6 from master
2016-10-04 19:54:13 -04:00
Corey Farwell
26fd712128 [1.10.x] Documented render_to_string()'s using parameter.
Backport of 24da355686372f03ab48e2e916de48962fd7881f from master
2016-10-04 18:59:41 -04:00
Tim Graham
7652f97a5c [1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
Backport of e262f002311735869a5d8b0a8f788708322db595 from master
2016-10-04 14:03:41 -04:00
aruseni
fbd4fa2ec6 [1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.
Backport of 9e26a8331dd593c674ac94f2582093da01b070e8 from master
2016-10-04 10:18:22 -04:00
aruseni
7979d87e8c [1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.
Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master
2016-10-04 10:13:33 -04:00
Simon Charette
b12228759c [1.10.x] Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations.
Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.

Backport of 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc from master
2016-10-04 08:46:13 -04:00
Reto Aebersold
c473235bf6 [1.10.x] Fixed #27309 -- Added CallableBool.__hash__().
Backport of 3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 from master
2016-10-04 07:44:39 -04:00
Tim Graham
67fd51a54f [1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.
Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master
2016-10-03 16:05:42 -04:00
Tim Graham
f4a79d3d0c [1.10.x] Added stub release notes for 1.10.3.
Backport of bae1160c3f70a6156b36792ad4fb59e9d0b82540 from master
2016-10-01 16:13:18 -04:00
Tim Graham
8620b35bf0 [1.10.x] Post-release version bump. 2016-10-01 16:08:03 -04:00
Tim Graham
e99ebfcc14 [1.10.x] Bumped version for 1.10.2 release. 2016-10-01 15:57:40 -04:00
Claude Paroz
062b8ba37e [1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master.
2016-10-01 20:16:41 +02:00
Tim Graham
63d9ffe0d6 [1.10.x] Added release date for 1.10.2.
Backport of aa7dc2dc39e5d7911839030bd2d14feb0efa6429 from master
2016-10-01 11:49:17 -04:00
Tim Graham
bade924c03 [1.10.x] Confirmed support for PostGIS 2.3.
Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master
2016-10-01 09:12:53 -04:00
Claude Paroz
bfc9c72725 [1.10.x] Updated translations from Transifex 2016-09-30 22:10:36 +02:00
Tim Graham
f23c03ebc8 [1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master
2016-09-30 14:50:15 -04:00
Lewis Cowles
fb9f396275 [1.10.x] Fixed #27294 -- Documented UserCreationForm's fields.
Backport of 1d25eb9688f1a245737490dccf8ba54b6c907052 from master
2016-09-30 14:02:26 -04:00
Tim Graham
36c83a0d1e [1.10.x] Updated links to the current version of PostGIS docs.
Backport of cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d from master
2016-09-30 09:40:39 -04:00
Tim Graham
c37e170f7a [1.10.x] Updated links to the current version of MySQL docs.
Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master
2016-09-30 09:15:49 -04:00
Laurent
ec38aa818c [1.10.x] Fixed typos in docs/howto/deployment/checklist.txt.
Backport of bceade84a7337b1f27c3bf7ec158051128f3324b from master
2016-09-29 20:00:05 -04:00
Tim Graham
85c6a5a8c9 [1.10.x] Normalized spelling of "Web server/page" in docs.
Backport of eb4d4376fc0f3958ef8e801434ef2bb61a07b56a from master
2016-09-29 19:52:53 -04:00
Frank Wiles
ff7d5e3a0b [1.10.x] Fixed import typos in the docs.
Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master
2016-09-29 12:07:56 -04:00
Christian Bundy
818d7ba421 [1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.
Backport of 9c522d2ed8e752932bfff62d6e2940e56dee700b from master
2016-09-28 14:25:07 -04:00
Tim Graham
131098b9c7 [1.10.x] Fixed #27289 -- Corrected View.as_view() explanation.
Thanks Graham Wideman for the report.

Backport of f2ff1b2fabbe26d5e61d690c4c5a47f9582f9300 from master
2016-09-28 11:49:49 -04:00
Alasdair Nicol
63af78bbe0 [1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master
2016-09-28 06:51:11 -04:00
Austin Simmons
933ebfad06 [1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().
Backport of 0f6829a68afb91abfdea8489008ebffac3d5220c from master
2016-09-27 12:18:52 -04:00
Berker Peksag
a9fefd26dc [1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().
Backport of f7e91cac689b28fc32ca52cdeac258ec0d58b4fc from master
2016-09-27 10:42:46 -04:00
Sergey Fursov
bcdd13de93 [1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.
Allowed ServerFormatter to handle simple string messages or messages with
formatting arguments. The formatter will set the server_time variable on
the log record if it's required by the format string but wasn't passed in
extra parameters.

Backport of 6709ea4ae91b906742506ac0c42a3a272991001f from master
2016-09-27 09:48:08 -04:00
Adam Chainz
6855dac0f9 [1.10.x] Removed missing name in django.db __all__.
'backend' hasn't existed since 051c666acac770dea1af2fc223cc695f985f02f7.

Backport of b29c6c96c738bd7250a408b079dd8a4d4657849a from master
2016-09-26 19:04:52 -04:00
Tim Graham
a1c2b2095f [1.10.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
2016-09-26 18:22:14 -04:00
Tim Graham
550fa7b892 [1.10.x] Added a CVE role for Sphinx.
Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master
2016-09-26 18:22:14 -04:00
Tim Graham
8fec24f7c3 [1.10.x] Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
Backport of 8d233a2132c20d85f4e863a3eb62168f667c45df from master
2016-09-26 13:58:37 -04:00
Tim Graham
5731342dbc [1.10.x] Added release notes for 1.9.10 and 1.8.15 releases. 2016-09-26 12:57:18 -04:00
Jonatas CD
76155b85e2 [1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
2016-09-26 10:38:53 -04:00
Tim Graham
dec77af525 [1.10.x] Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.
Thanks Kifsif for the suggestion.

Backport of 8110673aafd48e9345c17458638c10fb12ab4f2a from master
2016-09-26 09:55:23 -04:00
Berker Peksag
69839e97b9 [1.10.x] Simplified has_perm() example in topics/auth/customizing.txt.
Backport of 0a6ed6b1d9dadd0916e887ff9026cf206be36a5c from master
2016-09-23 15:28:47 -04:00
Claude Paroz
90949a156a [1.10.x] Fixed #27261 -- Added missing python-brace-format marker
Thanks Maxime Vdb for the report.
Backport of 2c501203601c9610e69155c57bfe235f155344e2 from master.
2016-09-23 20:02:25 +02:00
Tim Graham
0b59ea3343 [1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.

Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master
2016-09-22 13:07:23 -04:00
Alasdair Nicol
190cd0e49f [1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SLASH=False.
Thanks strycore for the report and timgraham for suggesting the
solution.

Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master
2016-09-19 21:01:09 -04:00
aruseni
9c3f864305 [1.10.x] Fixed a typo in docs/topics/auth/default.txt.
Backport of cdde2eac5b4653ef113b892e0a7279cf79ac70c2 from master
2016-09-17 20:09:38 -04:00
zhuanyenan
ddd77d5fd3 [1.10.x] Corrected docs for return type of Field.formfield().
Backport of 17677d510f65012531a5af57fd056fb15cfe1067 from master
2016-09-17 14:28:08 -04:00
Tim Graham
393b1c6d45 [1.10.x] Fixed typo in tests/migrations/test_loader.py.
Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master
2016-09-16 12:56:41 -04:00
Tim Graham
740dde1afc [1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master
2016-09-15 19:53:26 -04:00
Michael Scott
416004c043 [1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.
Backport of 3c447b108ac70757001171f7a4791f493880bf5b from master
2016-09-14 20:14:29 -04:00
Jeff Willette
ca825b1779 [1.10.x] Fixed #27216 -- Corrected import location in admin deprecation messages.
Backport of 7148929a5ef4a5fb8332a43f7d39394618313476 from master
2016-09-13 13:46:01 -04:00
Tim Graham
3c9f6eb0c0 [1.10.x] Removed an empty test app.
Backport of 94b838387c2a7f398c9bad7f5faa86ac4aedcade from master
2016-09-12 18:51:46 -04:00
Tim Graham
1701fd3d3c [1.10.x] Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
Backport of c2e94bd8df9703b4565af7e180bcc043ae339055 from master
2016-09-12 16:05:53 -04:00
Simon Charette
23cf7e50d1 [1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
Thanks Valentin Ignatyev for the report.

Backport of 767ba009764c6640b20ea6a6dc6ee2559cc87800 from master
2016-09-12 08:07:43 -04:00
Tim Graham
244c4c06f9 [1.10.x] Normalized spelling of ETag.
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
2016-09-09 11:00:58 -04:00
Nicola Jordan
1f3c66fe9f [1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
Backport of 978a00e39fee25cfa99065285b0de88366710fad from master
2016-09-07 15:28:59 -04:00
Ankur Gupta
9a03d30d94 [1.10.x] Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
Backport of 40d501147176352b694ec8b67b09127b20193ad2 from master
2016-09-07 14:16:33 -04:00
Markus Gerards
baa1790b4d [1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
Backport of 2b64ff68cc375b5688174b4087bf44be9edd2558 from master
2016-09-07 11:19:25 -04:00
Tim Graham
a41405175a [1.10.x] Added stub release notes for 1.10.2.
Backport of de7f9758aca472a5dfd94a46ec272b847229940f from master
2016-09-07 11:19:16 -04:00
Chris Jerdonek
d923733234 [1.10.x] Fixed #27172 -- Closed database cursor explicitly in two doc examples
Backport of ccf7adb064a70eb1b1ec5857f1dd54988f5c983c from master.
2016-09-07 12:16:31 +02:00
Tim Graham
fd183e1f81 [1.10.x] Doc'd how to remove old references in migration files.
Backport of 5bd967e1c52bfe811daffaccd3ef8964f8a3cb35 from master
2016-09-02 10:03:03 -04:00
Jeff Willette
2216cb5303 [1.10.x] Fixed #27099 -- Documented list filter's has_output() method.
Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master
2016-09-02 09:42:52 -04:00
Tim Graham
2a51cad8de [1.10.x] Post-release version bump. 2016-09-01 19:20:15 -04:00
Tim Graham
2389ae7f2d [1.10.x] Bumped version for 1.10.1 release 2016-09-01 18:53:32 -04:00
Shai Berger
57f7d8968d [1.10.x] Refs #25850, #27142, #27110 -- Documented migration history consistency checks.
Backport of c93ac9cf42bff259ab71b70a89b693b9c38e4666 from master
2016-09-01 18:50:09 -04:00
Tim Graham
02c6122938 [1.10.x] Added release date for 1.10.1.
Backport of 894df3e327587793348ca50cff65c13df0a0b867 from master
2016-09-01 16:25:23 -04:00
Tim Graham
3e913d2141 [1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks respect database routers.
Partially reverted refs #27054 except for one of the tests as this
solution supersedes that one.

Thanks Shai Berger for the review.

Backport of 098c07a03286b5ed133102733e67a83061647ea0 from master
2016-09-01 16:19:49 -04:00
Riccardo Magliocchetti
51e5ca4462 [1.10.x] Clarified URL regex check message with respect to include().
Backport of 7ed8b98f42cd3a9fa530bbb764d3d79230e0a7a7 from master
2016-09-01 14:06:59 -04:00
Claude Paroz
0a81f540c9 [1.10.x] Refs #27162 -- Complemented docs related to CreateExtension
Thanks Tim Graham for the review.

Backport of 6b54504e667da3f6bc53b887ffd7e8cc113a94b1 from master
2016-09-01 14:06:22 -04:00
Tim Graham
2078b187f7 [1.10.x] Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
Backport of 789f9c9b29dc79c3007b2b31cb75cf8d037f266d from master
2016-09-01 09:53:51 -04:00
Alex Hill
db3eabfae5 [1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.
Backport of d9c083cfee853272ded14c6c87623e910c9e81c4 from master
2016-09-01 09:18:34 -04:00
Ed Morley
e19490d4b1 [1.10.x] Made settings docs link to cache parameters more specific.
Backport of 1d54fb4483f034d2dced86f1b012671c8ee6ef5d from master
2016-08-31 12:31:51 -04:00
Olexander Yermakov
7c57f5cf8c [1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Thanks Tim for the review.

Backport of b7fb608142a0be568bc5dce952de5e6aefc2488c from master
2016-08-31 08:28:47 -04:00
Mike Fiedler
c6c1d940c1 [1.10.x] Fixed typo in docs/topics/testing/overview.txt
Backport of b961b51eaf5b57fabcee89ca09a76fdebfd6500d from master
2016-08-31 07:35:09 -04:00
Tim Graham
f79dce16bc [1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.
Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master
2016-08-30 21:41:27 -04:00
Ed Morley
255456becd [1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.
Backport of 674e3fe13e5156344bfafbea59018b8837eb3044 from master
2016-08-29 16:28:22 +01:00
Ed Morley
306545d805 [1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the same test run.
Backport of 047c1d48a613cc2a16f078a9094cc799f06e6b0c from master
2016-08-29 16:28:16 +01:00
Ed Morley
547c7e6756 [1.10.x] Refs #27132 -- Added pylibmc to test requirements.
Backport of 5d978c46216df53884fbca590a9abe660a739774 from master
2016-08-29 16:28:02 +01:00
Ed Morley
5756edd46d [1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.
The first half of the test fails when using pylibmc (so will need
to be skipped).

Backport of cfd1f93d55d3b9317bdf26b426fe21d935ab3399 from master
2016-08-29 10:26:41 -04:00
Ed Morley
fb8eea5680 [1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached tests.
Since the `cull` and `zero_cull` test cache configs set `MAX_ENTRIES`
and `CULL_FREQUENCY` in `OPTIONS`, which are only intended for use with
the locmem, filesystem, and database backends. This prevents test
failures once refs #20892 is fixed.

Backport of 606a303856afee684563f9349c2a55578854f1ba from master
2016-08-29 10:24:13 -04:00
Tim Graham
4541ff2e39 [1.10.x] Added Django 1.11, 2.0 to Python version support table.
Backport of 38cf9ef390eb0cd0703d99893f826153865f6ba6 from master
2016-08-26 17:23:09 -04:00
Baptiste Mispelon
0cb1032982 [1.10.x] Fixed incorrect variable name in {% regroup %} docs.
Backport of 7968bb7fada503b79d8b0e8c92aa076d60c17241 from master
2016-08-26 16:25:39 -04:00
Tim Graham
325dd0befe [1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
Backport of 4bc6b939944183533ae74791d21282e613f63a96 from master
2016-08-24 19:37:04 -04:00
Berker Peksag
c4ee93128f [1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
Backport of 3c18f8a3d2f61669493f9ff2015ddc027eada3d6 from master
2016-08-24 13:23:50 -04:00
Tim Graham
6f006f40f7 [1.10.x] Fixed #27104 -- Corrected shell example in tutorial 5.
Backport of cf2cd4053fe3eed50ab2b7269ed72d25712c970a from master
2016-08-24 10:08:54 -04:00
Tim Graham
c135adda8e [1.10.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c43091f792dd711e6a5ca7a708b12ad from master
2016-08-24 09:00:06 -04:00
Simon Charette
0b454804db [1.10.x] Fixed #27100 -- Included already applied migration changes in the pre-migrate state.
Refs #24100.

Thanks Tim for the review.

Backport of d5c4ea524679a787fe11c927448e44e95646096b from master
2016-08-24 01:38:30 -04:00
Simon Charette
1c60765d63 [1.10.x] Fixed #27044 -- Included already applied migration changes in the post-migrate state when the execution plan is empty.
Refs #24100.

Thanks tkhyn for the report and Tim for the review.

Backport of d1757d8df486b689172d2584ded52fad916bcc33 from master
2016-08-24 01:37:53 -04:00
Tim Graham
46f604244a [1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Backport of ad25fe73506d80ffcaac135ad0a8d09552b70d70 from master
2016-08-23 20:48:29 -04:00
Tim Graham
6be255a22a [1.10.x] Fixed #24650 -- Documented how to change an unmanaged model to managed.
Backport of 80c03b06ad1461c1a07091806dc0414a4e98905e from master
2016-08-23 17:35:55 -04:00
Collin Anderson
4073780219 [1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260

Backport of 384f89f8f843953ac11cf211f85291b5c14baeb9 from master
2016-08-23 16:06:41 -04:00
Helen Sherwood-Taylor
ae0f55eb49 [1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.

Backport of bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8 from master
2016-08-20 10:02:22 -04:00
Tim Graham
7c0c3fb6b1 [1.10.x] Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.
Backport of 9f27735612fc775380d7801c68af0ea1c97cf5a3 from master
2016-08-19 19:23:51 -04:00
Tim Graham
f878b860d1 [1.10.x] Fixed #27085 -- Corrected a screenshot in the tutorial.
Backport of 44c306218ff5f1b1748040ee3ffd767c4bc33533 from master
2016-08-19 18:05:30 -04:00
Abhishek Bera
a77d979cbd [1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.
Backport of f3b601f11a7b56777ac1173a390787d176f95fe3 from master
2016-08-19 17:17:57 -04:00
Tim Graham
33783a9e06 [1.10.x] Fixed #26571 -- Corrected recommendation for converting timestamps to tz-aware datetimes.
Backport of d60386d0f5333c7fef4c5906a3358b00cf9de3bf from master
2016-08-19 14:47:38 -04:00
Vincent Zhang
e5103de2d1 [1.10.x] Refs #26747 -- Corrected a method name in tutorial05.
Backport of 7b08e01c1358aedbd46fa26c91d4613d642ff609 from master
2016-08-19 11:10:40 -04:00
Brightcells
557c1a6a42 [1.10.x] Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
Backport of d301c61bcb72af864229e51d2ebc6076bea1e5ff from master
2016-08-19 09:16:31 -04:00
Tim Graham
a033b351b5 [1.10.x] Refs #25854 -- Completed a RequestContext docs example.
Backport of f8c338ec6a372841559e3134cf4d4329c460f8c7 from master
2016-08-18 21:13:47 -04:00
Tim Graham
3342f24ff6 [1.10.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.
Backport of 518eaf1fa2d86dc1b0ba7adba22b30bcc8f3a497 from master
2016-08-18 21:09:02 -04:00
Loïc Bistuer
21f18e5372 [1.10.x] Fixed #27073 -- Removed duplicated managers in Model._meta.managers.
Backport of d4eefc7e2af0d93283ed1c03e0af0a482982b6f0 from master
2016-08-19 01:27:43 +07:00
Timothy Allen
0cab98e084 [1.10.x] Corrected text from Python's Windows installer.
Backport of 8cd900c8193198080672603f0f266a4e8df78860 from master
2016-08-18 14:05:28 -04:00
Jim Nicholls
16f032e69f [1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Backport of 76ab8851181675a59425f9637bdbf3f2de95f6f1 from master
2016-08-18 08:45:41 -04:00
Chris Lamb
c24a47b3e6 [1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
Backport of 97513269d73520d10722bbd10404be6ac4d48d07 from master
2016-08-17 21:19:22 -04:00
Mattias Loverot
04f0c2ab39 [1.10.x] Fixed #27069 -- Doc'd which gettext functions may be aliased as _.
Backport of 35ea6d83c8ecea76f49da26d6646c8d21936500f from master
2016-08-17 16:35:19 -04:00
Kevin Christopher Henry
3db01b2d58 [1.10.x] Fixed #26616 -- Clarified model usage in AppConfig.ready().
Backport of ff445f4c19a0fdf6696c99efefa38b1409b8709f from master
2016-08-17 10:35:29 -04:00
Jon Dufresne
f6af24fe40 [1.10.x] Fixed incorrect doc reference to Field.initial.
Backport of 4773ed2e313c67ed9d4a77d5fe24ca7ed34172cf from master
2016-08-17 10:27:46 -04:00
Tim Graham
8df2da3637 [1.10.x] Fixed #19222 -- Documented that default managers aren't used for related queries.
Backport of 8fb53c50ce1c759c740960c9e1cef3cef39cabc5 from master
2016-08-16 13:13:10 -04:00
Tim Graham
020ba4bf91 [1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Thanks Sergei Maertens for the report and patch.

Backport of 937d752d3deabebe60dfbe9ff9823772730f336a from master
2016-08-15 15:40:34 -04:00
Tim Graham
54771f6605 [1.10.x] Refs #13408 -- Removed obsolete code/comments from {% for %} unpacking deprecation.
Backport of ba749f8f87dd60b20aeaefb84ee182f192746ebf from master
2016-08-15 15:40:31 -04:00
Daniel Wiesmann
201198136d [1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.

Backport of 89f17e7caf0d1e70417253d135607c9fd6ebac56 from master
2016-08-15 14:23:48 -04:00
Timothy Allen
7d11d61087 [1.10.x] Documented how allow_migrate() interacts with makemigrations.
Backport of df92f6f2e3ad2c6b1e4da7f4225d313e2640d30f from master
2016-08-15 13:35:05 -04:00
Victor Oliveira da Silva
dad8ec49c4 [1.10.x] Made cosmetic edits to Field.default docs.
Backport of d7804662f8d929a3d363ef7a73e6cad9243acd96 from master
2016-08-15 10:46:02 -04:00
Tim Graham
eea74edc70 [1.10.x] Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_properties.
Backport of 9556005425ca3d1c8c2a0e8b48e228e63a0bdd32 from master
2016-08-12 18:49:42 -04:00
Tim Graham
f8307c4b8c [1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.
Backport of e1acc9dc6638379513648b301e870ff2a40001fd from master
2016-08-12 18:04:03 -04:00
Jon Dufresne
d8cda352b1 [1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.
Backport of fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64 from master
2016-08-12 13:59:23 -04:00
Tim Graham
13fd711f10 [1.10.x] Fixed typo in docs/releases/1.9.txt
Backport of 5eab1f6f8348497e87c19112786efb970e41f36e from master
2016-08-12 07:30:05 -04:00
Kevin Christopher Henry
80e0ff7f91 [1.10.x] Documented the cache_control() decorator.
Backport of b785927b442d1e4b59f2afa40729a4ca1a7ed3ab from master
2016-08-11 16:48:43 -04:00
Moritz Sichert
6977eaf844 [1.10.x] Refs #23960 -- Documented how to restore absolute redirect URLs.
Backport of 08b8c4697112e8dae90e72afc7d85bd31ead0410 from master
2016-08-11 16:36:21 -04:00
Tim Graham
ff1f46444c [1.10.x] Clarified session verification with respect to the current session.
Backport of 4c2a6fe75bad592972eafc79debc35bf944f38f7 from master
2016-08-11 12:12:26 -04:00
Tim Graham
adca9effe7 [1.10.x] Fixed #27050 -- Corrected django.setup()'s parameter name in docs.
Backport of 6b83f61e72637326605614d8a8e9e0077040d994 from master
2016-08-11 07:04:59 -04:00
an0o0nym
c52350bc6c [1.10.x] Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.
Backport of c412aaca735c7cc1c766b85c1512f9ff434ce63a from master
2016-08-10 19:52:49 -04:00
Sergey Fedoseev
7eefb39706 [1.10.x] Documented GeoHash's precision parameter.
Backport of 0d18b065622d0a06929cd6ffd07b010964473430 from master
2016-08-10 16:32:30 -04:00
Tim Graham
3fff7d3abb [1.10.x] Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at the model level.
Backport of 796cc620269bcefa36e7bbf5f1a63855f00b8ea8 from master
2016-08-10 15:52:37 -04:00
Tim Graham
0254985317 [1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Backport of 1e32e1cc951ac9bada52aa20a9523acc7cc6ecb3 from master
2016-08-10 11:27:29 -04:00
an0o0nym
7c04223c01 [1.10.x] Fixed #26952 -- Added tips for installing test suite dependencies.
Backport of 2b759c94c562c9ee9b6ca970739be15014050fda from master
2016-08-09 18:41:32 -04:00
Tim Graham
de2604db94 [1.10.x] Removed obsolete note about Sphinx version required for building docs.
Backport of cd58f13fb68d413443dae74ded5c781a2a285d9f from master
2016-08-09 18:13:05 -04:00
Claude Paroz
246e516f29 [1.10.x] Unified SpatiaLite spelling
Backport of ade681b9ad2a97833cd3f06530fba01e51250b32 from master.
2016-08-09 18:48:57 +02:00
Ville Skyttä
630613d719 [1.10.x] Fixed #27041 -- Documented that built-in middleware are compatible with MIDDLEWARE and MIDDLEWARE_CLASSES.
Backport of f95bd89e827d6ee46cc6c736dadc25a10ae25fc9 from master
2016-08-09 08:07:01 -04:00
Ed Morley
233ec837f6 [1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2

Backport of 8c3bc5cd7801a307a0bc2969abebe7a6ca48d17f from master
2016-08-08 20:22:09 -04:00
Claude Paroz
c66f5d058a [1.10.x] Fixed typos in db-api GIS docs
Backport of 1b0287b4b8e76e17a2e1157d56e41e3df0c72674 from master
2016-08-08 10:03:57 -04:00
Adam Zapletal
06ba492611 [1.10.x] Fixed #27028 -- Clarified failed parallel tests message.
Backport of 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 from master
2016-08-08 09:24:31 -04:00
Sjoerd Job Postmus
2f18cbc313 [1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
Backport of 3246d2b4bb981a8d782a349a99e9b89206028cee from master
2016-08-06 10:25:29 -04:00
Ben Demboski
d68b145a6f [1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
Backport of fc8f097117af7ada616fad20ae5b417fcf740413 from master
2016-08-06 08:42:17 -04:00
Adam Zapletal
9f79fe756f [1.10.x] Fixed a few grammar issues in working-with-git doc.
Backport of 4f113483d7ce642518883956e338be8d178e6a55 from master
2016-08-06 08:12:09 -04:00
Jarek Glowacki
1e16e141ac [1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
Backport of d117567c7d65c3c28858c4dfc771483b182075e4 from master
2016-08-05 18:11:38 -04:00
Chris Jerdonek
bfd8f16fbd [1.10.x] Edited docs of test.utils.setup/teardown_test_environment().
Backport of 42f9d65107692528583786a0695e26e2cbfc51a0 from master
2016-08-05 17:41:49 -04:00
Liz Lemon
0d82389adf [1.10.x] Edited multi-db topic guide for grammar and clarity.
Backport of ea65c7cb4819cf18ac66215bc7b4df4af3fbe5ad from master
2016-08-05 12:56:12 -04:00
Tim Graham
bcdf6c190a [1.10.x] Fixed #26986 -- Documented force_login() delegation to auth backends.
Backport of 3c20aa49d746471ea55e106796cc1d349a5769b8 from master
2016-08-05 10:56:04 -04:00
Tim Graham
4a0c9e0545 [1.10.x] Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
Backport of 967aa7f6cc720b11e38b7e0cbeffc2c95c64fa05 from master
2016-08-04 10:57:57 -04:00
Claude Paroz
6757c94662 [1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Thanks weidwonder for the report.
Backport of 272eccf7ff0ced609e5a5e3bb6b4a40e773e0e66 from master.
2016-08-04 16:07:11 +02:00
Tim Graham
dcebeea270 [1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Backport of 5c63b3e5a797102d915e1683971517f747a28013 from master
2016-08-03 14:01:08 -04:00
Tim Graham
348406c381 [1.10.x] Fixed a GeoIP test failure with the latest data.
Backport of 4a696bbe13383b14b2762cc5accd45849e9dcfba from master
2016-08-03 11:16:15 -04:00
Alex Hill
86ae2b22ae [1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
Backport of c5ebfda00226e3695cadbc13ea9ce4c5951d3ed0 from master
2016-08-03 10:53:42 -04:00
Sergey Yurchenko
a8b8ef114d [1.10.x] Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Backport of 4e64e3bb6e96a50b057bc1144fba3efdee7dfc10 from master
2016-08-03 09:14:27 -04:00
Tim Graham
b00a3f1720 [1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Backport of f4b1f972dc69e519a78182353e43701a17bb43aa from master
2016-08-03 08:54:16 -04:00
Tim Graham
7dd8e53cc8 [1.10.x] Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
Backport of ccd5a23fba91e66656bb19b60bb6d737cab728f5 from master
2016-08-02 19:13:40 -04:00
Tim Graham
fa4b5c1b93 [1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibility.
Thanks marktranchant for the report and review.

Backport of 54afa960d1ee8c63635225a0f0a2489971b5aab5 from master
2016-08-02 11:26:40 -04:00
Tim Graham
11c5c3b801 [1.10.x] Fixed #26991 -- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NULL doesn't return a result.
Backport of 431cbd115b9aac22a539682820742d9966237a84 from master
2016-08-02 10:52:49 -04:00
Tim Graham
d5dbf2e166 [1.10.x] Fixed admin_utils test failures due to translation updates.
Backport of 24123c31362b5f3783d84d133c160e9fe16805fe from master
2016-08-01 15:44:20 -04:00
Tim Graham
b8af4c17e8 [1.10.x] Added stub release notes for 1.10.1.
Backport of 9af0a587569b4b2379b8443c7c4d1c4dee0057a9 from master
2016-08-01 14:57:46 -04:00
Tim Graham
11ac8ccd67 [1.10.x] Post-release version bump. 2016-08-01 14:33:50 -04:00
Tim Graham
e18ddd07f0 [1.10.x] Bumped version for 1.10 release. 2016-08-01 14:22:50 -04:00
Tim Graham
7c9b0c4b60 [1.10.x] Added release dates for 1.10 and 1.9.9
Backport of 95b47c009b7d3af4aeceb24dd49e6a442faede4c from master
2016-08-01 13:55:31 -04:00
Claude Paroz
f19cadd391 Pulled contrib translations from Transifex 2016-08-01 19:44:19 +02:00
Claude Paroz
760f076786 Pulled core Django translations from Transifex 2016-08-01 19:43:56 +02:00
Jon Dufresne
6a3f31fa33 [1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master
2016-08-01 10:49:37 -04:00
Tim Graham
ddcf7dbae7 [1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Thanks Liz Lemon for the report and investigation and
Claude Paroz for the test.

Backport of aad46c3e370e105f9117a337924090d05f1b001d from master
2016-08-01 07:57:25 -04:00
Claude Paroz
39387efbba [1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget initialization
Backport of f530b4fdfc2be3c2a0edcf38ebeb12bb5a4f0b83 from master.
2016-07-31 20:40:17 +02:00
Tim Graham
83b950e9ff [1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relations.
Backport of 5fa4370543658aedd79dc554d8c52684d6c7cbca from master
2016-07-30 20:50:54 -04:00
Tim Graham
c6e5878410 [1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
Backport of 4e861682904744b0ea3ead8552513c6f1a826c5a from master
2016-07-30 20:45:37 -04:00
Ana Balica
ec19166b1f [1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt.
Backport of 36fbf9b7d1870121269a09540d689ffc16a56d74 from master
2016-07-30 09:27:21 -04:00
Tomas Pazderka
d61dbc20cf [1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
Backport of b820b6108a7d3f11ec18774d16d657f4f63fe9fa from master
2016-07-29 14:16:03 -04:00
Tim Graham
8735710def [1.10.x] Fixed a typo in tests/middleware/test_security.py
Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master
2016-07-28 22:01:12 -04:00
Sergey Fedoseev
25581e6382 [1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
Backport of 4178488881f4e703c4e47ea78720dd61e0230ce5 from master
2016-07-28 18:09:47 -04:00
Sergey Fedoseev
9805726ddc [1.10.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.

Backport of 9031a4c13bdb1ee4d0f1253fcfcad73d26c25740 from master
2016-07-28 17:12:57 -04:00
Kenneth Schnall
7997c65019 [1.10.x] Removed extra periods in docs/howto/static-files/index.txt headers.
Backport of cd2e4293cbf3416af6c478c5aaab711cae88892c from master
2016-07-27 13:50:45 -04:00
Olexander Yermakov
714e287d9a [1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.
Backport of 68de48c96328e13d5dbdb1f3006e4a1ca74f3c34 from master
2016-07-27 08:43:07 -04:00
Tim Graham
3744fc1666 [1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
Partially reverted refs #25532 to fix a regression in Django 1.10.
This reintroduces a crash for disabled forms.JSONField (refs #26949),
however, that issue is also present on Django 1.9.

Thanks Ryan Schave for the test.

Backport of a5f85d891b51d7ceb4f9e422e3e4f5c741062288 from master
2016-07-27 08:36:49 -04:00
Alex Hill
d53e3c1e07 [1.10.x] Fixed #26915 -- Fixed regression handling responses returned from view middleware.
Backport of 44a6b4028033890d4a3832875c774db321182de6 from master
2016-07-25 13:46:44 -04:00
Tim Graham
13c107b149 [1.10.x] Fixed #26946 -- Clarified instructions for customizing collectstatic's ignore_patterns.
Backport of ec4a6b33a9af7f7c266c92b4ffb9b0a49ee5b1eb from master
2016-07-25 10:05:56 -04:00
Markus Holtermann
738a65a597 [1.10.x] Refs #25232 -- Documented AllowAll*Backend in "new features" section of 1.10 release notes.
Backport of e69091b34a34697fe7eac38763dd372b305e1ab4 from master
2016-07-25 09:10:21 -04:00
Naved Khan
ec6b3cc6e9 [1.10.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
2016-07-25 07:01:20 -04:00
Tim Graham
a4df6577df [1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master
2016-07-25 06:25:26 -04:00
Jon Dufresne
c0026a9d2d
[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
2016-07-24 18:25:43 +02:00
Jon Dufresne
ff56d6c023
[1.10.x] Added stub release notes for 1.9.9.
Backport of b2e54aec58439adbd64fec2427d87f11945ab33c from master
2016-07-24 18:25:40 +02:00
Alex Hill
4e8ccb3274
[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a list
Backport of 971120778a7e7b7ebc2fc48275cca20a87580efe from master
2016-07-24 17:20:40 +02:00
Preetham Nosum
b4fa102503 [1.10.x] Fixed #18348 -- Documented SesssionStore.create()
Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master
2016-07-22 17:18:40 -04:00
Dmitry Dygalo
b3f96b5f73 [1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
Backport of d7a097265b1842843a73ce0da36ef98bacac8a3e from master
2016-07-21 17:06:48 -04:00
Raphaël Hertzog
2d1aeccacc [1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master
2016-07-21 13:01:10 -04:00
petedmarsh
5cc6190788 [1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.
Backport of 7bf3ba0d0c700670d13d7683eec7bd3eb3d4dd1f from master
2016-07-21 10:29:06 -04:00
Tim Graham
c8d166241f [1.10.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
Backport of a05d86a69a7f11f00032b8d7846932b139c670e0 from master
2016-07-21 10:07:24 -04:00
Simon Charette
dcf0a35b08 [1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
Thanks Trac alias karyon for the report and Tim for the review.

Backport of 271bfe65d986f5ecbaeb7a70a3092356c0a9e222 from master
2016-07-19 16:09:23 -04:00
Tim Graham
53d17f9e75 [1.10.x] Fixed a GeoIP test failure with the latest data.
Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master
2016-07-19 09:28:39 -04:00
Tim Graham
658f545b0c [1.10.x] Added CVE-2016-6186 to the security release archive.
Backport of bc53af13cbf09b0cbac945426c2d51d0ca52fff3 from master
2016-07-18 15:20:30 -04:00
Tim Graham
5623ffd5ac [1.10.x] Bumped version for 1.10 release candidate 1. 2016-07-18 11:33:14 -04:00
Tim Graham
6fa150b2f8 [1.10.x] Fixed XSS in admin's add/change related popup.
This is a security fix.
2016-07-18 11:17:19 -04:00
Tim Graham
a03ac61332 [1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.
Backport of 7c33aa8a87d323f0e8e5368705aa8ba96f9819d0 from master
2016-07-16 08:47:29 -04:00
Tim Graham
6646a396cc [1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txt
Backport of ba246bd5fe3c3c392cb0a56648542dbca435d107 from master
2016-07-15 13:43:05 -04:00
Marc-Aurèle Brothier
a8b2445a78 [1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.
Workaround a bug with MariaDB and MySQL native client not stripping the
`5.5.5-` prefix.

Backport of f8bfa806805a87d2cdd677089bd96fbf8400cb95 from master
2016-07-15 10:22:28 -04:00
Claude Paroz
cb78011402 [1.10.x] Updated contrib.postgres translation catalog 2016-07-15 09:47:30 +02:00
Claude Paroz
de9af3912c [1.10.x] Refs #26897 -- Added cleanup to i18n test 2016-07-14 22:39:28 +02:00
Claude Paroz
208eead787 [1.10.x] Refs #26897 -- Missing directory containment in i18n test 2016-07-14 21:44:47 +02:00
Marten Kenbeek
06323dafc7 [1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.
Fixed a regression in 625b8e9295d79650208bfb3fca8bf9e6aaf578e4:
improper short-circuiting could lead to a KeyError when threads
concurrently call RegexURLResolver._populate().

Backport of 389a5318a06e7e4d8f8aba14af88c4cc4ea0db47 from master
2016-07-14 14:42:23 -04:00
Claude Paroz
96a37a0266 [1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Thanks Tim Graham for the review.
Backport of 3e71f6544feca490211e88db4f449dfdb7acce39 from master.
2016-07-14 20:39:00 +02:00
Jon Dufresne
acb804e552 [1.10.x] Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.
Backport of 76e19da5b0385d4f8afda509e0b60f77f7ffc4c2 from master
2016-07-14 09:39:18 -04:00
Tim Graham
5c56ce7a3f [1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it
disables migrations all the time, not just during tests.

Backport of 944e66cb1db6614ef0644b9030dd1d75e950767c from master
2016-07-14 09:22:06 -04:00
Tim Graham
3b92272c55 [1.10.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt
Backport of a11719047711d8031dcea6a71cc5972b9ec1d48f from master
2016-07-14 08:04:53 -04:00
Tom Carrick
8c385b7697 [1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt
Backport of 46e20104609bbf78500c2bde10f75f51585ddf11 from master
2016-07-14 07:53:00 -04:00
Daniel Rice
bec0faa154 [1.10.x] Reworded a sentence in tutorial 7.
Backport of 08c723fbae9d7625599fb84f602b425e82943e15 from master
2016-07-14 07:51:02 -04:00
Jon Dufresne
1a2ee697e0 [1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
2016-07-13 21:55:25 -04:00
Andrey Fedoseev
ded5020241 [1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc.

Backport of 81963b37a92ef583b9f725f1a78dd2ca97c1ab95 from master
2016-07-12 16:20:28 -04:00
Md. Sadaf Noor
5d8332aaee [1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
Backport of 1f82b857ceb75f2d7a68e79c6a00c30bfe7f1318 from master
2016-07-12 13:46:49 -04:00
Tim Graham
a01d3d5776 [1.10.x] Linked "Features removed" release notes to corresponding deprecation notes.
Backport of ee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6 from master
2016-07-11 15:23:34 -04:00
Julien Hartmann
39c25b772b [1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.
Backport of f4afb85d7e900123fa8f88110adc011ab184e153 from master
2016-07-11 13:34:18 -04:00
Baptiste Mispelon
4b6560f5a9 [1.10.x] Fixed numpy deprecation warning silencing in template_tests.
Backport of 418658f453bed7fe7949dda26651aab370003e6a from master
2016-07-09 10:24:27 -04:00
Loïc Bistuer
a2af2420ce [1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.
When both parent and child models had managers with the same name and
a migrations opt-in both were added to the migration state.

Backport of dab83e5ba108c08a04ae400ac5354fd73e26c6f5 from master
2016-07-09 18:12:18 +07:00
Simon Charette
cf6f0e9978 [1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.
Backport of 90468079ec6f72a1b8b6a908d81d3201a3204b24 from master
2016-07-08 12:37:24 -04:00
Sean Marlow
fda151e512 [1.10.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Backport of 8b9e16ec858c23cb65ea5de95f65a71b31521841 from master
2016-07-08 11:30:26 -04:00
Mathieu Richardoz
d58a27c349 Fixed a typo in docs/ref/contrib/postgres/search.txt. 2016-07-07 07:05:49 -04:00
Tim Graham
48a570164e [1.10.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master
2016-07-06 15:31:44 -04:00
Daniel Rice
cdb6d83f44 [1.10.x] Improved grammar in tutorial01.
Backport of 1f9deba1b312a12c47668724daf70b8fe2d56b17 from master
2016-07-06 15:25:00 -04:00
Romain Garrigues
8976d08edb [1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.
In the case of multiple-table inheritance models, get_all_related_objects() and
get_all_related_objects_with_model() don't return the auto-created
OneToOneField, but the new examples didn't account for this.

Backport of 8be84e2ac42b2556fd6fa07794b3708b143ef341 from master
2016-07-06 09:28:51 -04:00
Taylor Edmiston
87940f1f3c [1.10.x] Fixed typo in docs/topics/class-based-views/generic-display.txt
Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master
2016-07-06 08:49:02 -04:00
Jiang Haiyun
aa777cdaaa [1.10.x] Fixed a typo in auth docs.
Backport of 6d61ec0e1a4eb5768be5add9e1c44c89dacbfa7e from master
2016-07-04 11:03:28 -04:00
Leila20
2847b22f29 [1.10.x] Fixed #26832 -- Added translated language name on the get_language_info documentation
Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master
2016-07-02 20:50:51 -04:00
Md. Sadaf Noor
623ab0e6ae [1.10.x] Fixed #26829 -- Simplified version detection command in tutorial
Backport of ed1c15d8fbc17e60621ca56f67340987531e647d from master
2016-07-02 20:29:50 -04:00
Tim Graham
567cfc1601 [1.10.x] Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.

Backport of c9ae09addffb839403312131d4251e9d8b454508 from master
2016-07-01 09:58:56 -04:00
Harry Moreno
9c48e17480 [1.10.x] Added parallel test running to "Speeding up the tests" docs.
Backport of 30c65ee8187c7a87d2fc83c5b8966b1ea5e5316b from master
2016-07-01 09:06:16 -04:00
Tim Graham
9687004538 [1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 from master
2016-06-30 09:00:35 -04:00
Andrew Nester
f683bba6f6 [1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Backport of baff4dd37dabfef1ff939513fa45124382b57bf8 from master
2016-06-30 08:55:21 -04:00
Claude Paroz
eb0e48e64a [1.10.x] Added Upper/Lower Sorbian translations
Backport of 490107f14dbf9445e145aea1157b27e7ef407214 from master
2016-06-29 21:14:00 +02:00
Claude Paroz
040c92750a [1.10.x] Removed contrib-messages entry in Transifex config file
Complement to debf521d49.
Backport of 6aeb932fc57bccc250e14b06d5e98abaa21e5797 from master
2016-06-29 21:13:33 +02:00
Claude Paroz
4976cbf649 [1.10.x] Added Upper/Lower Sorbian languages
Backport of e8cbf53c33d9bcf6bcb9065ebefa545c530c9b74 from master
2016-06-29 21:13:12 +02:00
Lh4cKg
e05b0d1035 [1.10.x] Added Georgian mapping to contrib/admin/static/admin/js/urlify.js
Backport of 18571aefe6dcb7d69b910ff57d83221a739c790c from master
2016-06-29 10:01:13 -04:00
Tsering
be03ce25c4 [1.10.x] Refs #23386 -- Documented that F() expressions are applied on each model.save()
Backport of fc4b4fd5850989458d6e54de12a29b2e40e94ce8 from master
2016-06-28 16:27:36 -04:00
Christopher Grebs
712838a53d [1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.
Backport of a9e188ccd6315d278795355a53bce6c1a63f5a50 from master
2016-06-28 15:44:07 -04:00
Camilo Nova
87584a0af1 [1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.
Backport of 222e1334bf29605925eefa45ff107ca1155e93c0 from master
2016-06-28 12:52:05 -04:00
Eduard Stepanov
28de25c249 [1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fields.
Backport of 49b4596cb4744e4b68d56e6a540a3e15c1582963 from master
2016-06-28 11:40:59 -04:00
Aaron Elliot Ross
198128684b [1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.

Backport of 6bf7964023487f2a352084e74aca27aecb354d6c from master
2016-06-28 08:22:36 -04:00
Jon Dufresne
5c04852455 [1.10.x] Refs #26034 -- Corrected a schema test to work with the correct field state.
Backport of d47f6d75ef67dbd18abf2bb927753f739a9c117d from master
2016-06-27 12:16:52 -04:00
Ramiro Morales
b2c28a3770 [1.10.x] Added missing trailing '$' to url() patterns in docs.
Backport of c962b9104a22505a7d6c57bbec9eda163f486c7d from master
2016-06-27 09:26:10 -04:00
Anderson Resende
b752eae700 [1.10.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Backport of 2032bcf18280a875a59a39cf85c226da0a310d11 from master
2016-06-27 09:07:18 -04:00
akki
7f249e73dd [1.10.x] Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
Backport of ca77b509059831b055a3b735ff77e042f8e1c0eb from master
2016-06-24 22:01:56 -04:00
John-Scott Atlakson
fbbdb070e4 [1.10.x] Fixed typo in docs/topics/logging.txt
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
2016-06-22 06:38:55 -04:00
Tim Graham
bd97496d07 [1.10.x] Bumped version for 1.10 beta 1. 2016-06-21 21:01:17 -04:00
Sergey Fedoseev
be1022d0e7 [1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for empty geometries.
Backport of ea4665066b651e0e2730f2e2d85fcef9d7ac7966 from master
2016-06-21 18:51:08 -04:00
Simon Charette
23ac35af19 [1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.

Thanks to laozzzi for the report and Tim for the review.

Backport of c2e62fd1aed093c4d9ff84e3d86e6a85c8aa1917 from master
2016-06-21 16:38:00 -04:00
Tim Graham
1b0b6f0342 [1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.

Backport of 39805686b364358af725b695924a5a6dfa7f5302 from master
2016-06-21 16:20:00 -04:00
Tim Graham
45a650777e [1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance fields.
Thanks Julien Hartmann for the report.

Backport of 20d1cb33c2ec1242e16c49deb88e8c70517b2d1a from master
2016-06-21 15:25:16 -04:00
Paulo
c464cf88ff [1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
Backport of 9c2d5a8d333277cc1b482a9d05f174cf4d09f24c from master
2016-06-21 14:32:19 -04:00
Jon Dufresne
e725a68bcc [1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SESSION_COOKIE_PATH.
Backport of d13881bd34ff8f76b902ef5256001341d60b3161 from master
2016-06-21 11:03:40 -04:00
Claude Paroz
b1592dd73b [1.10.x] Fixed #26750 -- Fixed introspection for geography point field with dim=3
Thanks Yegor Kazantsev for the report and the initial patch.
Backport of 140c23502 from master.
2016-06-21 15:23:58 +02:00
Samir Shah
69b46fcc39 [1.10.x] Corrected firstof template tag's docstring.
Since Django 1.8, firstof escapes its output.

Backport of fff5dbe59ca629c295480693f045f03537858eee from master
2016-06-21 08:12:28 -04:00
Tim Graham
8c25d8fc10 [1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().
It was removed in 785cc71d5b3300e2702b0b2fc7316e58ca70b563 only because
it was untested and unused in Django itself, however, some third-party
apps use it.

Backport of 4e400dcb79bc468ee1ff899312a00ed8dc3e795c from master
2016-06-20 14:51:28 -04:00
Loïc Bistuer
0f23bcebdf [1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by the manager inheritance refactor.
This also makes migrations respect the base_manager_name and
default_manager_name model options.

Thanks Anthony King and Matthew Schinckel for the initial patches.

Backport of 2eb7cb2fffcc382979d0731370de26b051d04659 from master
2016-06-20 12:56:37 -04:00
Andrew Nester
7a3cc2957f [1.10.x] Fixed #26776 -- Documented url()'s view argument.
Backport of a12826bba7a6d75862f99ae5cd48c4c1854208b8 from master
2016-06-20 11:57:58 -04:00
Tim Graham
44eaa2dac8 [1.10.x] Fixed typo in docs/topics/db/managers.txt
Backport of 00551c3eff5cedcb9cc7ce5af97b948d62713d97 from master
2016-06-20 09:07:51 -04:00
Tim Graham
91d754eb2a [1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
Backport of 9bf8d50a678463a5a3cd52f10c830fe0ca65d2c6 from master
2016-06-18 20:45:58 -04:00
Claude Paroz
1b6de8fd23 [1.10.x] Fixed #26775 -- Supported dim=3 geography fields
Thanks François-Xavier Thomas for the report.
Backport of 8ba44ecda0 from master.
2016-06-18 21:50:45 +02:00
Paul J Stevens
d3b9c49919 [1.10.x] Refs #26772 -- Added a test for FileField reopening closed files.
Thanks Simon Charette for review.

Backport of b45852c2631d4f291fb22ef3348065f2a3c2e5e3 from master
2016-06-18 12:46:42 -04:00
Tim Graham
e2b266fdf7 [1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
This reverts commit 1b407050dd53e56686fdd3e168f8cac4f9be8306 as it
introduces a regression in the test for refs #26772.

Backport of cd217de6100e0101fd921dd18bc2e706bac397c9 from master
2016-06-18 12:46:34 -04:00
Markus Holtermann
31a789f646 [1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.
Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e.

Thanks Tim Graham for the review.

Backport of 625b8e9295d79650208bfb3fca8bf9e6aaf578e4 from master
2016-06-18 10:39:49 -04:00
Tim Graham
1213ef2b18 [1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceIterator.
Regression in 86573861a95e5a47dc7ff906443117d75b73dca1
2016-06-18 10:37:37 -04:00
Tim Graham
bdc29b7188 [1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
This reverts commit a52a531a8b34f049fba11c3ee7b010af7534bf90 due to
regressions described in refs #26772.

Backport of 7def55c3f6716fcfa40a3bd5d0fbb2090588d81e from master
2016-06-17 21:08:56 -04:00
Trey Hunner
799fbc7235 [1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt.
Backport of 91e9be45ed5ad3b0c3de8890a4fcdbb68836856f from master
2016-06-17 21:02:40 -04:00
Carl Meyer
69de988f92 [1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
Backport of 7d1b69dbe7f72ac04d2513f0468fe2146231b286 from master
2016-06-17 15:55:55 -04:00
Carl Meyer
34fbec3cb4 [1.10.x] Moved old-middleware tests in preparation for adding new tests.
Backport of 104ee2fdae7fcd402396c709c91f5c84de6e4165 from master
2016-06-17 15:55:44 -04:00
Carl Meyer
6be0e93b8f [1.10.x] Improved debugging of failed middleware_exceptions tests.
Backport of 702dfa3589cddf996c18aee46286a49844efd70d from master
2016-06-17 09:16:12 -04:00
Tim Graham
f94f4db0a3 [1.10.x] Used SQL from DB backend in GeomValue.
This avoids the deprecated GeomFromText on MySQL (refs #26134).

Thanks Claude Paroz for the review.

Backport of 9c3fbf5423367cdcf1a30a411793919d86f5288c from master
2016-06-16 20:32:09 -04:00
Jon Dufresne
13d60298ea [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Backport of 4f336f66523001b009ab038b10848508fd208b3b from master
2016-06-16 14:21:14 -04:00
Tim Graham
70b7d6b4ea [1.10.x] Fixed flake8 2.6 warnings.
Backport of ea34426ae789d31b036f58c8fd59ce299649e91e from master
2016-06-16 09:33:02 -04:00
Ville Skyttä
efe9874371 [1.10.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-15 21:20:38 -04:00
Sergey Fedoseev
f9b3a6a76f [1.10.x] Refs #14030 -- Updated docs per "Improved expression support for python values."
Complements e2d6e14662d780383e18066a3182155fb5b7747b.

Backport of db613f4f1250971942f766dcf97c22234a3aa14e from master
2016-06-15 10:35:34 -04:00
Tim Graham
539ccfbf62 [1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
2016-06-15 08:32:08 -04:00
Hugo Osvaldo Barrera
c37f9253a6 [1.10.x] Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
914c72be2abb1c6dd860cb9279beaa66409ae1b2 introduced a regression that
causes saving a NamedTemporaryFile in a FileField to raise a
SuspiciousFileOperation. To remedy this, if a File has an absolute
path as a filename, use only the basename as the filename.

Backport of 1b407050dd53e56686fdd3e168f8cac4f9be8306 from master
2016-06-14 09:58:27 -04:00
Ville Skyttä
84737135f6 [1.10.x] Removed usage of a deprecated unittest assertion.
Backport of fa654da6130df80239e181c432595442e688ee8b from master
2016-06-14 09:04:53 -04:00
Ville Skyttä
61bcf04132 [1.10.x] Fixed #26754 -- Documented django.template.context_processors.tz
Backport of 7003174fec188bd5a21e3d62bd5e13e80f6f329c from master
2016-06-14 11:58:50 +02:00
Dmitry Medvinsky
8f91c42b58 [1.10.x] Fixed #26742 -- Fixed action select color in admin changelist.
Backport of 0451dcc2eb2449a988ade8e603846f0508ce76b4 from master
2016-06-10 11:39:46 -04:00
Berker Peksag
3b75d1262e [1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master
2016-06-09 12:51:57 -04:00
John Karahalis
fccb03fc40 [1.10.x] Fixed typo in docs/intro/tutorial07.txt
Backport of 37b36af6c6e169eae2f0b503f4550f798c428a97 from master
2016-06-09 11:15:52 -04:00
Baylee Feore
5e46075fcf [1.10.x] Fixed #26702 -- Documented how to change the base class of a custom field.
Backport of 7767978beec6098baea75d50a191a3b8224e729f from master
2016-06-08 10:38:48 -04:00
Tommy Beadle
b04e6ec7cb [1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
2016-06-07 14:58:30 -04:00
Brett Haydon
bd7de3cb87 [1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.
Backport of 5e3f4c2e53d9dde0fcf9f5f33f63c15c4750019f from master
2016-06-07 09:46:58 -04:00
Paulo
34f13e030b [1.10.x] Fixed typos in db/models/fields/related_descriptors.py
Backport of 1a2a7cc01e7c46432605854f143a548635f027e5 and
908c26b079f2d657e30a3155d591a2467ba7d339 from master
2016-06-07 08:53:49 -04:00
Jon Dufresne
32ab8c0340 [1.10.x] Added some links to the TypedChoiceField docs.
Backport of 31a9a965a36c5ce923692e5dac430ea6a1cbf2a0 from master
2016-06-06 12:12:25 -04:00
Tom Christie
d9b78be324 [1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
Backport of 316395d82874beea6af08a873e91b1880d0b982a from master
2016-06-06 11:41:36 -04:00
Tim Graham
72d676bc06 [1.10.x] Documented known Python 3.5+ test failures in contributing tutorial.
Backport of 6a316423df349e2cbc0a4188c55d0639aa2e15c5 from master
2016-06-06 10:50:42 -04:00
Pyie Zone
a9b0b0762f [1.10.x] Refs #26474, DEP 0003 -- Added blanket.js source file.
Backport of 8f8dc830dfeb321b0de3325a8d2c859fdc20c3af from master
2016-06-06 09:36:40 -04:00
Pyie Zone
ef93af919b [1.10.x] Refs #16501, #26474 -- Added xregexp.js source file.
Backport of 054e74420b7a31bac67d4993b462eea7b9b7a5ba from master
2016-06-06 09:36:31 -04:00
Tom Christie
dff1f115e5 [1.10.x] Linked to upgrade guide from release notes.
Backport of da22079c21a02c65e31502dd05720d12c474b257 from master
2016-06-06 07:32:44 -04:00
Tim Graham
dd0a1266f1 [1.10.x] Added stub release notes for 1.9.8.
Backport of 01e567864ef9d9892e7181b62f7c51a1b9f76e37 from master
2016-06-04 19:58:42 -04:00
Tim Graham
9f296b14c4 [1.10.x] Added release date for 1.9.7.
Backport of 1f5eb521a00450ff83c130ca02a3d83b955ee023 from master
2016-06-04 19:27:39 -04:00
Evan Palmer
101f999776 [1.10.x] Fixed #25127 -- Documented how to organize models in a package.
Backport of 84d8d1d7151a4ee70ae35037d37f76a40d18da64 from master
2016-06-04 11:48:16 -04:00
Berker Peksag
9e5b544713 [1.10.x] Used snippet directive in file upload example.
Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master
2016-06-04 09:24:50 -04:00
Tim Graham
8996054cb4 [1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
Thanks Simon Charette for review.

Backport of e2296e7f0acf9c50868ab997ba565c1f47beb45b from master
2016-06-04 09:15:10 -04:00
Berker Peksag
27983d82c2 [1.10.x] Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt.
Backport of 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master
2016-06-03 17:42:12 -04:00
B. J. Potter
926529d618 [1.10.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.
Backport of 9c53facc45908bc0593de194a60bc75e5d34a48e from master
2016-06-03 15:25:50 -04:00
B. J. Potter
2e7ec15f53 [1.10.x] Added syntax highlighting to CSRF example.
Backport of 261738990e07a039b39aab0664eea71f226cd381 from master
2016-06-03 15:19:23 -04:00
mieciu
9a204fc8a5 [1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master
2016-06-03 12:42:41 -04:00
Ed Henderson
521772ff07 [1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03 11:49:24 -04:00
shaunagm
971adb9e9c [1.10.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Backport of 44c7e5d3740edf796591ea3a89b0ff085534f225 from master
2016-06-03 08:49:59 -04:00
Holly Becker
697ed75de5 [1.10.x] Refs #26628 -- Documented CSRF failure logging.
Backport of ff9198ee0f1de24a5b2861d28849344e7a5714c4 from master
2016-06-02 20:44:13 -04:00
jrabbit
83ea51a244 [1.10.x] Fixes #26700 -- Added how to upgrade to TEMPLATES link in 1.10 release notes.
Backport of d65e2899b2b25c62a4ead7aba121421c19e55bce from master
2016-06-02 20:29:20 -04:00
Chad Shryock
cd4246aab1 [1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
Backport of e6c5e68acd4bff90e371fd148ed6976e147692ad from master
2016-06-02 19:42:57 -04:00
Brad Melin
3eb31867bb [1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
Backport of f6517a5335ccc4858ee540548a1bd162bec36c46 from master
2016-06-02 16:29:22 -04:00
Claude Paroz
5641a80d49 [1.10.x] Fixed #26337 -- Added i18n note about using a non-English base language
Thanks Cristiano Coelho for the report and Tim Graham for the review.
Backport of f6fefbf8cb from master.
2016-06-02 20:58:18 +02:00
Alex Hill
85d2b80d5e [1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abstract senders.
Backport of 08014fe75b4fc379523f340191a02147ec35f7a3 from master
2016-06-02 14:46:44 -04:00
Alex Hill
f91247f598 [1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.
Backport of ff6c6feae17120c2c7df74fb6a9dc76826a1e233 from master
2016-06-02 14:46:31 -04:00
Tim Graham
59f4780b92 [1.10.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master
2016-06-02 11:42:32 -04:00
Tim Graham
52ab0fd354 [1.10.x] Ignored new warnings when building the docs with Sphinx 1.4.
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
2016-06-02 11:30:53 -04:00
Ramiro Morales
777bc8f7d6 [1.10.x] Fixed #26692 -- Relaxed an i18n compilemessages test.
The actual non-ASCII character differs on Windows.

Backport of 71421e8f8766525e709397f14e100f2846849df0 from master
2016-06-01 09:21:17 -04:00
Tim Graham
bad894d5b8 [1.10.x] Fixed #26695 -- Clarified return value of View.options().
Thanks mmoreaux and DheerendraRathor.

Backport of db2a6b6bfa9881725e70ca579a17e942a97a4df8 from master
2016-06-01 08:29:28 -04:00
Simon Charette
58f0d40b6d [1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its result in through attr.
Thanks Ursidours for the report.

Backport of 53a5fb3cc0137bebeebc0d4d321dbfe20397b065 from master
2016-05-31 14:35:20 -04:00
Ramiro Morales
4095317afb [1.10.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.
Fixed a failure on Windows.

Backport of e3877c53edb33271b0f31d20e60a924848692026 from master
2016-05-31 12:00:57 -04:00
Florian Apolloner
7bc199aa64 [1.10.x] Fixed a typo in the docs.
Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master
2016-05-31 10:59:25 -04:00
Berker Peksag
ccea4a44c2 [1.10.x] Fixed #26503 -- Removed an outdated example from session docs.
Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master
2016-05-31 07:21:16 -04:00
Ketan Bhatt
c2dde7561a [1.10.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
Backport of 59523c06fe482232dad9dc63ef0baab63418196d from master
2016-05-31 07:15:15 -04:00
Christophe Pettus
3e1c8fc4c0 [1.10.x] Fixed #26684 -- Removed incorrect index example in docs/ref/contrib/postgres/search.txt.
Backport of 92107522ed3568740ec7c3597db50b5c3a6e84d3 from master
2016-05-30 14:21:48 -04:00
Vytis Banaitis
b737c0f5db [1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
Backport of f1e408ff40d2c1753f92515c70a44634b4d47467 from master
2016-05-30 10:27:28 -04:00
Berker Peksag
ab92351bc6 [1.10.x] Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring.
Backport of 995d09ead492a1c3d71d781c7846f622b3f71186 from master
2016-05-30 08:18:01 -04:00
Ramiro Morales
af8ac46015 [1.10.x] Fixed #26674 -- Corrected a i18n makemessages test.
Made it consistently read the PO file, decode its contents and then
check for the non-breaking space Unicode code point.

Previously we were erroneously skipping the interpretation of what we
read as UTF-8 text.

This was causing the test to fail on Windows with Python 3.5.

Backport of 1b00ed088073ffd268af15d25246d2565253536d from master
2016-05-29 12:49:47 -04:00
Tim Graham
e140139724 [1.10.x] Confirmed support for PostGIS 2.2.
Backport of cbea13f3447c3673a3cf25dab93f1dbc685ccd44 from master
2016-05-28 20:48:55 -04:00
Tim Graham
23e106bb72 [1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
Backport of cc0d1eaaea40dc9d784c6974be1ce631a2087c11 from master
2016-05-28 17:33:28 -04:00
Ramiro Morales
e0a4d4477c [1.10.x] Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.
`subprocess.Popen` doesn't accept enviroment vars with Unicode var name
or value.

Backport of 15a5755e7cca630c2a0dbbcba436621ccc437c21 from master
2016-05-28 17:16:03 -04:00
Tim Graham
f529d0cb58 [1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved model instances.
This behavior was removed in 67d984413c9540074e4fe6aa033081a35cf192bc
but is needed to prevent a crash in formtools.

Backport of a4c20ae85b40c49e28d1b2227208e4f00d7820df from master
2016-05-28 16:06:06 -04:00
Ramiro Morales
fc644076cd [1.10.x] Fixed #26645 -- Fixed potential makemessages failures on Windows.
This was reflected by 27 i18n test errors (not failures) on such
platform caused by corrupt intermediate PO catalog files fed to
`msgmerge(1)`.

Made it handle in-memory PO/POT file contents with normalized line
separators (`'\n'`).

We need to perform manually this after using `subprocess.Popen` as we
can't pass it `universal_newlines=True`.

Also fixes #26670 in the process as this commit refactors the same code
section.

Backport of 6ab0d1358fc78077064aab88a4fb0a47ca116391 from master
2016-05-28 08:41:55 -04:00
Bas Westerbaan
c6aa941978 [1.10.x] Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from command line utility.
Backport of 9407cc966b02e5ef69b7f561a6b972aff5d9c2e0 from master
2016-05-27 18:37:37 -04:00
Daniel Wiesmann
85ab56944d [1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.
Backport of 9bb1b4b7f6b79096fc7418c3b7bb0118d44c373a from master
2016-05-27 17:07:26 -04:00
Tim Graham
9985544adb [1.10.x] Fixed #26652 -- Documented removal of model instance _(default/base)_manager attributes.
Backport of 0e7e47b5d7123441efc03545da59a6cd581c04b1 from master
2016-05-27 10:36:35 -04:00
Sergey Fedoseev
f38e950685 [1.10.x] Fixed typo in docs/topics/forms/modelforms.txt
Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
2016-05-27 10:31:53 -04:00
Nick Smith
06db2b88cf [1.10.x] Fixed typo in docs/ref/models/querysets.txt
Backport of 838386815f53fe2cba1b42c498420881660079d4 from master
2016-05-27 09:13:12 -04:00
Simon Charette
dfae72f45a [1.10.x] Fixed #26647 -- Included the state of all applied migrations when migrating forward.
Thanks Jasper Maes for the detailed report.

Backport of 36d36818a30025034cad6f1ee59b2a960a6582ec from master
2016-05-26 13:32:02 -04:00
MariKiev
699e43b017 [1.10.x] Added imports to docs/topics/db/aggregation.txt example.
Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master
2016-05-25 09:57:44 -04:00
Aleksey
de5d70461f [1.10.x] Added missing quotes in openlayers.html template.
Backport of a247c1d78978e358543e306edb94f03bd9bf9413 from master
2016-05-25 09:13:09 -04:00
Tim Graham
734e21786c [1.10.x] Refs #26134 -- Updated deprecated MySQL GIS function names.
Backport of 92f88206d0e05e9e833e6cd49f93cbd7b72b30ff from master
2016-05-24 21:50:30 -04:00
Tim Graham
8166f5e84a [1.10.x] Updated GeoIP test for latest database.
Backport of a0a1c4fbde4fb652b151a409db46c8ac3829ed2b from master
2016-05-23 20:17:37 -04:00
Simon Charette
826ec5ee57 [1.10.x] Refs #24067 -- Fixed contenttypes rename tests failures on Oracle.
Broke the initial migration in two to work around #25530 and added
'django.contrib.auth' to the available_apps to make sure its tables are also
flushed as Oracle doesn't implement cascade deletion in sql_flush().

Thanks Tim for the report.

Backport of 722344ee59fb89ea2cd5b906d61b35f76579de4e from master
2016-05-22 21:29:59 -04:00
Tim Graham
f248427af2 [1.10.x] Bumped version to 1.10a1. 2016-05-20 08:40:51 -04:00
Tim Graham
8282036877 [1.10.x] Bumped django_next_version in docs config. 2016-05-20 06:50:58 -04:00
Tim Graham
2befd9c7eb [1.10.x] Updated man page for Django 1.10 alpha. 2016-05-20 06:49:36 -04:00
1644 changed files with 42523 additions and 15834 deletions

View File

@ -1,3 +1,4 @@
**/{*.min,jquery}.js
**/*.min.js
**/vendor/**/*.js
django/contrib/gis/templates/**/*.js
node_modules/**.js

View File

@ -47,11 +47,6 @@ file_filter = django/contrib/humanize/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/humanize/locale/en/LC_MESSAGES/django.po
source_lang = en
[django.contrib-messages]
file_filter = django/contrib/messages/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/messages/locale/en/LC_MESSAGES/django.po
source_lang = en
[django.contrib-postgres]
file_filter = django/contrib/postgres/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/postgres/locale/en/LC_MESSAGES/django.po

View File

@ -108,6 +108,7 @@ answer newbie questions, and generally made Django that much better:
Bojan Mihelac <bmihelac@mihelac.org>
Bouke Haarsma <bouke@haarsma.eu>
Božidar Benko <bbenko@gmail.com>
Brad Melin <melinbrad@gmail.com>
Brant Harris
Brendan Hayward <brendanhayward85@gmail.com>
Brenton Simpson <http://theillustratedlife.com>
@ -250,6 +251,7 @@ answer newbie questions, and generally made Django that much better:
Francisco Albarran Cristobal <pahko.xd@gmail.com>
Frank Tegtmeyer <fte@fte.to>
Frank Wierzbicki
Frank Wiles <frank@revsys.com>
František Malina <fmalina@gmail.com>
Fraser Nevett <mail@nevett.org>
Gabriel Grant <g@briel.ca>
@ -288,6 +290,7 @@ answer newbie questions, and generally made Django that much better:
hambaloney
Hannes Struß <x@hannesstruss.de>
Hawkeye
Helen Sherwood-Taylor <helen@rrdlabs.co.uk>
Henrique Romano <onaiort@gmail.com>
hipertracker@gmail.com
Hiroki Kiyohara <hirokiky@gmail.com>
@ -372,6 +375,7 @@ answer newbie questions, and generally made Django that much better:
Jökull Sólberg Auðunsson <jokullsolberg@gmail.com>
Jon Dufresne <jon.dufresne@gmail.com>
Jonas Haag <jonas@lophus.org>
Jonatas C. D. <jonatas.cd@gmail.com>
Jonathan Buchanan <jonathan.buchanan@gmail.com>
Jonathan Daugherty (cygnus) <http://www.cprogrammer.org/>
Jonathan Feignberg <jdf@pobox.com>
@ -461,6 +465,7 @@ answer newbie questions, and generally made Django that much better:
Marcin Wróbel
Marc Remolt <m.remolt@webmasters.de>
Marc Tamlyn <marc.tamlyn@gmail.com>
Marc-Aurèle Brothier <ma.brothier@gmail.com>
Marian Andre <django@andre.sk>
Marijn Vriens <marijn@metronomo.cl>
Mario Gonzalez <gonzalemario@gmail.com>
@ -687,6 +692,7 @@ answer newbie questions, and generally made Django that much better:
Stanislaus Madueke
starrynight <cmorgh@gmail.com>
Stefane Fermgier <sf@fermigier.com>
Stefano Rivera <stefano@rivera.za.net>
Stéphane Raimbault <stephane.raimbault@gmail.com>
Stephan Jaekel <steph@rdev.info>
Stephen Burrows <stephen.r.burrows@gmail.com>
@ -758,6 +764,7 @@ answer newbie questions, and generally made Django that much better:
Vladimir Kuzma <vladimirkuzma.ch@gmail.com>
Vlado <vlado@labath.org>
Vsevolod Solovyov
Vytis Banaitis <vytis.banaitis@gmail.com>
wam-djangobug@wamber.net
Wang Chun <wangchun@exoweb.net>
Warren Smith <warren@wandrsmith.net>

View File

@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.utils.version import get_version
VERSION = (1, 10, 0, 'alpha', 0)
VERSION = (1, 10, 9, 'alpha', 0)
__version__ = get_version(VERSION)

View File

@ -22,7 +22,7 @@ DEBUG = False
# on a live site.
DEBUG_PROPAGATE_EXCEPTIONS = False
# Whether to use the "Etag" header. This saves bandwidth but slows down performance.
# Whether to use the "ETag" header. This saves bandwidth but slows down performance.
USE_ETAGS = False
# People who get code error notifications.
@ -67,6 +67,7 @@ LANGUAGES = [
('cy', gettext_noop('Welsh')),
('da', gettext_noop('Danish')),
('de', gettext_noop('German')),
('dsb', gettext_noop('Lower Sorbian')),
('el', gettext_noop('Greek')),
('en', gettext_noop('English')),
('en-au', gettext_noop('Australian English')),
@ -90,6 +91,7 @@ LANGUAGES = [
('he', gettext_noop('Hebrew')),
('hi', gettext_noop('Hindi')),
('hr', gettext_noop('Croatian')),
('hsb', gettext_noop('Upper Sorbian')),
('hu', gettext_noop('Hungarian')),
('ia', gettext_noop('Interlingua')),
('id', gettext_noop('Indonesian')),
@ -293,18 +295,22 @@ DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB
# SuspiciousOperation (TooManyFieldsSent) is raised.
DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
# Maximum number of files encoded in a multipart upload that will be read
# before a SuspiciousOperation (TooManyFilesSent) is raised.
DATA_UPLOAD_MAX_NUMBER_FILES = 100
# Directory in which upload streamed files will be temporarily saved. A value of
# `None` will make Django use the operating system's default temporary directory
# (i.e. "/tmp" on *nix systems).
FILE_UPLOAD_TEMP_DIR = None
# The numeric mode to set newly-uploaded files to. The value should be a mode
# you'd pass directly to os.chmod; see http://docs.python.org/lib/os-file-dir.html.
# you'd pass directly to os.chmod; see https://docs.python.org/3/library/os.html#files-and-directories.
FILE_UPLOAD_PERMISSIONS = None
# The numeric mode to assign to newly-created directories, when uploading files.
# The value should be a mode as you'd pass to os.chmod;
# see http://docs.python.org/lib/os-file-dir.html.
# see https://docs.python.org/3/library/os.html#files-and-directories.
FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
# Python module path where user will place custom format definition.

View File

@ -95,6 +95,12 @@ LANG_INFO = {
'name': 'German',
'name_local': 'Deutsch',
},
'dsb': {
'bidi': False,
'code': 'dsb',
'name': 'Lower Sorbian',
'name_local': 'dolnoserbski',
},
'el': {
'bidi': False,
'code': 'el',
@ -233,6 +239,12 @@ LANG_INFO = {
'name': 'Croatian',
'name_local': 'Hrvatski',
},
'hsb': {
'bidi': False,
'code': 'hsb',
'name': 'Upper Sorbian',
'name_local': 'hornjoserbsce',
},
'hu': {
'bidi': False,
'code': 'hu',

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/"
"af/)\n"
@ -60,6 +60,9 @@ msgstr "Deens"
msgid "German"
msgstr "Duits"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Grieks"
@ -129,6 +132,9 @@ msgstr "Hindoe"
msgid "Croatian"
msgstr "Kroaties"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hongaars"
@ -189,8 +195,8 @@ msgstr ""
msgid "Burmese"
msgstr "Birmaans"
msgid "Norwegian Bokmal"
msgstr "Noors Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalees"
@ -288,9 +294,6 @@ msgstr ""
msgid "Syndication"
msgstr "Sindikasie"
msgid "Web Design"
msgstr "Webontwerp"
msgid "Enter a valid value."
msgstr "Sleutel 'n geldige waarde in."
@ -431,6 +434,9 @@ msgstr "Heelgetal"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' waarde moet 'n heelgetal wees."
msgid "Big (8 byte) integer"
msgstr "Groot (8 greep) heelgetal"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' waarde moet óf True of False wees."
@ -512,9 +518,6 @@ msgstr "'%(value)s' waarde meote 'n dryfpunt getal wees."
msgid "Floating point number"
msgstr "Dryfpunt getal"
msgid "Big (8 byte) integer"
msgstr "Groot (8 greep) heelgetal"
msgid "IPv4 address"
msgstr "IPv4 adres"
@ -589,6 +592,14 @@ msgstr "Vreemde sleutel (tipe bepaal deur verwante veld)"
msgid "One-to-one relationship"
msgstr "Een-tot-een-verhouding"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Baie-tot-baie-verwantskap"

View File

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-03-14 12:09+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-18 08:41+0000\n"
"Last-Translator: Bashar Al-Abdulhadi\n"
"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -63,6 +63,9 @@ msgstr "الدنماركيّة"
msgid "German"
msgstr "الألمانيّة"
msgid "Lower Sorbian"
msgstr "الصربية السفلى"
msgid "Greek"
msgstr "اليونانيّة"
@ -132,6 +135,9 @@ msgstr "الهندية"
msgid "Croatian"
msgstr "الكرواتيّة"
msgid "Upper Sorbian"
msgstr "الصربية العليا"
msgid "Hungarian"
msgstr "الهنغاريّة"
@ -192,8 +198,8 @@ msgstr "المهاراتية"
msgid "Burmese"
msgstr "البورمية"
msgid "Norwegian Bokmal"
msgstr "البوكمال نرويجيّة"
msgid "Norwegian Bokmål"
msgstr "النرويجية"
msgid "Nepali"
msgstr "النيبالية"
@ -291,9 +297,6 @@ msgstr "الملفات الثابتة"
msgid "Syndication"
msgstr "توظيف النشر"
msgid "Web Design"
msgstr "تصميم الموقع"
msgid "Enter a valid value."
msgstr "أدخل قيمة صحيحة."
@ -463,6 +466,9 @@ msgstr "عدد صحيح"
msgid "'%(value)s' value must be an integer."
msgstr "قيمة '%(value)s' يجب ان تكون عدد صحيح."
msgid "Big (8 byte) integer"
msgstr "عدد صحيح كبير (8 بايت)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "قيمة '%(value)s' يجب أن تكون True أو False."
@ -544,9 +550,6 @@ msgstr "قيمة '%(value)s' يجب ان تكون عدد فاصل عائم."
msgid "Floating point number"
msgstr "رقم فاصلة عائمة"
msgid "Big (8 byte) integer"
msgstr "عدد صحيح كبير (8 بايت)"
msgid "IPv4 address"
msgstr "عنوان IPv4"
@ -620,6 +623,14 @@ msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للح
msgid "One-to-one relationship"
msgstr "علاقة واحد إلى واحد"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s علاقة"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s علاقات"
msgid "Many-to-many relationship"
msgstr "علاقة متعدد إلى متعدد"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Asturian (http://www.transifex.com/django/django/language/"
"ast/)\n"
@ -59,6 +59,9 @@ msgstr "Danés"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Griegu"
@ -128,6 +131,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croata"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Húngaru"
@ -188,8 +194,8 @@ msgstr ""
msgid "Burmese"
msgstr "Birmanu"
msgid "Norwegian Bokmal"
msgstr "Bokmal noruegu"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalí"
@ -287,9 +293,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Introduz un valor válidu."
@ -426,6 +429,9 @@ msgstr "Enteru"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Enteru big (8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -499,9 +505,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Númberu de puntu flotante"
msgid "Big (8 byte) integer"
msgstr "Enteru big (8 byte)"
msgid "IPv4 address"
msgstr "Direición IPv4"
@ -572,6 +575,14 @@ msgstr "Clave foriata (triba determinada pol campu rellacionáu)"
msgid "One-to-one relationship"
msgstr "Rellación a ún"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Rellación a munchos"

View File

@ -1,15 +1,15 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Emin Mastizada <emin@mastizada.com>, 2015
# Emin Mastizada <emin@linux.com>, 2015-2016
# Metin Amiroff <amiroff@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-08-05 11:00+0000\n"
"Last-Translator: Emin Mastizada <emin@linux.com>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/"
"az/)\n"
"MIME-Version: 1.0\n"
@ -60,6 +60,9 @@ msgstr "Danimarkaca"
msgid "German"
msgstr "Almanca"
msgid "Lower Sorbian"
msgstr "Aşağı Sorbca"
msgid "Greek"
msgstr "Yunanca"
@ -82,7 +85,7 @@ msgid "Argentinian Spanish"
msgstr "Argentina İspancası"
msgid "Colombian Spanish"
msgstr ""
msgstr "Kolumbia İspancası"
msgid "Mexican Spanish"
msgstr "Meksika İspancası"
@ -115,7 +118,7 @@ msgid "Irish"
msgstr "İrlandca"
msgid "Scottish Gaelic"
msgstr ""
msgstr "Şotland Keltcəsi"
msgid "Galician"
msgstr "Qallik dili"
@ -129,6 +132,9 @@ msgstr "Hindcə"
msgid "Croatian"
msgstr "Xorvatca"
msgid "Upper Sorbian"
msgstr "Üst Sorbca"
msgid "Hungarian"
msgstr "Macarca"
@ -189,8 +195,8 @@ msgstr "Marathicə"
msgid "Burmese"
msgstr "Burmescə"
msgid "Norwegian Bokmal"
msgstr "Bokmal Norveçcəsi"
msgid "Norwegian Bokmål"
msgstr "Norveç Bukmolcası"
msgid "Nepali"
msgstr "Nepal"
@ -277,7 +283,7 @@ msgid "Traditional Chinese"
msgstr "Ənənəvi Çincə"
msgid "Messages"
msgstr ""
msgstr "Mesajlar"
msgid "Site Maps"
msgstr "Sayt Xəritələri"
@ -288,9 +294,6 @@ msgstr "Statik Fayllar"
msgid "Syndication"
msgstr "Sindikasiya"
msgid "Web Design"
msgstr "Web Dizayn"
msgid "Enter a valid value."
msgstr "Düzgün qiymət daxil edin."
@ -313,6 +316,8 @@ msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Keçərli Unicode hərfləri, rəqəmlər, alt xətt və ya defis olan 'slug' daxil "
"edin."
msgid "Enter a valid IPv4 address."
msgstr "Düzgün IPv4 ünvanı daxil edin."
@ -348,7 +353,11 @@ msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
msgstr[1] ""
"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
#, python-format
msgid ""
@ -358,34 +367,38 @@ msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
msgstr[1] ""
"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun."
msgstr[1] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun."
msgstr[1] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun."
msgstr[1] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun."
msgid "and"
msgstr "və"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
msgstr "%(field_labels)s ilə %(model_name)s artıq mövcuddur."
#, python-format
msgid "Value %(value)r is not a valid choice."
@ -421,6 +434,9 @@ msgstr "Tam ədəd"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' dəyəri tam rəqəm olmalıdır."
msgid "Big (8 byte) integer"
msgstr "Böyük (8 bayt) tam ədəd"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' dəyəri True və ya False olmalıdır."
@ -440,12 +456,15 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' dəyəri səhv tarix formatındadır. Bu İİİİ-AA-GG formatında "
"olmalıdır."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s dəyəri düzgün formatdadır (İİİİ-AA-GG) amma bu xətalı tarixdir."
msgid "Date (without time)"
msgstr "Tarix (saatsız)"
@ -494,9 +513,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Sürüşən vergüllü ədəd"
msgid "Big (8 byte) integer"
msgstr "Böyük (8 bayt) tam ədəd"
msgid "IPv4 address"
msgstr "IPv4 ünvanı"
@ -549,7 +565,7 @@ msgstr ""
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' keçərli UUID deyil."
msgid "File"
msgstr "Fayl"
@ -567,6 +583,14 @@ msgstr "Xarici açar (bağlı olduğu sahəyə uyğun tipi alır)"
msgid "One-to-one relationship"
msgstr "Birin-birə münasibət"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Çoxun-çoxa münasibət"
@ -595,7 +619,7 @@ msgid "Enter a valid date/time."
msgstr "Düzgün tarix/vaxt daxil edin."
msgid "Enter a valid duration."
msgstr ""
msgstr "Keçərli müddət daxil edin."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Fayl göndərilməyib. Vərəqənin (\"form\") şifrələmə tipini yoxlayın."
@ -632,10 +656,10 @@ msgid "Enter a list of values."
msgstr "Qiymətlərin siyahısını daxil edin."
msgid "Enter a complete value."
msgstr ""
msgstr "Tam dəyər daxil edin."
msgid "Enter a valid UUID."
msgstr ""
msgstr "Keçərli UUID daxil et."
#. Translators: This is the default suffix added to form field labels
msgid ":"
@ -643,7 +667,7 @@ msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
msgstr "(Gizli %(name)s sahəsi) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
@ -651,14 +675,14 @@ msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Lütfən %d və ya daha az forma göndərin."
msgstr[1] "Lütfən %d və ya daha az forma göndərin."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Lütfən %d və ya daha çox forma göndərin."
msgstr[1] "Lütfən %d və ya daha çox forma göndərin."
msgid "Order"
msgstr "Sırala"
@ -695,7 +719,7 @@ msgstr "Düzgün seçim edin. Bu seçim mümkün deyil."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
msgstr "\"%(pk)s\" əsas açar üçün keçərli dəyər deyil."
#, python-format
msgid ""

View File

@ -2,13 +2,15 @@
#
# Translators:
# Viktar Palstsiuk <vipals@gmail.com>, 2014-2015
# znotdead <zhirafchik@gmail.com>, 2016
# Дмитрий Шатера <mr.bobsans@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-09-15 07:39+0000\n"
"Last-Translator: znotdead <zhirafchik@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/django/django/language/"
"be/)\n"
"MIME-Version: 1.0\n"
@ -61,6 +63,9 @@ msgstr "Дацкая"
msgid "German"
msgstr "Нямецкая"
msgid "Lower Sorbian"
msgstr "Ніжнелужыцкая"
msgid "Greek"
msgstr "Грэцкая"
@ -83,7 +88,7 @@ msgid "Argentinian Spanish"
msgstr "Гішпанская (Арґентына)"
msgid "Colombian Spanish"
msgstr ""
msgstr "Гішпанская (Калумбія)"
msgid "Mexican Spanish"
msgstr "Гішпанская (Мэксыка)"
@ -116,7 +121,7 @@ msgid "Irish"
msgstr "Ірляндзкая"
msgid "Scottish Gaelic"
msgstr ""
msgstr "Гэльская шатляндзкая"
msgid "Galician"
msgstr "Ґальская"
@ -130,6 +135,9 @@ msgstr "Гінды"
msgid "Croatian"
msgstr "Харвацкая"
msgid "Upper Sorbian"
msgstr "Верхнелужыцкая"
msgid "Hungarian"
msgstr "Вугорская"
@ -190,8 +198,8 @@ msgstr "Маратхі"
msgid "Burmese"
msgstr "Бірманская"
msgid "Norwegian Bokmal"
msgstr "Нарвэская букмол"
msgid "Norwegian Bokmål"
msgstr "Нарвэская букмал"
msgid "Nepali"
msgstr "Нэпальская"
@ -289,9 +297,6 @@ msgstr "Cтатычныя файлы"
msgid "Syndication"
msgstr "Сындыкацыя"
msgid "Web Design"
msgstr "Вэб-дызайн"
msgid "Enter a valid value."
msgstr "Пазначце правільнае значэньне."
@ -312,6 +317,8 @@ msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Значэнне павінна быць толькі з літараў стандарту Unicode, личбаў, знакаў "
"падкрэслівання ці злучкі."
msgid "Enter a valid IPv4 address."
msgstr "Пазначце чынны адрас IPv4."
@ -347,9 +354,17 @@ msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвал (зараз "
"%(show_value)d)."
msgstr[1] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвала (зараз "
"%(show_value)d)."
msgstr[2] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
msgstr[3] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
#, python-format
msgid ""
@ -359,46 +374,54 @@ msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвал (зараз "
"%(show_value)d)."
msgstr[1] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвала (зараз "
"%(show_value)d)."
msgstr[2] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
msgstr[3] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу."
msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы."
msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў."
msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу пасьля коскі."
msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы пасьля коскі."
msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі."
msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу да коскі."
msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы да коскі."
msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі."
msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі."
msgid "and"
msgstr "і"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
msgstr "%(model_name)s з такім %(field_labels)s ужо існуе."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgstr "Значэнне %(value)r не з'яўляецца правільным выбарам."
msgid "This field cannot be null."
msgstr "Поле ня можа мець значэньне «null»."
@ -416,6 +439,8 @@ msgstr "%(model_name)s з такім %(field_label)s ужо існуе."
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s павінна быць унікальна для %(date_field_label)s "
"%(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
@ -428,6 +453,9 @@ msgstr "Цэлы лік"
msgid "'%(value)s' value must be an integer."
msgstr "Значэньне '%(value)s' павінна быць цэлым лікам."
msgid "Big (8 byte) integer"
msgstr "Вялікі (8 байтаў) цэлы"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Значэньне '%(value)s' павінна быць True або False."
@ -447,12 +475,16 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"Значэнне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-"
"ММ-ДД."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Значэнне '%(value)s' мае правільны фармат(ГГГГ-ММ-ДД) але гэта несапраўдная "
"дата."
msgid "Date (without time)"
msgstr "Дата (бяз часу)"
@ -462,12 +494,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Значэнне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-"
"ММ-ДД ГГ:ХХ[:сс[.мммммм]][ЧА], дзе ЧА — часавы абсяг."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Значэнне '%(value)s' мае правільны фармат (ГГГГ-ММ-ДД ГГ:ХХ[:сс[.мммммм]]"
"[ЧА], дзе ЧА — часавы абсяг) але гэта несапраўдныя дата/час."
msgid "Date (with time)"
msgstr "Дата (разам з часам)"
@ -484,6 +520,8 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Значэньне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце "
"[ДД] [ГГ:[ХХ:]]сс[.мммммм]."
msgid "Duration"
msgstr "Працягласць"
@ -501,9 +539,6 @@ msgstr "Значэньне '%(value)s' павінна быць дробным л
msgid "Floating point number"
msgstr "Лік зь пераноснай коскаю"
msgid "Big (8 byte) integer"
msgstr "Вялікі (8 байтаў) цэлы"
msgid "IPv4 address"
msgstr "Адрас IPv4"
@ -546,6 +581,8 @@ msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Значэнне '%(value)s' мае правільны фармат (ГГ:ХХ[:сс[.мммммм]]) але гэта "
"несапраўдны час."
msgid "Time"
msgstr "Час"
@ -568,7 +605,7 @@ msgstr "Выява"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "Экземпляр %(model)s з %(field)s %(value)r не iснуе."
msgid "Foreign Key (type determined by related field)"
msgstr "Вонкавы ключ (від вызначаецца паводле зьвязанага поля)"
@ -576,6 +613,14 @@ msgstr "Вонкавы ключ (від вызначаецца паводле з
msgid "One-to-one relationship"
msgstr "Сувязь «адзін да аднаго»"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Сувязь %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Сувязi %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Сувязь «некалькі да некалькіх»"
@ -620,9 +665,17 @@ msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвал (зараз "
"%(length)d)."
msgstr[1] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвала (зараз "
"%(length)d)."
msgstr[2] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз "
"%(length)d)."
msgstr[3] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
@ -657,7 +710,7 @@ msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Схаванае поле %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
msgstr "Данныя ManagementForm адсутнічаюць ці былі пашкоджаны"
#, python-format
msgid "Please submit %d or fewer forms."
@ -1083,6 +1136,9 @@ msgid ""
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з 'Referer' "
"загалоўкамі, калі ласка дазвольце іх хаця б для гэтага сайту, ці для HTTPS "
"злучэнняў, ці для 'same-origin' запытаў."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
@ -1097,6 +1153,8 @@ msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з кукамі, калі "
"ласка дазвольце іх хаця б для гэтага сайту ці для 'same-origin' запытаў."
msgid "More information is available with DEBUG=True."
msgstr "Больш падрабязная інфармацыя даступная з DEBUG=True."
@ -1114,11 +1172,16 @@ msgid ""
"Of course, you haven't actually done any work yet. Next, start your first "
"app by running <code>python manage.py startapp [app_label]</code>."
msgstr ""
"Канешне вы не зрабілі яшчэ ніякай работы. Далей, пачніце вашу першую "
"праграму выканаўшы <code>python manage.py startapp [app_label]</code>."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Вы бачыце гэта паведамленне, таму што вы маеце <code>DEBUG = True</code> у "
"вашым файлу настройцы Django і вы не сканфігуравалі ніякіх спасылак URL. За "
"працу!"
msgid "No year specified"
msgstr "Не пазначылі год"

View File

@ -5,15 +5,15 @@
# Jannis Leidel <jannis@leidel.info>, 2011
# Lyuboslav Petrov <petrov.lyuboslav@gmail.com>, 2014
# Todor Lubenov <tgl.sysdev@gmail.com>, 2013-2015
# Venelin Stoykov <vkstoykov@gmail.com>, 2015
# Venelin Stoykov <vkstoykov@gmail.com>, 2015-2016
# vestimir <vestimir@gmail.com>, 2014
# Alexander Atanasov <aatanasov@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 16:05+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 17:31+0000\n"
"Last-Translator: Venelin Stoykov <vkstoykov@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
"bg/)\n"
@ -65,6 +65,9 @@ msgstr "датски език"
msgid "German"
msgstr "немски език"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "гръцки език"
@ -87,7 +90,7 @@ msgid "Argentinian Spanish"
msgstr "кастилски"
msgid "Colombian Spanish"
msgstr ""
msgstr "Колумбийски Испански"
msgid "Mexican Spanish"
msgstr "Мексикански испански"
@ -134,6 +137,9 @@ msgstr "хинди"
msgid "Croatian"
msgstr "хърватски език"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "унгарски език"
@ -194,8 +200,8 @@ msgstr "Марати"
msgid "Burmese"
msgstr "Бурмесе"
msgid "Norwegian Bokmal"
msgstr "норвежки букмол"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Непалски"
@ -293,9 +299,6 @@ msgstr "Статични файлове"
msgid "Syndication"
msgstr "Syndication"
msgid "Web Design"
msgstr "Web Design"
msgid "Enter a valid value."
msgstr "Въведете валидна стойност. "
@ -437,6 +440,9 @@ msgstr "Цяло число"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' стойност трябва да е цяло число."
msgid "Big (8 byte) integer"
msgstr "Голямо (8 байта) цяло число"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Стойността на '%(value)s' трябва да бъде или True или False."
@ -484,13 +490,15 @@ msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Стойността на '%(value)s' е с правилен формат ( ГГГГ-ММ-ДД ЧЧ:ММ[:сс[."
"μμμμμμ]][TZ]), но датата/часът са невалидни"
msgid "Date (with time)"
msgstr "Дата (и час)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgstr "Стойността на '%(value)s' трябва да е десетично число."
msgid "Decimal number"
msgstr "Десетична дроб"
@ -500,6 +508,8 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Стойността на '%(value)s' е с невалиден формат. Тя трябва да бъде в [ДД] "
"[ЧЧ:[ММ:]]сс[.μμμμμμ]"
msgid "Duration"
msgstr "Продължителност"
@ -517,9 +527,6 @@ msgstr "'%(value)s' стойност трябва да е число с плав
msgid "Floating point number"
msgstr "Число с плаваща запетая"
msgid "Big (8 byte) integer"
msgstr "Голямо (8 байта) цяло число"
msgid "IPv4 address"
msgstr "IPv4 адрес"
@ -528,7 +535,7 @@ msgstr "IP адрес"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgstr "Стойност '%(value)s' трябва да бъде или None, True или False."
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (Възможните стойности са True, False или None)"
@ -554,12 +561,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Стойността '%(value)s' е с невалиден формат. Тя трябва да бъде в ЧЧ:ММ [:"
"сс[.μμμμμμ]]"
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Стойността на '%(value)s' е в правилния формат (ЧЧ:ММ [:сс[.μμμμμμ]]), но "
"часът е невалиден."
msgid "Time"
msgstr "Време"
@ -582,7 +593,7 @@ msgstr "Изображение"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "Инстанция на %(model)s с %(field)s %(value)r не съществува."
msgid "Foreign Key (type determined by related field)"
msgstr "Външен ключ (тип, определен от свързаното поле)"
@ -590,6 +601,14 @@ msgstr "Външен ключ (тип, определен от свързано
msgid "One-to-one relationship"
msgstr "словенски език"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Много-към-много връзка"
@ -1070,12 +1089,19 @@ msgid ""
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Вие виждате това съобщение, защото този HTTPS сайт изисква 'Referer header' "
"да бъде изпратен от вашият WEB браузър, но такъв не бе изпратен. Този "
"header е задължителен от съображения за сигурност, за да се гарантира, че "
"вашият браузър не е компрометиран от трети страни."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Ако сте конфигурирали вашия браузър, да забраните 'Referer' headers, моля да "
"ги активирате отново, поне за този сайт, или за HTTPS връзки, или за 'same-"
"origin' заявки."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bengali (http://www.transifex.com/django/django/language/"
"bn/)\n"
@ -62,6 +62,9 @@ msgstr "ড্যানিশ"
msgid "German"
msgstr "জার্মান"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "গ্রিক"
@ -131,6 +134,9 @@ msgstr "হিন্দী"
msgid "Croatian"
msgstr "ক্রোয়েশিয়ান"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "হাঙ্গেরিয়ান"
@ -191,8 +197,8 @@ msgstr ""
msgid "Burmese"
msgstr "বার্মিজ"
msgid "Norwegian Bokmal"
msgstr "নরওয়েজীয় বোকমাল"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "নেপালি"
@ -290,9 +296,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "একটি বৈধ মান দিন।"
@ -419,6 +422,9 @@ msgstr "ইন্টিজার"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "বিগ (৮ বাইট) ইন্টিজার"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -492,9 +498,6 @@ msgstr ""
msgid "Floating point number"
msgstr "ফ্লোটিং পয়েন্ট সংখ্যা"
msgid "Big (8 byte) integer"
msgstr "বিগ (৮ বাইট) ইন্টিজার"
msgid "IPv4 address"
msgstr "IPv4 ঠিকানা"
@ -565,6 +568,14 @@ msgstr "ফরেন কি (টাইপ রিলেটেড ফিল্ড
msgid "One-to-one relationship"
msgstr "ওয়ান-টু-ওয়ান রিলেশানশিপ"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "ম্যানি-টু-ম্যানি রিলেশানশিপ"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n"
"MIME-Version: 1.0\n"
@ -58,6 +58,9 @@ msgstr "Daneg"
msgid "German"
msgstr "Alamaneg"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Gresianeg"
@ -127,6 +130,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Kroateg"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hungareg"
@ -187,8 +193,8 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Burmeg"
msgid "Norwegian Bokmal"
msgstr "Norvegeg Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "nepaleg"
@ -286,9 +292,6 @@ msgstr "Restroù statek"
msgid "Syndication"
msgstr "Sindikadur"
msgid "Web Design"
msgstr "Dizagn Web"
msgid "Enter a valid value."
msgstr "Merkit un talvoud reizh"
@ -417,6 +420,9 @@ msgstr "Anterin"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Anterin bras (8 okted)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -490,9 +496,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Niver gant skej nij"
msgid "Big (8 byte) integer"
msgstr "Anterin bras (8 okted)"
msgid "IPv4 address"
msgstr "Chomlec'h IPv4"
@ -563,6 +566,14 @@ msgstr "Alc'hwez estren (seurt termenet dre ar vaezienn liammet)"
msgid "One-to-one relationship"
msgstr "Darempred unan-ouzh-unan"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Darempred lies-ouzh-lies"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:34+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bosnian (http://www.transifex.com/django/django/language/"
"bs/)\n"
@ -61,6 +61,9 @@ msgstr "danski"
msgid "German"
msgstr "njemački"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "grčki"
@ -130,6 +133,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "hrvatski"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "mađarski"
@ -190,8 +196,8 @@ msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmal"
msgstr "Norveški književni"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr ""
@ -289,9 +295,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Unesite ispravnu vrijednost."
@ -425,6 +428,9 @@ msgstr "Cijeo broj"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Big (8 bajtni) integer"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -498,9 +504,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Broj sa pokrenom zapetom"
msgid "Big (8 byte) integer"
msgstr "Big (8 bajtni) integer"
msgid "IPv4 address"
msgstr ""
@ -571,6 +574,14 @@ msgstr "Strani ključ (tip određen povezanim poljem)"
msgid "One-to-one relationship"
msgstr "Jedan-na-jedan odnos"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Više-na-više odsnos"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-03-21 11:58+0000\n"
"Last-Translator: Antoni Aloy <aaloy@apsl.net>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Catalan (http://www.transifex.com/django/django/language/"
"ca/)\n"
"MIME-Version: 1.0\n"
@ -64,6 +64,9 @@ msgstr "danès"
msgid "German"
msgstr "alemany"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "grec"
@ -133,6 +136,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "croat"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "hongarès"
@ -193,8 +199,8 @@ msgstr "Maratí"
msgid "Burmese"
msgstr "Burmès"
msgid "Norwegian Bokmal"
msgstr "noruec bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalí"
@ -292,9 +298,6 @@ msgstr "Arxius estàtics"
msgid "Syndication"
msgstr "Sindicació"
msgid "Web Design"
msgstr "Disseny web"
msgid "Enter a valid value."
msgstr "Introduïu un valor vàlid."
@ -436,6 +439,9 @@ msgstr "Enter"
msgid "'%(value)s' value must be an integer."
msgstr "El valor '%(value)s' ha de ser un nombre enter."
msgid "Big (8 byte) integer"
msgstr "Enter gran (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "El valor '%(value)s' ha de ser \"True\" o \"False\"."
@ -519,9 +525,6 @@ msgstr "El valor '%(value)s' ha de ser un número de coma flotant."
msgid "Floating point number"
msgstr "Número de coma flotant"
msgid "Big (8 byte) integer"
msgstr "Enter gran (8 bytes)"
msgid "IPv4 address"
msgstr "Adreça IPv4"
@ -596,6 +599,14 @@ msgstr "Clau forana (tipus determinat pel camp relacionat)"
msgid "One-to-one relationship"
msgstr "Inter-relació un-a-un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Inter-relació molts-a-molts"

View File

@ -6,13 +6,13 @@
# Jirka Vejrazka <Jirka.Vejrazka@gmail.com>, 2011
# Tomáš Ehrlich <tomas.ehrlich@gmail.com>, 2015
# Vláďa Macek <macek@sandbox.cz>, 2012-2014
# Vláďa Macek <macek@sandbox.cz>, 2015
# Vláďa Macek <macek@sandbox.cz>, 2015-2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-09 08:40+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-09-16 22:28+0000\n"
"Last-Translator: Vláďa Macek <macek@sandbox.cz>\n"
"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n"
"MIME-Version: 1.0\n"
@ -63,6 +63,9 @@ msgstr "dánsky"
msgid "German"
msgstr "německy"
msgid "Lower Sorbian"
msgstr "Dolnolužická srbština"
msgid "Greek"
msgstr "řecky"
@ -132,6 +135,9 @@ msgstr "hindsky"
msgid "Croatian"
msgstr "chorvatsky"
msgid "Upper Sorbian"
msgstr "Hornolužická srbština"
msgid "Hungarian"
msgstr "maďarsky"
@ -192,8 +198,8 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "barmštinou"
msgid "Norwegian Bokmal"
msgstr "norsky (Bokmål)"
msgid "Norwegian Bokmål"
msgstr "Bokmål Norština"
msgid "Nepali"
msgstr "nepálsky"
@ -291,9 +297,6 @@ msgstr "Statické soubory"
msgid "Syndication"
msgstr "Syndikace"
msgid "Web Design"
msgstr "Design webu"
msgid "Enter a valid value."
msgstr "Zadejte platnou hodnotu."
@ -444,6 +447,9 @@ msgstr "Celé číslo"
msgid "'%(value)s' value must be an integer."
msgstr "Hodnota '%(value)s' musí být celé číslo."
msgid "Big (8 byte) integer"
msgstr "Velké číslo (8 bajtů)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Hodnota '%(value)s' musí být buď True nebo False."
@ -525,9 +531,6 @@ msgstr "Hodnota '%(value)s' musí být reálné číslo."
msgid "Floating point number"
msgstr "Číslo s pohyblivou řádovou čárkou"
msgid "Big (8 byte) integer"
msgstr "Velké číslo (8 bajtů)"
msgid "IPv4 address"
msgstr "Adresa IPv4"
@ -602,6 +605,14 @@ msgstr "Cizí klíč (typ určen pomocí souvisejícího pole)"
msgid "One-to-one relationship"
msgstr "Vazba jedna-jedna"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Vazba z %(from)s do %(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Vazby z %(from)s do %(to)s"
msgid "Many-to-many relationship"
msgstr "Vazba mnoho-mnoho"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n"
"MIME-Version: 1.0\n"
@ -60,6 +60,9 @@ msgstr "Daneg"
msgid "German"
msgstr "Almaeneg"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Groegedd"
@ -129,6 +132,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croasieg"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hwngareg"
@ -189,8 +195,8 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Byrmaneg"
msgid "Norwegian Bokmal"
msgstr "Bocmal Norwyeg "
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepaleg"
@ -288,9 +294,6 @@ msgstr "Ffeiliau Statig"
msgid "Syndication"
msgstr "Syndicetiad"
msgid "Web Design"
msgstr "Dylunio Gwe"
msgid "Enter a valid value."
msgstr "Rhowch werth dilys."
@ -444,6 +447,9 @@ msgstr "cyfanrif"
msgid "'%(value)s' value must be an integer."
msgstr "Rhaid i'r gwerth '%(value)s' fod yn gyfanrif."
msgid "Big (8 byte) integer"
msgstr "Cyfanrif mawr (8 beit)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Rhaid i werth '%(value)s' for unai'n True neu False."
@ -525,9 +531,6 @@ msgstr "Rhaid i '%(value)s' fod yn rif pwynt arnawf."
msgid "Floating point number"
msgstr "Rhif pwynt symudol"
msgid "Big (8 byte) integer"
msgstr "Cyfanrif mawr (8 beit)"
msgid "IPv4 address"
msgstr "Cyfeiriad IPv4"
@ -602,6 +605,14 @@ msgstr "Allwedd Estron (math yn ddibynol ar y maes cysylltiedig)"
msgid "One-to-one relationship"
msgstr "Perthynas un-i-un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Perthynas llawer-i-lawer"

View File

@ -3,7 +3,7 @@
# Translators:
# Christian Joergensen <christian@gmta.info>, 2012
# Danni Randeris <danniranderis+djangocore@gmail.com>, 2014
# Erik Wognsen <r4mses@gmail.com>, 2013-2015
# Erik Wognsen <r4mses@gmail.com>, 2013-2016
# Finn Gruwier Larsen, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# jonaskoelker <jonaskoelker@gnu.org>, 2012
@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-01 19:50+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 19:27+0000\n"
"Last-Translator: Erik Wognsen <r4mses@gmail.com>\n"
"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n"
"MIME-Version: 1.0\n"
@ -65,6 +65,9 @@ msgstr "dansk"
msgid "German"
msgstr "tysk"
msgid "Lower Sorbian"
msgstr "nedresorbisk"
msgid "Greek"
msgstr "græsk"
@ -134,6 +137,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "kroatisk"
msgid "Upper Sorbian"
msgstr "øvresorbisk"
msgid "Hungarian"
msgstr "ungarsk"
@ -194,7 +200,7 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "burmesisk"
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr "norsk bokmål"
msgid "Nepali"
@ -293,9 +299,6 @@ msgstr "Static Files"
msgid "Syndication"
msgstr "Syndication"
msgid "Web Design"
msgstr "Web Design"
msgid "Enter a valid value."
msgstr "Indtast en gyldig værdi."
@ -429,6 +432,9 @@ msgstr "Heltal"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s'-værdien skal være et heltal."
msgid "Big (8 byte) integer"
msgstr "Stort heltal (8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s'-værdien skal være enten True eller False."
@ -512,9 +518,6 @@ msgstr "'%(value)s'-værdien skal være en float (et kommatal)."
msgid "Floating point number"
msgstr "Flydende-komma-tal"
msgid "Big (8 byte) integer"
msgstr "Stort heltal (8 byte)"
msgid "IPv4 address"
msgstr "IPv4-adresse"
@ -589,6 +592,14 @@ msgstr "Fremmednøgle (type bestemt af relateret felt)"
msgid "One-to-one relationship"
msgstr "En-til-en-relation"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s-relation"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s-relationer"
msgid "Many-to-many relationship"
msgstr "Mange-til-mange-relation"

View File

@ -5,15 +5,16 @@
# Florian Apolloner <florian@apolloner.eu>, 2011
# Dunedan <dunedan@phoenitydawn.de>, 2016
# Jannis Vajen, 2011,2013
# Jannis Leidel <jannis@leidel.info>, 2013-2015
# Jannis Leidel <jannis@leidel.info>, 2013-2016
# Jannis Vajen, 2016
# Markus Holtermann <inyoka@markusholtermann.eu>, 2013,2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-04-06 17:21+0000\n"
"Last-Translator: Dunedan <dunedan@phoenitydawn.de>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-26 11:37+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -63,6 +64,9 @@ msgstr "Dänisch"
msgid "German"
msgstr "Deutsch"
msgid "Lower Sorbian"
msgstr "Niedersorbisch"
msgid "Greek"
msgstr "Griechisch"
@ -132,6 +136,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Kroatisch"
msgid "Upper Sorbian"
msgstr "Obersorbisch"
msgid "Hungarian"
msgstr "Ungarisch"
@ -192,7 +199,7 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Birmanisch"
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr "Norwegisch (Bokmål)"
msgid "Nepali"
@ -291,9 +298,6 @@ msgstr "Statische Dateien"
msgid "Syndication"
msgstr "Syndication"
msgid "Web Design"
msgstr "Webdesign"
msgid "Enter a valid value."
msgstr "Bitte einen gültigen Wert eingeben."
@ -309,24 +313,24 @@ msgstr "Bitte gültige E-Mail-Adresse eingeben."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Bitte ein gültiges Kürzel, bestehend aus Buchstaben, Ziffern, Unter- und "
"Bindestrichen, eingeben."
"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben, Ziffern, "
"Unter- und Bindestrichen."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Bitte ein gültiges Kürzel, bestehend aus Buchstaben (Unicode), Ziffern, "
"Unter- und Bindestrichen, eingeben."
"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben (Unicode), "
"Ziffern, Unter- und Bindestrichen."
msgid "Enter a valid IPv4 address."
msgstr "Bitte eine gültige IPv4-Adresse eingeben."
msgid "Enter a valid IPv6 address."
msgstr "Eine gültige IPv6-Adresse eingeben."
msgstr "Bitte eine gültige IPv6-Adresse eingeben."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Eine gültige IPv4- oder IPv6-Adresse eingeben"
msgstr "Bitte eine gültige IPv4- oder IPv6-Adresse eingeben"
msgid "Enter only digits separated by commas."
msgstr "Bitte nur durch Komma getrennte Ziffern eingeben."
@ -441,6 +445,9 @@ msgstr "Ganzzahl"
msgid "'%(value)s' value must be an integer."
msgstr "%(value)s Wert muss eine Ganzzahl sein."
msgid "Big (8 byte) integer"
msgstr "Große Ganzzahl (8 Byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "%(value)s Wert muss entweder True oder False sein."
@ -523,9 +530,6 @@ msgstr "%(value)s Wert muss eine Fließkommazahl sein."
msgid "Floating point number"
msgstr "Gleitkommazahl"
msgid "Big (8 byte) integer"
msgstr "Große Ganzzahl (8 Byte)"
msgid "IPv4 address"
msgstr "IPv4-Adresse"
@ -600,6 +604,14 @@ msgstr "Fremdschlüssel (Typ definiert durch verknüpftes Feld)"
msgid "One-to-one relationship"
msgstr "1:1-Beziehung"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s-Beziehung"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s-Beziehungen"
msgid "Many-to-many relationship"
msgstr "n:m-Beziehung"

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -6,16 +6,19 @@
# Giannis Meletakis <meletakis@gmail.com>, 2015
# Jannis Leidel <jannis@leidel.info>, 2011
# Nikolas Demiridis <nikolas@demiridis.gr>, 2014
# Panos Laganakos <panos.laganakos@gmail.com>, 2014
# Stavros Korokithakis <stavros@korokithakis.net>, 2014
# Nick Mavrakis <mavrakis.n@gmail.com>, 2016
# Pãnoș <panos.laganakos@gmail.com>, 2014
# Pãnoș <panos.laganakos@gmail.com>, 2016
# Serafeim Papastefanos <spapas@gmail.com>, 2016
# Stavros Korokithakis <stavros@korokithakis.net>, 2014,2016
# Yorgos Pagles <y.pagles@gmail.com>, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-14 16:48+0000\n"
"Last-Translator: Nick Mavrakis <mavrakis.n@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -65,6 +68,9 @@ msgstr "Δανέζικα"
msgid "German"
msgstr "Γερμανικά"
msgid "Lower Sorbian"
msgstr "Κάτω Σορβικά"
msgid "Greek"
msgstr "Ελληνικά"
@ -87,7 +93,7 @@ msgid "Argentinian Spanish"
msgstr "Ισπανικά Αργεντινής"
msgid "Colombian Spanish"
msgstr ""
msgstr "Ισπανικά Κολομβίας"
msgid "Mexican Spanish"
msgstr "Μεξικανική διάλεκτος Ισπανικών"
@ -120,7 +126,7 @@ msgid "Irish"
msgstr "Ιρλανδικά"
msgid "Scottish Gaelic"
msgstr ""
msgstr "Σκωτσέζικα Γαελικά"
msgid "Galician"
msgstr "Γαελικά"
@ -134,6 +140,9 @@ msgstr "Ινδικά"
msgid "Croatian"
msgstr "Κροατικά"
msgid "Upper Sorbian"
msgstr "Άνω Σορβικά"
msgid "Hungarian"
msgstr "Ουγγρικά"
@ -144,7 +153,7 @@ msgid "Indonesian"
msgstr "Ινδονησιακά"
msgid "Ido"
msgstr ""
msgstr "Ίντο"
msgid "Icelandic"
msgstr "Ισλανδικά"
@ -194,8 +203,8 @@ msgstr "Μαράθι"
msgid "Burmese"
msgstr "Βιρμανικά"
msgid "Norwegian Bokmal"
msgstr "Νορβηγική διάλεκτος Μποκμάλ - \"γλώσσα των βιβλίων\""
msgid "Norwegian Bokmål"
msgstr "Νορβηγικά Μποκμάλ"
msgid "Nepali"
msgstr "Νεπαλέζικα"
@ -282,7 +291,7 @@ msgid "Traditional Chinese"
msgstr "Παραδοσιακά Κινέζικα"
msgid "Messages"
msgstr ""
msgstr "Μηνύματα"
msgid "Site Maps"
msgstr "Χάρτες Ιστότοπου"
@ -291,10 +300,7 @@ msgid "Static Files"
msgstr "Στατικά Αρχεία"
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr "Σχεδιασμός Ιστοσελίδων"
msgstr "Syndication"
msgid "Enter a valid value."
msgstr "Εισάγετε μια έγκυρη τιμή."
@ -311,15 +317,18 @@ msgstr "Εισάγετε μια έγκυρη διεύθυνση ηλ. ταχυδ
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Ένα έγκυρο 'slug' αποτελείται από γράμματα, αριθμούς, παύλες ή κάτω παύλες."
"Εισάγετε ένα έγκυρο 'slug' αποτελούμενο από γράμματα, αριθμούς, παύλες ή "
"κάτω παύλες."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Ένα έγκυρο 'slug' αποτελείται από Unicode γράμματα, αριθμούς, παύλες ή κάτω "
"παύλες."
msgid "Enter a valid IPv4 address."
msgstr "Εισάγετε μια έγκυρη διεύθυνση IPv4."
msgstr "Εισάγετε μια έγκυρη IPv4 διεύθυνση."
msgid "Enter a valid IPv6 address."
msgstr "Εισάγετε μία έγκυρη IPv6 διεύθυνση"
@ -392,7 +401,9 @@ msgid ""
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή."
msgstr[1] ""
"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή."
msgid "and"
msgstr "και"
@ -406,7 +417,7 @@ msgid "Value %(value)r is not a valid choice."
msgstr "Η τιμή %(value)r δεν είναι έγκυρη επιλογή."
msgid "This field cannot be null."
msgstr "Αυτό το πεδίο δεν μπορεί να είναι κενό (null)."
msgstr "Το πεδίο αυτό δεν μπορεί να είναι μηδενικό (null)."
msgid "This field cannot be blank."
msgstr "Το πεδίο αυτό δεν μπορεί να είναι κενό."
@ -426,7 +437,7 @@ msgstr ""
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Είδος πεδίου: %(field_type)s"
msgstr "Πεδίο τύπου: %(field_type)s"
msgid "Integer"
msgstr "Ακέραιος"
@ -435,6 +446,9 @@ msgstr "Ακέραιος"
msgid "'%(value)s' value must be an integer."
msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος."
msgid "Big (8 byte) integer"
msgstr "Μεγάλος ακέραιος - big integer (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Η τιμή '%(value)s' πρέπει να είναι είτε True ή False."
@ -481,13 +495,15 @@ msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Η τιμή '%(value)s' έχει τη σωστή μορφή (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) "
"αλλά δεν αντιστοιχεί σε σωστή ημερομηνία και ώρα."
msgid "Date (with time)"
msgstr "Ημερομηνία (με την ώρα)"
msgstr "Ημερομηνία (με ώρα)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Η '%(value)s' τιμή πρέπει να είναι ακέραιος."
msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος."
msgid "Decimal number"
msgstr "Δεκαδικός αριθμός"
@ -497,6 +513,8 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής [DD] [HH:"
"[MM:]]ss[.uuuuuu]."
msgid "Duration"
msgstr "Διάρκεια"
@ -514,14 +532,11 @@ msgstr "Η '%(value)s' τιμή πρέπει να είναι δεκαδικός.
msgid "Floating point number"
msgstr "Αριθμός κινητής υποδιαστολής"
msgid "Big (8 byte) integer"
msgstr "Μεγάλος ακέραιος - big integer (8 bytes)"
msgid "IPv4 address"
msgstr "Διεύθυνση IPv4"
msgid "IP address"
msgstr "διεύθυνση IP"
msgstr "IP διεύθυνση"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
@ -551,12 +566,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής HH:MM[:"
"ss[.uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Η τιμή '%(value)s' έχει τη σωστή μορφή (HH:MM[:ss[.uuuuuu]]) αλλά δεν "
"αντιστοιχή σε σωστή ώρα."
msgid "Time"
msgstr "Ώρα"
@ -565,11 +584,11 @@ msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr ""
msgstr "Δυαδικά δεδομένα"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' δεν είναι ένα έγκυρο UUID."
msgid "File"
msgstr "Αρχείο"
@ -580,15 +599,22 @@ msgstr "Εικόνα"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
"Το μοντέλο %(model)s με την τιμή %(value)r του πεδίου %(field)s δεν υπάρχει."
msgid "Foreign Key (type determined by related field)"
msgstr ""
"Εξωτερικό Κλειδί - Foreign Key (ο τύπος καθορίζεται από το πεδίο του "
"συσχετισμού)"
msgstr "Foreign Key (ο τύπος καθορίζεται από το πεδίο του συσχετισμού)"
msgid "One-to-one relationship"
msgstr "Σχέση ένα-προς-ένα"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "σχέση %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "σχέσεις %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Σχέση πολλά-προς-πολλά"
@ -617,14 +643,14 @@ msgid "Enter a valid date/time."
msgstr "Εισάγετε μια έγκυρη ημερομηνία/ώρα."
msgid "Enter a valid duration."
msgstr ""
msgstr "Εισάγετε μια έγκυρη διάρκεια."
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"Δεν έχει υποβληθεί κάποιο αρχείο. Ελέγξτε τον τύπο κωδικοποίησης στη φόρμα."
msgid "No file was submitted."
msgstr "Δεν έχει υποβληθεί κάποιο αρχείο."
msgstr "Δεν υποβλήθηκε κάποιο αρχείο."
msgid "The submitted file is empty."
msgstr "Το αρχείο που υποβλήθηκε είναι κενό."
@ -634,7 +660,11 @@ msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το "
"παρόν έχει %(length)d)."
msgstr[1] ""
"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το "
"παρόν έχει %(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
@ -646,7 +676,7 @@ msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Βεβεαιωθείτε ότι το αρχείο που έχετε επιλέξει για αποστολή είναι αρχείο "
"Βεβαιωθείτε ότι το αρχείο που έχετε επιλέξει για αποστολή είναι αρχείο "
"εικόνας. Το τρέχον είτε δεν ήταν εικόνα είτε έχει υποστεί φθορά."
#, python-format
@ -662,7 +692,7 @@ msgid "Enter a complete value."
msgstr "Εισάγετε μια πλήρης τιμή"
msgid "Enter a valid UUID."
msgstr ""
msgstr "Εισάγετε μια έγκυρη UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
@ -670,7 +700,7 @@ msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
msgstr "(Κρυφό πεδίο %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Τα δεδομένα του ManagementForm λείπουν ή έχουν αλλοιωθεί"
@ -716,8 +746,8 @@ msgstr "Έχετε ξαναεισάγει την ίδια τιμη. Βεβαιω
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Το ενσωματωμένο εξωτερικό κλειδί δεν αντιστοιχεί με το κλειδί του "
"αντικειμένου από το οποίο πηγάζει."
"Το inline foreign key δεν αντιστοιχεί με το primary κλειδί του γονικού "
"object."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
@ -733,6 +763,8 @@ msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"Η ημερομηνία %(datetime)s δεν μπόρεσε να μετατραπεί στην ζώνη ώρας "
"%(current_timezone)s; ίσως να είναι ασαφής ή να μην υπάρχει."
msgid "Currently"
msgstr "Τώρα"
@ -741,7 +773,7 @@ msgid "Change"
msgstr "Επεξεργασία"
msgid "Clear"
msgstr "Εκκαθάσριση"
msgstr "Εκκαθάριση"
msgid "Unknown"
msgstr "Άγνωστο"
@ -1067,7 +1099,7 @@ msgid "Forbidden"
msgstr "Απαγορευμένο"
msgid "CSRF verification failed. Request aborted."
msgstr "Η πιστοποίηση CSRF απέτυχε. Το αίτημα απέτυχε"
msgstr "Η πιστοποίηση CSRF απέτυχε. Το αίτημα ματαιώθηκε."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
@ -1075,45 +1107,63 @@ msgid ""
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Βλέπετε αυτό το μήνυμα επειδή αυτή η HTTPS σελίδα απαιτεί από τον Web "
"browser σας να σταλεί ένας 'Referer header', όμως τίποτα δεν στάλθηκε. Αυτός "
"ο header είναι απαραίτητος για λόγους ασφαλείας, για να εξασφαλιστεί ότι ο "
"browser δεν έχει γίνει hijacked από τρίτους."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Αν οι 'Referer' headers είναι απενεργοποιημένοι στον browser σας από εσάς, "
"παρακαλούμε να τους ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για "
"τις συνδέσεις HTTPS ή για τα 'same-origin' requests."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Βλέπετε αυτό το μήνυμα επειδή αυτή η σελίδα απαιτεί ένα CSRF cookie, όταν "
"κατατίθενται φόρμες. Αυτό το cookie είναι απαραίτητο για λόγους ασφαλείας, "
"για να εξασφαλιστεί ότι ο browser δεν έχει γίνει hijacked από τρίτους."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Αν τα cookies είναι απενεργοποιημένα στον browser σας από εσάς, παρακαλούμε "
"να τα ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για τα 'same-"
"origin' requests."
msgid "More information is available with DEBUG=True."
msgstr "Περισσότερες πληροφορίες είναι διαθέσιμες με DEBUG=True"
msgstr "Περισσότερες πληροφορίες είναι διαθέσιμες με DEBUG=True."
msgid "Welcome to Django"
msgstr ""
msgstr "Καλωσήρθατε στο Django"
msgid "It worked!"
msgstr ""
msgstr "Δούλεψε!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgstr "Συγχαρητήρια στην πρώτη Django-τροφοδοτούμενη σελίδα σας."
msgid ""
"Of course, you haven't actually done any work yet. Next, start your first "
"app by running <code>python manage.py startapp [app_label]</code>."
msgstr ""
"Φυσίκα, δεν έχετε κάνει καμία δουλειά ακόμα. Ξεκινήστε την πρώτη σας "
"εφαρμογή εκτελώντας <code>python manage.py startapp [app_label]</code>."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Βλέπετε αυτό το μήνυμα επείδη έχετε <code>DEBUG = True</code> στο αρχείο "
"settings του Django σας και δεν έχετε ρυθμίσει καμία URL. Στρωθείτε στην "
"δουλειά!"
msgid "No year specified"
msgstr "Δεν έχει οριστεί χρονιά"
@ -1160,7 +1210,7 @@ msgstr "Άκυρη σελίδα (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Άδεια λίστα ενώ '%(class_name)s.allow_empty' δεν έχει τεθεί."
msgstr "Άδεια λίστα και το '%(class_name)s.allow_empty' είναι False."
msgid "Directory indexes are not allowed here."
msgstr "Τα ευρετήρια καταλόγων δεν επιτρέπονται εδώ."

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-17 23:12+0200\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -69,7 +69,11 @@ msgstr ""
msgid "German"
msgstr ""
#: conf/global_settings.py:65
#: conf/global_settings.py:70
msgid "Lower Sorbian"
msgstr ""
#: conf/global_settings.py:71
msgid "Greek"
msgstr ""
@ -161,7 +165,11 @@ msgstr ""
msgid "Croatian"
msgstr ""
#: conf/global_settings.py:86
#: conf/global_settings.py:94
msgid "Upper Sorbian"
msgstr ""
#: conf/global_settings.py:95
msgid "Hungarian"
msgstr ""

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English (Australia) (http://www.transifex.com/django/django/"
"language/en_AU/)\n"
@ -59,6 +59,9 @@ msgstr "Danish"
msgid "German"
msgstr "German"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Greek"
@ -128,6 +131,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croatian"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hungarian"
@ -188,8 +194,8 @@ msgstr ""
msgid "Burmese"
msgstr "Burmese"
msgid "Norwegian Bokmal"
msgstr "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepali"
@ -287,9 +293,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Enter a valid value."
@ -425,6 +428,9 @@ msgstr "Integer"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Big (8 byte) integer"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -498,9 +504,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Floating point number"
msgid "Big (8 byte) integer"
msgstr "Big (8 byte) integer"
msgid "IPv4 address"
msgstr "IPv4 address"
@ -571,6 +574,14 @@ msgstr "Foreign Key (type determined by related field)"
msgid "One-to-one relationship"
msgstr "One-to-one relationship"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Many-to-many relationship"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/django/"
"django/language/en_GB/)\n"
@ -61,6 +61,9 @@ msgstr "Danish"
msgid "German"
msgstr "German"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Greek"
@ -130,6 +133,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croatian"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hungarian"
@ -190,8 +196,8 @@ msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmal"
msgstr "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepali"
@ -289,9 +295,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Enter a valid value."
@ -417,6 +420,9 @@ msgstr "Integer"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Big (8 byte) integer"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -490,9 +496,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Floating point number"
msgid "Big (8 byte) integer"
msgstr "Big (8 byte) integer"
msgid "IPv4 address"
msgstr "IPv4 address"
@ -563,6 +566,14 @@ msgstr "Foreign Key (type determined by related field)"
msgid "One-to-one relationship"
msgstr "One-to-one relationship"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Many-to-many relationship"

View File

@ -2,7 +2,7 @@
#
# Translators:
# Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2012-2013
# Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2013-2015
# Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2013-2016
# batisteo <bapdarth@yahoo·fr>, 2011
# Dinu Gherman <gherman@darwin.in-berlin.de>, 2011
# kristjan <kristjan.schmidt@googlemail.com>, 2011
@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-05 12:16+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-09-29 18:22+0000\n"
"Last-Translator: Baptiste Darthenay <baptiste+transifex@darthenay.fr>\n"
"Language-Team: Esperanto (http://www.transifex.com/django/django/language/"
"eo/)\n"
@ -64,6 +64,9 @@ msgstr "Dana"
msgid "German"
msgstr "Germana"
msgid "Lower Sorbian"
msgstr "Malsuprasaroba"
msgid "Greek"
msgstr "Greka"
@ -133,6 +136,9 @@ msgstr "Hinda"
msgid "Croatian"
msgstr "Kroata"
msgid "Upper Sorbian"
msgstr "Suprasoraba"
msgid "Hungarian"
msgstr "Hungara"
@ -193,8 +199,8 @@ msgstr "Marata"
msgid "Burmese"
msgstr "Birma"
msgid "Norwegian Bokmal"
msgstr "Norvega (bokmål)"
msgid "Norwegian Bokmål"
msgstr "Norvega Bbokmål"
msgid "Nepali"
msgstr "Nepala"
@ -292,9 +298,6 @@ msgstr "Statikaj dosieroj"
msgid "Syndication"
msgstr "Abonrilato"
msgid "Web Design"
msgstr "Reteja dezajno"
msgid "Enter a valid value."
msgstr "Enigu validan valoron."
@ -432,6 +435,9 @@ msgstr "Entjero"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' valoro devas esti entjero."
msgid "Big (8 byte) integer"
msgstr "Granda (8 bitoka) entjero"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' valoro devas esti Vera aŭ Malvera"
@ -515,9 +521,6 @@ msgstr "'%(value)s' valoro devas esti glitkoma nombro."
msgid "Floating point number"
msgstr "Glitkoma nombro"
msgid "Big (8 byte) integer"
msgstr "Granda (8 bitoka) entjero"
msgid "IPv4 address"
msgstr "IPv4-adreso"
@ -592,6 +595,14 @@ msgstr "Fremda ŝlosilo (tipo determinita per rilata kampo)"
msgid "One-to-one relationship"
msgstr "Unu-al-unu rilato"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s rilato"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s rilatoj"
msgid "Many-to-many relationship"
msgstr "Mult-al-multa rilato"

View File

@ -6,7 +6,7 @@
# Antoni Aloy <aaloy@apsl.net>, 2011-2014
# Diego Andres Sanabria Martin <diegueus9@gmail.com>, 2012
# Diego Schulz <dschulz@gmail.com>, 2012
# Ernesto Avilés Vázquez <whippiii@gmail.com>, 2015
# Ernesto Avilés Vázquez <whippiii@gmail.com>, 2015-2016
# Ernesto Avilés Vázquez <whippiii@gmail.com>, 2014
# franchukelly <inactive+franchukelly@transifex.com>, 2011
# Igor Támara <igor@tamarapatino.org>, 2015
@ -25,9 +25,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-03-09 22:54+0000\n"
"Last-Translator: Yusuf (Josè) Luis <alagunajs@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-08-03 15:35+0000\n"
"Last-Translator: Ernesto Avilés Vázquez <whippiii@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/django/django/language/"
"es/)\n"
"MIME-Version: 1.0\n"
@ -78,6 +78,9 @@ msgstr "Danés"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr "Bajo sorbio"
msgid "Greek"
msgstr "Griego"
@ -147,6 +150,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croata"
msgid "Upper Sorbian"
msgstr "Alto sorbio"
msgid "Hungarian"
msgstr "Húngaro"
@ -207,8 +213,8 @@ msgstr "Maratí"
msgid "Burmese"
msgstr "Birmano"
msgid "Norwegian Bokmal"
msgstr "Nokmål"
msgid "Norwegian Bokmål"
msgstr "Bokmål noruego"
msgid "Nepali"
msgstr "Nepalí"
@ -306,9 +312,6 @@ msgstr "Archivos estáticos"
msgid "Syndication"
msgstr "Sindicación"
msgid "Web Design"
msgstr "Diseño Web"
msgid "Enter a valid value."
msgstr "Introduzca un valor correcto."
@ -450,6 +453,9 @@ msgstr "Entero"
msgid "'%(value)s' value must be an integer."
msgstr "El valor'%(value)s' debe ser un entero."
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "El valor '%(value)s' debe ser verdadero o falso."
@ -533,9 +539,6 @@ msgstr "El valor '%(value)s' debe ser un float."
msgid "Floating point number"
msgstr "Número en coma flotante"
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
msgid "IPv4 address"
msgstr "Dirección IPv4"
@ -610,6 +613,14 @@ msgstr "Llave foránea (tipo determinado por el campo relacionado)"
msgid "One-to-one relationship"
msgstr "Relación uno-a-uno"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "relación %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "relaciones %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"

View File

@ -4,13 +4,13 @@
# Jannis Leidel <jannis@leidel.info>, 2011
# lardissone <lardissone@gmail.com>, 2014
# poli <poli@devartis.com>, 2014
# Ramiro Morales, 2013-2015
# Ramiro Morales, 2013-2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-30 00:25+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-30 23:44+0000\n"
"Last-Translator: Ramiro Morales\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/"
"language/es_AR/)\n"
@ -62,6 +62,9 @@ msgstr "danés"
msgid "German"
msgstr "alemán"
msgid "Lower Sorbian"
msgstr "bajo sorabo"
msgid "Greek"
msgstr "griego"
@ -131,6 +134,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "croata"
msgid "Upper Sorbian"
msgstr "alto sorabo"
msgid "Hungarian"
msgstr "húngaro"
@ -191,8 +197,8 @@ msgstr "maratí"
msgid "Burmese"
msgstr "burmés"
msgid "Norwegian Bokmal"
msgstr "bokmål"
msgid "Norwegian Bokmål"
msgstr "bokmål noruego"
msgid "Nepali"
msgstr "nepalés"
@ -290,9 +296,6 @@ msgstr "Archivos estáticos"
msgid "Syndication"
msgstr "Sindicación"
msgid "Web Design"
msgstr "Diseño Web"
msgid "Enter a valid value."
msgstr "Introduzca un valor válido."
@ -435,6 +438,9 @@ msgstr "Entero"
msgid "'%(value)s' value must be an integer."
msgstr "El valor de '%(value)s' debe ser un número entero."
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "El valor de '%(value)s' debe ser Verdadero o Falso."
@ -518,9 +524,6 @@ msgstr "El valor de '%(value)s' debe ser un número de coma flotante."
msgid "Floating point number"
msgstr "Número de punto flotante"
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
msgid "IPv4 address"
msgstr "Dirección IPv4"
@ -595,6 +598,14 @@ msgstr "Clave foránea (el tipo está determinado por el campo relacionado)"
msgid "One-to-one relationship"
msgstr "Relación uno-a-uno"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "relación %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "relaciones %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/"
"language/es_CO/)\n"
@ -59,6 +59,9 @@ msgstr "Danés"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Griego"
@ -128,6 +131,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croata"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Húngaro"
@ -188,8 +194,8 @@ msgstr "Maratí"
msgid "Burmese"
msgstr "Birmano"
msgid "Norwegian Bokmal"
msgstr "Nokmål"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalí"
@ -287,9 +293,6 @@ msgstr "Archivos estáticos"
msgid "Syndication"
msgstr "Sindicación"
msgid "Web Design"
msgstr "Diseño web"
msgid "Enter a valid value."
msgstr "Ingrese un valor válido."
@ -429,6 +432,9 @@ msgstr "Entero"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' debe ser un valor entero."
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' debe ser Verdadero o Falso"
@ -512,9 +518,6 @@ msgstr "El valor '%(value)s' debe ser un número real."
msgid "Floating point number"
msgstr "Número de punto flotante"
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
msgid "IPv4 address"
msgstr "Dirección IPv4"
@ -589,6 +592,14 @@ msgstr "Llave foránea (tipo determinado por el campo relacionado)"
msgid "One-to-one relationship"
msgstr "Relación uno-a-uno"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/"
"language/es_MX/)\n"
@ -60,6 +60,9 @@ msgstr "Danés"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Griego"
@ -129,6 +132,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croata"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Húngaro"
@ -189,8 +195,8 @@ msgstr ""
msgid "Burmese"
msgstr "burmés"
msgid "Norwegian Bokmal"
msgstr "Noruego Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepal"
@ -288,9 +294,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Introduzca un valor válido."
@ -421,6 +424,9 @@ msgstr "Entero"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -494,9 +500,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Número de punto flotante"
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
msgid "IPv4 address"
msgstr "Dirección IPv4"
@ -567,6 +570,14 @@ msgstr "Clave foránea (el tipo está determinado por el campo relacionado)"
msgid "One-to-one relationship"
msgstr "Relación uno-a-uno"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-03-31 00:58+0000\n"
"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/django/django/"
"language/es_VE/)\n"
"MIME-Version: 1.0\n"
@ -60,6 +60,9 @@ msgstr "Danés"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Griego"
@ -129,6 +132,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croata"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Húngaro"
@ -189,8 +195,8 @@ msgstr "Maratí"
msgid "Burmese"
msgstr "Birmano"
msgid "Norwegian Bokmal"
msgstr "Noruego Bokmål"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalí"
@ -288,9 +294,6 @@ msgstr "Archivos estáticos"
msgid "Syndication"
msgstr "Sindicación"
msgid "Web Design"
msgstr "Diseño web"
msgid "Enter a valid value."
msgstr "Introduzca un valor válido."
@ -430,6 +433,9 @@ msgstr "Entero"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' debe ser un valor entero."
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' debe ser Verdadero o Falso."
@ -513,9 +519,6 @@ msgstr "el valor '%(value)s' debe ser un número real."
msgid "Floating point number"
msgstr "Número de punto flotante"
msgid "Big (8 byte) integer"
msgstr "Entero grande (8 bytes)"
msgid "IPv4 address"
msgstr "Dirección IPv4"
@ -590,6 +593,14 @@ msgstr "Clave foránea (tipo determinado por el campo relacionado)"
msgid "One-to-one relationship"
msgstr "Relación uno a uno"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Relación muchos a muchos"

View File

@ -5,15 +5,16 @@
# Jannis Leidel <jannis@leidel.info>, 2011
# Janno Liivak <jannolii@gmail.com>, 2013-2015
# madisvain <madisvain@gmail.com>, 2011
# Martin <martinpajuste@gmail.com>, 2014-2015
# Marti Raudsepp <marti@juffo.org>, 2014
# Martin Pajuste <martinpajuste@gmail.com>, 2014-2015
# Martin Pajuste <martinpajuste@gmail.com>, 2016
# Marti Raudsepp <marti@juffo.org>, 2014,2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:41+0000\n"
"Last-Translator: Janno Liivak <jannolii@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-18 21:42+0000\n"
"Last-Translator: Marti Raudsepp <marti@juffo.org>\n"
"Language-Team: Estonian (http://www.transifex.com/django/django/language/"
"et/)\n"
"MIME-Version: 1.0\n"
@ -64,6 +65,9 @@ msgstr "taani"
msgid "German"
msgstr "saksa"
msgid "Lower Sorbian"
msgstr " alamsorbi"
msgid "Greek"
msgstr "kreeka"
@ -133,6 +137,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "horvaatia"
msgid "Upper Sorbian"
msgstr "ülemsorbi"
msgid "Hungarian"
msgstr "ungari"
@ -193,8 +200,8 @@ msgstr "marathi"
msgid "Burmese"
msgstr "birma"
msgid "Norwegian Bokmal"
msgstr "norra (bokmal)"
msgid "Norwegian Bokmål"
msgstr "norra bokmål"
msgid "Nepali"
msgstr "nepali"
@ -292,9 +299,6 @@ msgstr "Staatilised failid"
msgid "Syndication"
msgstr "Sündikeerimine"
msgid "Web Design"
msgstr "Veebidisain"
msgid "Enter a valid value."
msgstr "Sisestage korrektne väärtus."
@ -434,6 +438,9 @@ msgstr "Täisarv"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' väärtus peab olema täisarv."
msgid "Big (8 byte) integer"
msgstr "Suur (8 baiti) täisarv"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' väärtus peab olema kas Tõene või Väär."
@ -516,9 +523,6 @@ msgstr "'%(value)s' väärtus peab olema ujukomaarv."
msgid "Floating point number"
msgstr "Ujukomaarv"
msgid "Big (8 byte) integer"
msgstr "Suur (8 baiti) täisarv"
msgid "IPv4 address"
msgstr "IPv4 aadress"
@ -593,6 +597,14 @@ msgstr "Välisvõti (tüübi määrab seotud väli) "
msgid "One-to-one relationship"
msgstr "Üks-ühele seos"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s seos"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s seosed"
msgid "Many-to-many relationship"
msgstr "Mitu-mitmele seos"

View File

@ -2,19 +2,19 @@
#
# Translators:
# Aitzol Naberan <anaberan@codesyntax.com>, 2013
# ander <ander.basaundi@gmail.com>, 2013-2014
# Ander Martínez <ander.basaundi@gmail.com>, 2013-2014
# Jannis Leidel <jannis@leidel.info>, 2011
# jazpillaga <jazpillaga@codesyntax.com>, 2011
# julen <julenx@gmail.com>, 2011-2012
# julen <julenx@gmail.com>, 2013,2015
# totorika93 <totorika93@gmail.com>, 2012
# Unai Zalakain <unai@gisa-elkartea.org>, 2013
# Unai Zalakain <inactive+unaizalakain@transifex.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n"
"MIME-Version: 1.0\n"
@ -65,6 +65,9 @@ msgstr "Daniera"
msgid "German"
msgstr "Alemaniera"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Greziera"
@ -134,6 +137,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Kroaziarra"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hungariera"
@ -194,8 +200,8 @@ msgstr ""
msgid "Burmese"
msgstr "Birmaniera"
msgid "Norwegian Bokmal"
msgstr "Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalera"
@ -293,9 +299,6 @@ msgstr "Fitxategi estatikoak"
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr "Web diseinua"
msgid "Enter a valid value."
msgstr "Idatzi balio zuzena."
@ -431,6 +434,9 @@ msgstr "Zenbaki osoa"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Zenbaki osoa (handia 8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -504,9 +510,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Koma higikorreko zenbakia (float)"
msgid "Big (8 byte) integer"
msgstr "Zenbaki osoa (handia 8 byte)"
msgid "IPv4 address"
msgstr "IPv4 helbidea"
@ -577,6 +580,14 @@ msgstr "1-N (mota erlazionatutako eremuaren arabera)"
msgid "One-to-one relationship"
msgstr "Bat-bat erlazioa"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "M:N erlazioa"

View File

@ -6,6 +6,7 @@
# Jannis Leidel <jannis@leidel.info>, 2011
# Mazdak Badakhshan <geraneum@gmail.com>, 2014
# Mohammad Hossein Mojtahedi <Mhm5000@gmail.com>, 2013
# Pouya Abbassi, 2016
# Reza Mohammadi <reza@teeleh.ir>, 2013-2016
# Saeed <sd.javadi@gmail.com>, 2011
# Sina Cheraghi <sinacher@gmail.com>, 2011
@ -13,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-02-15 08:31+0000\n"
"Last-Translator: Reza Mohammadi <reza@teeleh.ir>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-01 20:23+0000\n"
"Last-Translator: Pouya Abbassi\n"
"Language-Team: Persian (http://www.transifex.com/django/django/language/"
"fa/)\n"
"MIME-Version: 1.0\n"
@ -66,6 +67,9 @@ msgstr "دانمارکی"
msgid "German"
msgstr "آلمانی"
msgid "Lower Sorbian"
msgstr "صربستانی پایین"
msgid "Greek"
msgstr "یونانی"
@ -88,7 +92,7 @@ msgid "Argentinian Spanish"
msgstr "اسپانیایی آرژانتینی"
msgid "Colombian Spanish"
msgstr ""
msgstr "کلمبیائی اسپانیایی"
msgid "Mexican Spanish"
msgstr "اسپانیولی مکزیکی"
@ -121,7 +125,7 @@ msgid "Irish"
msgstr "ایرلندی"
msgid "Scottish Gaelic"
msgstr ""
msgstr "اسکاتلندی"
msgid "Galician"
msgstr "گالیسیایی"
@ -135,6 +139,9 @@ msgstr "هندی"
msgid "Croatian"
msgstr "کرواتی"
msgid "Upper Sorbian"
msgstr "صربستانی بالا"
msgid "Hungarian"
msgstr "مجاری"
@ -195,8 +202,8 @@ msgstr "مِراتی"
msgid "Burmese"
msgstr "برمه‌ای"
msgid "Norwegian Bokmal"
msgstr "نروژی Bokmal"
msgid "Norwegian Bokmål"
msgstr "نروژی"
msgid "Nepali"
msgstr "نپالی"
@ -292,10 +299,7 @@ msgid "Static Files"
msgstr "پرونده‌های استاتیک"
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr "طراحی وب"
msgstr "پیوند"
msgid "Enter a valid value."
msgstr "یک مقدار معتبر وارد کنید."
@ -316,7 +320,7 @@ msgstr "یک 'slug' معتبر شامل حروف، ارقام، خط زیر و
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgstr "یک «نامک» معتبر شامل حروف یونیکد، اعداد، زیرخط یا خط فاصله وارد کنید."
msgid "Enter a valid IPv4 address."
msgstr "یک نشانی IPv4 معتبر وارد کنید."
@ -421,6 +425,9 @@ msgstr "عدد صحیح"
msgid "'%(value)s' value must be an integer."
msgstr "مقدار «%(value)s» باید یک عدد باشد."
msgid "Big (8 byte) integer"
msgstr "بزرگ (8 بایت) عدد صحیح"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "مقدار «%(value)s» باید یا True باشد و یا False."
@ -504,9 +511,6 @@ msgstr "مقدار «%(value)s» باید عدد حقیقی باشد."
msgid "Floating point number"
msgstr "عدد اعشاری"
msgid "Big (8 byte) integer"
msgstr "بزرگ (8 بایت) عدد صحیح"
msgid "IPv4 address"
msgstr "IPv4 آدرس"
@ -573,7 +577,7 @@ msgstr "تصویر"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "%(model)s با %(field)s %(value)r وجود ندارد."
msgid "Foreign Key (type determined by related field)"
msgstr "کلید خارجی ( نوع بر اساس فیلد رابط مشخص میشود )"
@ -581,6 +585,14 @@ msgstr "کلید خارجی ( نوع بر اساس فیلد رابط مشخص م
msgid "One-to-one relationship"
msgstr "رابطه یک به یک "
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "رابطه %(from)s به %(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "روابط %(from)s به %(to)s"
msgid "Many-to-many relationship"
msgstr "رابطه چند به چند"
@ -1048,18 +1060,27 @@ msgid ""
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"شما این پیغام را میبینید چون این سایتِ HTTPS نیازمند یک «تیتر ارجاع» برای "
"ارسال به بروزر شماست، ولی هیچ چیزی ارسال نشده است. این تیتر به دلایل امنیتی "
"مورد نیاز است، برای اینکه از هایجک نشدن بروزر اطمینان حاصل شود."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"اگر بزوزر خود را برای غیر فعال کردن تیترهای «ارجاع» تنظیم کرده‌اید، لطفا "
"مجددا این ویژگی را فعال کنید، حداقل برای این وبسایت، یا برای اتصالات HTTPS، "
"یا برای درخواستهایی با «مبدا یکسان»."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"شما این پیغام را میبینید چون این سایت نیازمند کوکی «جعل درخواست میان وبگاهی» "
"در زمان ارائه ی فورم میباشد. این کوکی‌ها برای مسائل امنیتی ضروری هستند، برای "
"اطمینان از اینکه بروزر شما توسط شخص ثالثی هایجک نشده باشد."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
@ -1084,11 +1105,15 @@ msgid ""
"Of course, you haven't actually done any work yet. Next, start your first "
"app by running <code>python manage.py startapp [app_label]</code>."
msgstr ""
"مطمئنا شما هنوز کاری انجام نداده اید. اولین اپلیکیشن خود را با اجرای دستور "
"<code>python manage.py startapp [app_label]</code> شروع کنید."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"شما این پیغام را میبینید چون <code>DEBUG = True</code> در فایل تنظیمات جنگو "
"تنیظم شده و هیچ URLـی تنظیم نکرده اید. به کار خود ادامه دهید."
msgid "No year specified"
msgstr "هیچ سالی مشخص نشده است"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-07 08:11+0000\n"
"Last-Translator: Aarni Koskela\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Finnish (http://www.transifex.com/django/django/language/"
"fi/)\n"
"MIME-Version: 1.0\n"
@ -63,6 +63,9 @@ msgstr "tanska"
msgid "German"
msgstr "saksa"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "kreikka"
@ -132,6 +135,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "kroatia"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "unkari"
@ -192,8 +198,8 @@ msgstr "marathi"
msgid "Burmese"
msgstr "burman kieli"
msgid "Norwegian Bokmal"
msgstr "norja (kirjanorja)"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "nepalin kieli"
@ -291,9 +297,6 @@ msgstr "Staattiset tiedostot"
msgid "Syndication"
msgstr "Syndikointi"
msgid "Web Design"
msgstr "Websuunnittelu"
msgid "Enter a valid value."
msgstr "Syötä oikea arvo."
@ -434,6 +437,9 @@ msgstr "Kokonaisluku"
msgid "'%(value)s' value must be an integer."
msgstr "%(value)s-arvo tulee olla kokonaisluku."
msgid "Big (8 byte) integer"
msgstr "Suuri (8-tavuinen) kokonaisluku"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "%(value)s-arvo pitää olla joko tosi tai epätosi."
@ -515,9 +521,6 @@ msgstr "%(value)s-arvo tulee olla liukuluku."
msgid "Floating point number"
msgstr "Liukuluku"
msgid "Big (8 byte) integer"
msgstr "Suuri (8-tavuinen) kokonaisluku"
msgid "IPv4 address"
msgstr "IPv4-osoite"
@ -590,6 +593,14 @@ msgstr "Vierasavain (tyyppi määräytyy liittyvän kentän mukaan)"
msgid "One-to-one relationship"
msgstr "Yksi-yhteen relaatio"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Moni-moneen relaatio"

View File

@ -2,7 +2,7 @@
#
# Translators:
# charettes <charette.s@gmail.com>, 2012
# Claude Paroz <claude@2xlibre.net>, 2013-2015
# Claude Paroz <claude@2xlibre.net>, 2013-2016
# Claude Paroz <claude@2xlibre.net>, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# Jean-Baptiste Mora, 2014
@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-28 08:57+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-05 14:01+0000\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n"
"MIME-Version: 1.0\n"
@ -64,6 +64,9 @@ msgstr "Dannois"
msgid "German"
msgstr "Allemand"
msgid "Lower Sorbian"
msgstr "Bas-sorabe"
msgid "Greek"
msgstr "Grec"
@ -133,6 +136,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croate"
msgid "Upper Sorbian"
msgstr "Haut-sorabe"
msgid "Hungarian"
msgstr "Hongrois"
@ -193,7 +199,7 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Birman"
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr "Norvégien Bokmal"
msgid "Nepali"
@ -292,9 +298,6 @@ msgstr "Fichiers statiques"
msgid "Syndication"
msgstr "Syndication"
msgid "Web Design"
msgstr "Conception Web"
msgid "Enter a valid value."
msgstr "Saisissez une valeur valide."
@ -441,6 +444,9 @@ msgstr "Entier"
msgid "'%(value)s' value must be an integer."
msgstr "La valeur « %(value)s » doit être un nombre entier."
msgid "Big (8 byte) integer"
msgstr "Grand entier (8 octets)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "La valeur « %(value)s » doit être soit True (vrai), soit False (faux)."
@ -524,9 +530,6 @@ msgstr "La valeur « %(value)s » doit être un nombre à virgule flottante."
msgid "Floating point number"
msgstr "Nombre à virgule flottante"
msgid "Big (8 byte) integer"
msgstr "Grand entier (8 octets)"
msgid "IPv4 address"
msgstr "Adresse IPv4"
@ -603,6 +606,14 @@ msgstr "Clé étrangère (type défini par le champ lié)"
msgid "One-to-one relationship"
msgstr "Relation un à un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Relation %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Relations %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Relation plusieurs à plusieurs"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:34+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Western Frisian (http://www.transifex.com/django/django/"
"language/fy/)\n"
@ -59,6 +59,9 @@ msgstr ""
msgid "German"
msgstr ""
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr ""
@ -128,6 +131,9 @@ msgstr ""
msgid "Croatian"
msgstr ""
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr ""
@ -188,7 +194,7 @@ msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
@ -287,9 +293,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Jou in falide wearde."
@ -416,6 +419,9 @@ msgstr ""
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr ""
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -489,9 +495,6 @@ msgstr ""
msgid "Floating point number"
msgstr ""
msgid "Big (8 byte) integer"
msgstr ""
msgid "IPv4 address"
msgstr ""
@ -562,6 +565,14 @@ msgstr ""
msgid "One-to-one relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr ""

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n"
"MIME-Version: 1.0\n"
@ -64,6 +64,9 @@ msgstr "Danmhairgis "
msgid "German"
msgstr "Gearmáinis"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Gréigis"
@ -133,6 +136,9 @@ msgstr "Hiondúis"
msgid "Croatian"
msgstr "Cróitis"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Ungáiris"
@ -193,8 +199,8 @@ msgstr "Maraitis"
msgid "Burmese"
msgstr "Burmais"
msgid "Norwegian Bokmal"
msgstr "Ioruais Bokmål"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Neipeailis"
@ -292,9 +298,6 @@ msgstr "Comhaid Statach"
msgid "Syndication"
msgstr "Sindeacáitiú"
msgid "Web Design"
msgstr "Dearadh Gréasáin"
msgid "Enter a valid value."
msgstr "Iontráil luach bailí"
@ -439,6 +442,9 @@ msgstr "Slánuimhir"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Mór (8 byte) slánuimhi"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -512,9 +518,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Snámhphointe"
msgid "Big (8 byte) integer"
msgstr "Mór (8 byte) slánuimhi"
msgid "IPv4 address"
msgstr "Seoladh IPv4"
@ -585,6 +588,14 @@ msgstr "Eochair Eachtracha (cineál a chinnfear de réir réimse a bhaineann)"
msgid "One-to-one relationship"
msgstr "Duine-le-duine caidreamh"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Go leor le go leor caidreamh"

View File

@ -2,7 +2,7 @@
#
# Translators:
# Michael Bauer, 2014
# GunChleoc, 2015
# GunChleoc, 2015-2016
# GunChleoc, 2015
# GunChleoc, 2014-2015
# Michael Bauer, 2014
@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:56+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-03 09:57+0000\n"
"Last-Translator: GunChleoc\n"
"Language-Team: Gaelic, Scottish (http://www.transifex.com/django/django/"
"language/gd/)\n"
@ -64,6 +64,9 @@ msgstr "Danmhairgis"
msgid "German"
msgstr "Gearmailtis"
msgid "Lower Sorbian"
msgstr "Sòrbais Ìochdarach"
msgid "Greek"
msgstr "Greugais"
@ -133,6 +136,9 @@ msgstr "Hindis"
msgid "Croatian"
msgstr "Cròthaisis"
msgid "Upper Sorbian"
msgstr "Sòrbais Uachdarach"
msgid "Hungarian"
msgstr "Ungairis"
@ -193,7 +199,7 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Burmais"
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr "Nirribhis (Bokmål)"
msgid "Nepali"
@ -203,7 +209,7 @@ msgid "Dutch"
msgstr "Duitsis"
msgid "Norwegian Nynorsk"
msgstr "Nynorsk na Nirribhidh"
msgstr "Nirribhis (Nynorsk)"
msgid "Ossetic"
msgstr "Ossetic"
@ -292,9 +298,6 @@ msgstr "Faidhlichean stadastaireachd"
msgid "Syndication"
msgstr "Siondacaideadh"
msgid "Web Design"
msgstr "Dealbhadh-lìn"
msgid "Enter a valid value."
msgstr "Cuir a-steach luach dligheach."
@ -469,6 +472,9 @@ msgstr "Àireamh shlàn"
msgid "'%(value)s' value must be an integer."
msgstr "Feumaidh “%(value)s” a bhith na àireamh shlàn."
msgid "Big (8 byte) integer"
msgstr "Mòr-àireamh shlàn (8 baidht)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Feumaidh “%(value)s” a bhith True no False."
@ -552,9 +558,6 @@ msgstr "Feumaidh “%(value)s” a bhith na àireamh floid."
msgid "Floating point number"
msgstr "Àireamh le puing floid."
msgid "Big (8 byte) integer"
msgstr "Mòr-àireamh shlàn (8 baidht)"
msgid "IPv4 address"
msgstr "Seòladh IPv4"
@ -631,6 +634,14 @@ msgstr ""
msgid "One-to-one relationship"
msgstr "Dàimh aonan gu aonan"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Daimh %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Daimhean %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Dàimh iomadh rud gu iomadh rud"

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Galician (http://www.transifex.com/django/django/language/"
"gl/)\n"
@ -64,6 +64,9 @@ msgstr "dinamarqués"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Grego"
@ -133,6 +136,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "croata"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Húngaro"
@ -193,8 +199,8 @@ msgstr ""
msgid "Burmese"
msgstr "birmano"
msgid "Norwegian Bokmal"
msgstr "noruegués (bokmål)"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "nepalés"
@ -292,9 +298,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Insira un valor válido."
@ -423,6 +426,9 @@ msgstr "Número enteiro"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Enteiro grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -496,9 +502,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Número en coma flotante"
msgid "Big (8 byte) integer"
msgstr "Enteiro grande (8 bytes)"
msgid "IPv4 address"
msgstr "Enderezo IPv4"
@ -569,6 +572,14 @@ msgstr "Clave Estranxeira (tipo determinado por un campo relacionado)"
msgid "One-to-one relationship"
msgstr "Relación un a un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Relación moitos a moitos"

View File

@ -1,16 +1,16 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Alex Gaynor <alex.gaynor@gmail.com>, 2011-2012
# Alex Gaynor <inactive+Alex@transifex.com>, 2011-2012
# Jannis Leidel <jannis@leidel.info>, 2011
# Meir Kriheli <mkriheli@gmail.com>, 2011-2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-28 16:07+0000\n"
"Last-Translator: Meir Kriheli <mkriheli@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -60,6 +60,9 @@ msgstr "דנית"
msgid "German"
msgstr "גרמנית"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "יוונית"
@ -129,6 +132,9 @@ msgstr "הינדי"
msgid "Croatian"
msgstr "קרואטית"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "הונגרית"
@ -189,8 +195,8 @@ msgstr "מראטהי"
msgid "Burmese"
msgstr "בּוּרְמֶזִית"
msgid "Norwegian Bokmal"
msgstr "נורבגית ספרותית"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "נפאלית"
@ -288,9 +294,6 @@ msgstr "קבצים סטטיים"
msgid "Syndication"
msgstr "הפצת תכנים"
msgid "Web Design"
msgstr "עיצוב אתרים"
msgid "Enter a valid value."
msgstr "יש להזין ערך חוקי."
@ -421,6 +424,9 @@ msgstr "מספר שלם"
msgid "'%(value)s' value must be an integer."
msgstr "הערך '%(value)s' חייב להיות מספר שלם."
msgid "Big (8 byte) integer"
msgstr "מספר שלם גדול (8 בתים)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "הערך '%(value)s' חייב להיות אמת או שקר."
@ -501,9 +507,6 @@ msgstr "הערך '%(value)s' חייב להיות מספר עם נקודה צפה
msgid "Floating point number"
msgstr "מספר עשרוני"
msgid "Big (8 byte) integer"
msgstr "מספר שלם גדול (8 בתים)"
msgid "IPv4 address"
msgstr "כתובת IPv4"
@ -576,6 +579,14 @@ msgstr "Foreign Key (הסוג נקבע לפי השדה המקושר)"
msgid "One-to-one relationship"
msgstr "יחס של אחד לאחד"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "יחס של רבים לרבים"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n"
"MIME-Version: 1.0\n"
@ -61,6 +61,9 @@ msgstr "दानिश"
msgid "German"
msgstr "जर्मन"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "ग्रीक"
@ -130,6 +133,9 @@ msgstr "हिंदी"
msgid "Croatian"
msgstr "क्रोयेशियन"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "हंगेरियन"
@ -190,8 +196,8 @@ msgstr ""
msgid "Burmese"
msgstr "बर्मीज़"
msgid "Norwegian Bokmal"
msgstr "नार्वेजियन बोकमाल"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "नेपाली"
@ -289,9 +295,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "एक मान्य मूल्य दर्ज करें"
@ -418,6 +421,9 @@ msgstr "पूर्णांक"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "बड़ा (8 बाइट) पूर्णांक "
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -491,9 +497,6 @@ msgstr ""
msgid "Floating point number"
msgstr "चल बिन्दु संख्या"
msgid "Big (8 byte) integer"
msgstr "बड़ा (8 बाइट) पूर्णांक "
msgid "IPv4 address"
msgstr "IPv4 पता"
@ -564,6 +567,14 @@ msgstr "विदेशी कुंजी (संबंधित क्षे
msgid "One-to-one relationship"
msgstr "एक-एक संबंध"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "बहुत से कई संबंध"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-11 09:04+0000\n"
"Last-Translator: Mislav Cimperšak <mislav.cimpersak@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Croatian (http://www.transifex.com/django/django/language/"
"hr/)\n"
"MIME-Version: 1.0\n"
@ -68,6 +68,9 @@ msgstr "Danski"
msgid "German"
msgstr "Njemački"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Grčki"
@ -137,6 +140,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Hrvatski"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Mađarski"
@ -197,8 +203,8 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Burmanski"
msgid "Norwegian Bokmal"
msgstr "Norveški Bokmal"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalski"
@ -296,9 +302,6 @@ msgstr "Statične datoteke"
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr "Web dizajn"
msgid "Enter a valid value."
msgstr "Unesite ispravnu vrijednost."
@ -454,6 +457,9 @@ msgstr "Cijeli broj"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' vrijednost mora biti cijeli broj."
msgid "Big (8 byte) integer"
msgstr "Big (8 byte) integer"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' vrijednost treba biti ili \"True\" ili \"False\"."
@ -533,9 +539,6 @@ msgstr "'%(value)s' vrijednost mora biti broj s pomičnim zarezom."
msgid "Floating point number"
msgstr "Broj s pomičnim zarezom (floating point number)"
msgid "Big (8 byte) integer"
msgstr "Big (8 byte) integer"
msgid "IPv4 address"
msgstr "IPv4 adresa"
@ -606,6 +609,14 @@ msgstr "Foreign Key (type determined by related field)"
msgid "One-to-one relationship"
msgstr "One-to-one relationship"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Many-to-many relationship"

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-04-13 10:39+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-19 07:35+0000\n"
"Last-Translator: András Veres-Szentkirályi\n"
"Language-Team: Hungarian (http://www.transifex.com/django/django/language/"
"hu/)\n"
@ -64,6 +64,9 @@ msgstr "Dán"
msgid "German"
msgstr "Német"
msgid "Lower Sorbian"
msgstr "Alsószorb"
msgid "Greek"
msgstr "Görög"
@ -133,6 +136,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Horvát"
msgid "Upper Sorbian"
msgstr "Felsőszorb"
msgid "Hungarian"
msgstr "Magyar"
@ -193,7 +199,7 @@ msgstr "Maráthi"
msgid "Burmese"
msgstr "Burmai"
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr "Bokmål norvég"
msgid "Nepali"
@ -292,9 +298,6 @@ msgstr "Statikus fájlok"
msgid "Syndication"
msgstr "Szindikáció"
msgid "Web Design"
msgstr "Web Design"
msgid "Enter a valid value."
msgstr "Adjon meg egy érvényes értéket."
@ -441,6 +444,9 @@ msgstr "Egész"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' értéknek egész számnak kell lennie."
msgid "Big (8 byte) integer"
msgstr "Nagy egész szám (8 bájtos)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' érték csak igaz (True) vagy hamis (False) lehet."
@ -524,9 +530,6 @@ msgstr "'%(value)s' értéknek lebegőpontos számnak kell lennie."
msgid "Floating point number"
msgstr "Lebegőpontos szám"
msgid "Big (8 byte) integer"
msgstr "Nagy egész szám (8 bájtos)"
msgid "IPv4 address"
msgstr "IPv4 cím"
@ -602,6 +605,14 @@ msgstr "Idegen kulcs (típusa a kapcsolódó mezőtől függ)"
msgid "One-to-one relationship"
msgstr "Egy-egy kapcsolat"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s kapcsolat"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s kapcsolatok"
msgid "Many-to-many relationship"
msgstr "Több-több kapcsolat"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Interlingua (http://www.transifex.com/django/django/language/"
"ia/)\n"
@ -59,6 +59,9 @@ msgstr "danese"
msgid "German"
msgstr "germano"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "greco"
@ -128,6 +131,9 @@ msgstr "hindi"
msgid "Croatian"
msgstr "croato"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "hungaro"
@ -188,8 +194,8 @@ msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmal"
msgstr "norvegiano, bokmål"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "nepali"
@ -287,9 +293,6 @@ msgstr "Files static"
msgid "Syndication"
msgstr "Syndication"
msgid "Web Design"
msgstr "Conception de sitos web"
msgid "Enter a valid value."
msgstr "Specifica un valor valide."
@ -426,6 +429,9 @@ msgstr "Numero integre"
msgid "'%(value)s' value must be an integer."
msgstr "Le valor '%(value)s' debe esser un numero integre."
msgid "Big (8 byte) integer"
msgstr "Numero integre grande (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Le valor '%(value)s'' debe esser o True/Ver o False."
@ -503,9 +509,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Numero a comma flottante"
msgid "Big (8 byte) integer"
msgstr "Numero integre grande (8 bytes)"
msgid "IPv4 address"
msgstr "Adresse IPv4"
@ -576,6 +579,14 @@ msgstr "Clave estranier (typo determinate per le campo associate)"
msgid "One-to-one relationship"
msgstr "Relation un a un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Relation multes a multes"

View File

@ -1,7 +1,7 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Fery Setiawan <gembelweb@gmail.com>, 2015
# Fery Setiawan <gembelweb@gmail.com>, 2015-2016
# Jannis Leidel <jannis@leidel.info>, 2011
# M Asep Indrayana <me@drayanaindra.com>, 2015
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2016
@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-04-17 20:03+0000\n"
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-08-23 04:48+0000\n"
"Last-Translator: Fery Setiawan <gembelweb@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/django/django/language/"
"id/)\n"
"MIME-Version: 1.0\n"
@ -65,6 +65,9 @@ msgstr "Denmark"
msgid "German"
msgstr "Jerman"
msgid "Lower Sorbian"
msgstr "Lower Sorbian"
msgid "Greek"
msgstr "Yunani"
@ -120,7 +123,7 @@ msgid "Irish"
msgstr "Irlandia"
msgid "Scottish Gaelic"
msgstr ""
msgstr "Gaelik Skotlandia"
msgid "Galician"
msgstr "Galicia"
@ -134,6 +137,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Kroasia"
msgid "Upper Sorbian"
msgstr "Upper Sorbian"
msgid "Hungarian"
msgstr "Hungaria"
@ -144,7 +150,7 @@ msgid "Indonesian"
msgstr "Indonesia"
msgid "Ido"
msgstr ""
msgstr "ido"
msgid "Icelandic"
msgstr "Islandia"
@ -189,13 +195,13 @@ msgid "Mongolian"
msgstr "Mongolia"
msgid "Marathi"
msgstr ""
msgstr "Marathi"
msgid "Burmese"
msgstr "Burma"
msgid "Norwegian Bokmal"
msgstr "Norwegia Bokmal"
msgid "Norwegian Bokmål"
msgstr "Bokmål Norwegian"
msgid "Nepali"
msgstr "Nepal"
@ -293,9 +299,6 @@ msgstr "Bidang Tetap"
msgid "Syndication"
msgstr "Kongsi"
msgid "Web Design"
msgstr "Desain Web"
msgid "Enter a valid value."
msgstr "Masukkan nilai yang valid."
@ -426,6 +429,9 @@ msgstr "Bilangan Asli"
msgid "'%(value)s' value must be an integer."
msgstr "%(value)s' nilai harus lah sebuah bilangan bulat"
msgid "Big (8 byte) integer"
msgstr "Bilangan asli raksasa (8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "nilai '%(value)s' haruslah berupa Benar atau Salah"
@ -464,12 +470,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Nilai '%(value)s' mempunyai bentuk tidak sah. Itu harus dalam bentuk YYYY-MM-"
"DD HH:MM[:ss[.uuuuuu]][TZ]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Nilai '%(value)s mempunyai bentuk benar (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) "
"tetapi itu adalah sebuah tanggal/waktu tidak sah."
msgid "Date (with time)"
msgstr "Tanggal (dengan waktu)"
@ -505,9 +515,6 @@ msgstr "Nilai '%(value)s' harus berupa bilangan float."
msgid "Floating point number"
msgstr "Bilangan 'floating point'"
msgid "Big (8 byte) integer"
msgstr "Bilangan asli raksasa (8 byte)"
msgid "IPv4 address"
msgstr "Alamat IPv4"
@ -582,6 +589,14 @@ msgstr "Kunci Asing (tipe tergantung dari bidang yang berkaitan)"
msgid "One-to-one relationship"
msgstr "Hubungan satu-ke-satu"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Hubungan %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Hubungan %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Hubungan banyak-ke-banyak"
@ -665,7 +680,7 @@ msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Bidang tersembunyi %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
msgstr "Data ManagementForm hilang atau telah dirusak "
#, python-format
msgid "Please submit %d or fewer forms."

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n"
"MIME-Version: 1.0\n"
@ -58,6 +58,9 @@ msgstr "dansk"
msgid "German"
msgstr "Deutsch"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Ελληνικά"
@ -127,6 +130,9 @@ msgstr "हिन्दी"
msgid "Croatian"
msgstr "hrvatski"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Magyar"
@ -187,8 +193,8 @@ msgstr ""
msgid "Burmese"
msgstr "Burmese"
msgid "Norwegian Bokmal"
msgstr "Norsk bokmål"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "नेपाली"
@ -286,9 +292,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Skribez valida datumo."
@ -424,6 +427,9 @@ msgstr "Integro"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Granda (8 byte) integro"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -497,9 +503,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Glitkomo numero"
msgid "Big (8 byte) integer"
msgstr "Granda (8 byte) integro"
msgid "IPv4 address"
msgstr "IPv4 adreso"
@ -570,6 +573,14 @@ msgstr "Exterklefo (la tipo esas determinata per la relatata feldo)"
msgid "One-to-one relationship"
msgstr "Un-ad-un parenteso"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Multi-a-multi parenteso"

View File

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Icelandic (http://www.transifex.com/django/django/language/"
"is/)\n"
@ -63,6 +63,9 @@ msgstr "Danska"
msgid "German"
msgstr "Þýska"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Gríska"
@ -132,6 +135,9 @@ msgstr "Hindí"
msgid "Croatian"
msgstr "Króatíska"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Ungverska"
@ -192,8 +198,8 @@ msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmal"
msgstr "Norska bókmál"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr ""
@ -291,9 +297,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Sláðu inn gilt gildi."
@ -427,6 +430,9 @@ msgstr "Heiltala"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Stór (8 bæta) heiltala"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -500,9 +506,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Fleytitala (floating point number)"
msgid "Big (8 byte) integer"
msgstr "Stór (8 bæta) heiltala"
msgid "IPv4 address"
msgstr "IPv4 vistfang"
@ -573,6 +576,14 @@ msgstr "Ytri lykill (Gerð ákveðin af skyldum reit)"
msgid "One-to-one relationship"
msgstr "Einn-á-einn samband."
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Margir-til-margra samband."

View File

@ -1,24 +1,25 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# C8E <C8E@miron.it>, 2011
# C8E <C8E@miron.it>, 2014
# Carlo Miron <C8E@miron.it>, 2011
# Carlo Miron <C8E@miron.it>, 2014
# Denis Darii <denis.darii@gmail.com>, 2011
# Flavio Curella <flavio.curella@gmail.com>, 2013
# Flavio Curella <flavio.curella@gmail.com>, 2013,2016
# Jannis Leidel <jannis@leidel.info>, 2011
# Themis Savvidis <themhs@gmail.com>, 2013
# Luciano De Falco Alfano, 2016
# Marco Bonetti, 2014
# Nicola Larosa <transifex@teknico.net>, 2013
# palmux <palmux@gmail.com>, 2014-2015
# Mattia Procopio <promat85@gmail.com>, 2015
# Stefano Brentegani <sbrentegani@gmail.com>, 2014-2015
# Stefano Brentegani <sbrentegani@gmail.com>, 2014-2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 20:21+0000\n"
"Last-Translator: palmux <palmux@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-09-28 11:39+0000\n"
"Last-Translator: Stefano Brentegani <sbrentegani@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/django/django/language/"
"it/)\n"
"MIME-Version: 1.0\n"
@ -69,6 +70,9 @@ msgstr "Danese"
msgid "German"
msgstr "Tedesco"
msgid "Lower Sorbian"
msgstr "Sorabo inferiore"
msgid "Greek"
msgstr "Greco"
@ -138,6 +142,9 @@ msgstr "Hindi"
msgid "Croatian"
msgstr "Croato"
msgid "Upper Sorbian"
msgstr "Sorabo superiore"
msgid "Hungarian"
msgstr "Ungherese"
@ -198,8 +205,8 @@ msgstr "Marathi"
msgid "Burmese"
msgstr "Birmano"
msgid "Norwegian Bokmal"
msgstr "Norvegese Bokmal"
msgid "Norwegian Bokmål"
msgstr "Norvegese Bokmål"
msgid "Nepali"
msgstr "Nepali"
@ -297,9 +304,6 @@ msgstr "File statici"
msgid "Syndication"
msgstr "Aggregazione"
msgid "Web Design"
msgstr "Web Design"
msgid "Enter a valid value."
msgstr "Inserisci un valore valido."
@ -439,6 +443,9 @@ msgstr "Intero"
msgid "'%(value)s' value must be an integer."
msgstr "Il valore di '%(value)s' deve essere un intero."
msgid "Big (8 byte) integer"
msgstr "Intero grande (8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Il valore dir '%(value)s' deve essere Vero oppure Falso."
@ -522,9 +529,6 @@ msgstr "Il valore di '%(value)s' deve essere un numero a virgola mobile."
msgid "Floating point number"
msgstr "Numero in virgola mobile"
msgid "Big (8 byte) integer"
msgstr "Intero grande (8 byte)"
msgid "IPv4 address"
msgstr "Indirizzo IPv4"
@ -599,6 +603,14 @@ msgstr "Foreign Key (tipo determinato dal campo collegato)"
msgid "One-to-one relationship"
msgstr "Relazione uno a uno"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "relazione %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "relazioni %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Relazione molti a molti"

View File

@ -1,17 +1,18 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# xiu1 <d84ea@hotmail.co.jp>, 2016
# Jannis Leidel <jannis@leidel.info>, 2011
# Kentaro Hori <kentaro0919@gmail.com>, 2015
# Shinya Okano <tokibito@gmail.com>, 2012-2015
# Shinya Okano <tokibito@gmail.com>, 2012-2016
# Tetsuya Morimoto <tetsuya.morimoto@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-28 03:10+0000\n"
"Last-Translator: Shinya Okano <tokibito@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-07-10 13:16+0000\n"
"Last-Translator: xiu1 <d84ea@hotmail.co.jp>\n"
"Language-Team: Japanese (http://www.transifex.com/django/django/language/"
"ja/)\n"
"MIME-Version: 1.0\n"
@ -62,6 +63,9 @@ msgstr "デンマーク語"
msgid "German"
msgstr "ドイツ語"
msgid "Lower Sorbian"
msgstr "低地ソルブ語"
msgid "Greek"
msgstr "ギリシャ語"
@ -131,6 +135,9 @@ msgstr "ヒンディー語"
msgid "Croatian"
msgstr "クロアチア語"
msgid "Upper Sorbian"
msgstr "高地ソルブ語"
msgid "Hungarian"
msgstr "ハンガリー語"
@ -191,7 +198,7 @@ msgstr "マラーティー語"
msgid "Burmese"
msgstr "ビルマ語"
msgid "Norwegian Bokmal"
msgid "Norwegian Bokmål"
msgstr "ノルウェーのブークモール"
msgid "Nepali"
@ -290,9 +297,6 @@ msgstr "静的ファイル"
msgid "Syndication"
msgstr "シンジケーション"
msgid "Web Design"
msgstr "ウェブデザイン"
msgid "Enter a valid value."
msgstr "値を正しく入力してください。"
@ -422,6 +426,9 @@ msgstr "整数"
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' は整数値にしなければなりません。"
msgid "Big (8 byte) integer"
msgstr "大きな(8バイト)整数"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' は真偽値にしなければなりません。"
@ -502,9 +509,6 @@ msgstr "'%(value)s' は小数値にしなければなりません。"
msgid "Floating point number"
msgstr "浮動小数点"
msgid "Big (8 byte) integer"
msgstr "大きな(8バイト)整数"
msgid "IPv4 address"
msgstr "IPv4アドレス"
@ -577,6 +581,14 @@ msgstr "外部キー(型は関連フィールドによって決まります)"
msgid "One-to-one relationship"
msgstr "1対1の関連"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s の関連"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s の関連"
msgid "Many-to-many relationship"
msgstr "多対多の関連"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:35+0000\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Georgian (http://www.transifex.com/django/django/language/"
"ka/)\n"
@ -61,6 +61,9 @@ msgstr "დანიური"
msgid "German"
msgstr "გერმანული"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "ბერძნული"
@ -130,6 +133,9 @@ msgstr "ჰინდი"
msgid "Croatian"
msgstr "ხორვატიული"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "უნგრული"
@ -190,8 +196,8 @@ msgstr "მარათული"
msgid "Burmese"
msgstr "ბირმული"
msgid "Norwegian Bokmal"
msgstr "ნორვეგიული-ბოკმალი"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "ნეპალური"
@ -289,9 +295,6 @@ msgstr "სტატიკური ფაილები"
msgid "Syndication"
msgstr "სინდიკაცია"
msgid "Web Design"
msgstr "ვებ-დიზაინი"
msgid "Enter a valid value."
msgstr "შეიყვანეთ სწორი მნიშვნელობა."
@ -419,6 +422,9 @@ msgstr "მთელი"
msgid "'%(value)s' value must be an integer."
msgstr "მნიშვნელობა '%(value)s' უნდა იყოს მთელი რიცხვი."
msgid "Big (8 byte) integer"
msgstr "დიდი მთელი (8-ბაიტიანი)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "მნიშვნელობა '%(value)s' უნდა იყოს True ან False."
@ -502,9 +508,6 @@ msgstr ""
msgid "Floating point number"
msgstr "რიცხვი მცოცავი წერტილით"
msgid "Big (8 byte) integer"
msgstr "დიდი მთელი (8-ბაიტიანი)"
msgid "IPv4 address"
msgstr "IPv4 მისამართი"
@ -575,6 +578,14 @@ msgstr "გარე გასაღები (ტიპი განისა
msgid "One-to-one relationship"
msgstr "კავშირი ერთი-ერთტან"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "კავშირი მრავალი-მრავალთან"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-15 04:39+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -61,6 +61,9 @@ msgstr "Дания"
msgid "German"
msgstr "Неміс"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Грек"
@ -130,6 +133,9 @@ msgstr "Хинди"
msgid "Croatian"
msgstr "Кроат"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Венгрия"
@ -190,8 +196,8 @@ msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmal"
msgstr "Норвегиялық букмол"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr ""
@ -289,9 +295,6 @@ msgstr ""
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgid "Enter a valid value."
msgstr "Тура мәнін енгізіңіз."
@ -416,6 +419,9 @@ msgstr "Бүтін сан"
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Ұзын (8 байт) бүтін сан"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
@ -489,9 +495,6 @@ msgstr ""
msgid "Floating point number"
msgstr "Реал сан"
msgid "Big (8 byte) integer"
msgstr "Ұзын (8 байт) бүтін сан"
msgid "IPv4 address"
msgstr ""
@ -562,6 +565,14 @@ msgstr "Foreign Key (тип related field арқылы анықталады)"
msgid "One-to-one relationship"
msgstr "One-to-one қатынас"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Many-to-many қатынас"

Some files were not shown because too many files have changed in this diff Show More