Compare commits

...

759 Commits

Author SHA1 Message Date
6de259abcf Revert "Revert "Apply all patches up to CVE-2023-36053""
This reverts commit 225f60a6a28626ffa36438447e57abefdb6b4eda.
2023-07-25 17:10:05 -07:00
225f60a6a2 Revert "Apply all patches up to CVE-2023-36053"
This reverts commit 02766aa3ec9fcd65a7384b3b37f93eae23dee437.
2023-07-25 14:44:26 -07:00
02766aa3ec Apply all patches up to CVE-2023-36053 2023-07-24 16:14:42 -07:00
Tim Graham
3df8ccf6fc [1.9.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:42 -04:00
Berker Peksag
89cb0a451c [1.9.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378666e6d5f6cabc9e485c9db2618ff88 from master.
2017-08-21 12:14:37 +02:00
Tim Graham
2c3c029ede [1.9.x] Added CVE-2017-7233,4 to the security release archive.
Backport of b749c980a066a15b58b236656e57b66073a35a52 from master
2017-04-04 21:52:31 -04:00
Tim Graham
be43b857a9 [1.9.x] Post-release version bump. 2017-04-04 12:17:13 -04:00
Tim Graham
335aa08824 [1.9.x] Bumped version for 1.9.13 release. 2017-04-04 10:10:23 -04:00
Tim Graham
254326cb36 [1.9.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
This is a security fix.
2017-04-04 10:00:41 -04:00
Tim Graham
5f1ffb07af [1.9.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
This is a security fix.
2017-04-04 10:00:41 -04:00
Tim Graham
cb87583c57 [1.9.x] Added stub release notes for security releases. 2017-04-04 10:00:41 -04:00
Tim Graham
80f8d7d196 [1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
2017-03-28 10:38:48 -04:00
Stefano Rivera
14d53d78be [1.9.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965.
Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 from master
2017-03-25 16:00:31 -04:00
lb1c
76508a5119 [1.9.x] Fixed incorrect import in docs/ref/models/expressions.txt.
Backport of 36f2262741311159e5c13eb5114fb9e902e2df31 from master
2017-03-15 08:10:28 -04:00
Mariusz Felisiak
f05219a9d3 [1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.
Thanks Tim Graham for the review.

Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x
2017-03-11 22:03:43 +01:00
albertoconnor
b9ad6b645d [1.9.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c061b58e57ea7edc12701010725537c from master
2017-03-01 15:43:33 -05:00
Tim Graham
e2a30959a7 [1.9.x] Fixed a backends test with psycopg2 2.7.
Backport of 49a63d08d3b3e2ac32e391d1413a4ac99429e4af from master
2017-03-01 13:20:51 -05:00
Tim Graham
740cdbea04 [1.9.x] Fixed GeoIP test failure with the latest data.
Backport of da2e92d25ea32a25679d99525365ac7ac8e297ee from stable/1.11.x
2017-02-14 09:46:53 -05:00
Arkadiusz Adamski
39fe2713ff [1.9.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
2017-01-30 12:07:55 -05:00
Tim Graham
e1b8ac5a37 [1.9.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 and
e5d3f98abcdc20d64d99609bd0aa82331835b439 from master
2017-01-23 10:21:36 -05:00
Tim Graham
29b3bdc25c [1.9.x] Declared Sphinx extensions safe for parallel reading.
Backport of 03306a187ec3bb5e2592728a900d4a41185f9e30 from master
2017-01-23 09:50:58 -05:00
Tim Graham
906b5dfd60 [1.9.x] Corrected unrendered versionadded annotation. 2017-01-02 10:52:16 -05:00
vinay karanam
589a091b3b [1.9.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
2017-01-02 08:48:45 -05:00
Tim Graham
9e8bfc5c62 [1.9.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.
Backport of 2b4bb78f7944adbf88f9bf3b868632707c79b5dd from master
2016-12-31 14:06:23 -05:00
Mariusz Felisiak
50830aa1d9 [1.9.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Backport of 3e5c5e6754648590e87725b66d11d283079728e6 from master
2016-12-27 09:32:23 -05:00
Tim Graham
7418690bf7 [1.9.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
2016-12-20 08:30:45 -05:00
Tim Graham
282f27aed5 [1.9.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
2016-12-15 13:03:34 -05:00
Sergey Fedoseev
899f53e5da [1.9.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:32:51 -05:00
Tim Graham
61ad2287a8 [1.9.x] Post-release version bump. 2016-12-01 18:18:00 -05:00
Tim Graham
448fcd66e6 [1.9.x] Bumped version for 1.9.12 release. 2016-12-01 17:24:41 -05:00
Tim Graham
0ee4c0f481 [1.9.x] Added release dates for 1.9.12, 1.8.17.
Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master
2016-12-01 17:16:19 -05:00
Simon Charette
82701c3c68 [1.9.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:21 -05:00
Tim Graham
0ed5c94156 [1.9.x] Ignored flake8's newly added E305, E741, E743. 2016-11-14 18:26:50 -05:00
Mariusz Felisiak
a3fa2c4631 [1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-08 16:45:59 -05:00
Tim Graham
734ef022a1 [1.9.x] Added CVE-2016-9013,14 to the security release archive.
Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master
2016-11-01 10:48:49 -04:00
Tim Graham
a7710f622a [1.9.x] Post-release version bump. 2016-11-01 10:22:43 -04:00
Tim Graham
52db0d5742 [1.9.x] Bumped version for 1.9.11 release. 2016-11-01 09:37:53 -04:00
Tim Graham
45acd6d836 [1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
2016-10-25 15:18:29 -04:00
Marti Raudsepp
4844d86c77 [1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
2016-10-25 14:31:42 -04:00
Tim Graham
2ed85c1873 [1.9.x] Added stub release notes for 1.9.11/1.8.16. 2016-10-25 13:53:47 -04:00
Tim Graham
9c956ff2f5 [1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master
2016-10-13 11:03:34 -04:00
Tim Graham
f0dd9dd72c [1.9.x] Fixed nonexistent tmc.edu domain in GeoIP test.
The test was silently skipped.

Backport of e1f6eba033abea25cd6b0577bd66c655ec453325 from master
2016-10-11 19:40:40 -04:00
Tim Graham
69a2d0c5bf [1.9.x] Fixed #27307 -- Added missing url names in sitemaps docs.
Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master
2016-10-03 16:05:52 -04:00
Tim Graham
f0b55f160f [1.9.x] Relaxed a test for PostGIS 2.3.
Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master
2016-10-01 09:25:07 -04:00
Alasdair Nicol
108613eab7 [1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master
2016-09-28 06:51:23 -04:00
Tim Graham
48b1e9fb17 [1.9.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
2016-09-26 18:22:19 -04:00
Tim Graham
4335d121ca [1.9.x] Added a CVE role for Sphinx.
Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master
2016-09-26 18:22:19 -04:00
Tim Graham
71ea94492f [1.9.x] Post-release version bump. 2016-09-26 14:37:37 -04:00
Tim Graham
f49602ad46 [1.9.x] Bumped version for 1.9.10 release. 2016-09-26 13:56:06 -04:00
Collin Anderson
d1bc980db1 [1.9.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Google Analytics.
This is a security fix.

Backport of "refs #26158 -- rewrote http.parse_cookie() to better match
browsers." 93a135d111c2569d88d65a3f4ad9e6d9ad291452 from master
2016-09-26 12:54:36 -04:00
Jeff Willette
07760d0714 [1.9.x] Fixed #27216 -- Corrected import location in admin deprecation messages.
Backport of 7148929a5ef4a5fb8332a43f7d39394618313476 from master
2016-09-13 13:46:14 -04:00
Tim Graham
690effbcc3 [1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c43091f792dd711e6a5ca7a708b12ad from master
2016-08-24 09:00:12 -04:00
Tim Graham
26ccd2ef16 [1.9.x] Fixed typo in docs/releases/1.9.txt
Backport of 5eab1f6f8348497e87c19112786efb970e41f36e from master
2016-08-12 07:30:10 -04:00
Moritz Sichert
f0bf535f2b [1.9.x] Refs #23960 -- Documented how to restore absolute redirect URLs.
Backport of 08b8c4697112e8dae90e72afc7d85bd31ead0410 from master
2016-08-11 16:36:29 -04:00
Tim Graham
b2fa5312bb [1.9.x] Fixed a GeoIP test failure with the latest data.
Backport of 4a696bbe13383b14b2762cc5accd45849e9dcfba from master
2016-08-03 11:16:19 -04:00
Tim Graham
9c97744a60 [1.9.x] Post-release version bump. 2016-08-01 14:14:33 -04:00
Tim Graham
e8bb7464c5 [1.9.x] Bumped version for 1.9.9 release. 2016-08-01 13:59:38 -04:00
Tim Graham
f65d432181 [1.9.x] Added release date for 1.9.9
Backport of 95b47c009b7d3af4aeceb24dd49e6a442faede4c from master
2016-08-01 13:55:45 -04:00
Tim Graham
5d6526614b [1.9.x] Fixed a typo in tests/middleware/test_security.py
Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master
2016-07-28 22:01:15 -04:00
Tim Graham
3771019de9 [1.9.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 18:03:42 -04:00
Kenneth Schnall
2255b5f8a7 [1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.
Backport of cd2e4293cbf3416af6c478c5aaab711cae88892c from master
2016-07-27 13:50:50 -04:00
Naved Khan
3ee1751a99 [1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
2016-07-25 07:01:25 -04:00
Tim Graham
bdeec1d2ae [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master
2016-07-25 06:25:01 -04:00
Jon Dufresne
caec27f87c
[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
2016-07-24 18:29:01 +02:00
Jon Dufresne
1152c9b795
[1.9.x] Added stub release notes for 1.9.9.
Backport of b2e54aec58439adbd64fec2427d87f11945ab33c from master
2016-07-24 18:28:55 +02:00
Preetham Nosum
b0b0a02af5 [1.9.x] Fixed #18348 -- Documented SesssionStore.create()
Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master
2016-07-22 17:19:05 -04:00
Raphaël Hertzog
638ec38c8e [1.9.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master
2016-07-21 13:01:16 -04:00
petedmarsh
8f7008c487 [1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.
Backport of 7bf3ba0d0c700670d13d7683eec7bd3eb3d4dd1f from master
2016-07-21 10:29:18 -04:00
Tim Graham
bc151b692a [1.9.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
Backport of a05d86a69a7f11f00032b8d7846932b139c670e0 from master
2016-07-21 10:07:33 -04:00
Tim Graham
77ec7c50d6 [1.9.x] Fixed a GeoIP test failure with the latest data.
Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master
2016-07-19 09:28:45 -04:00
Tim Graham
57c4db8c69 [1.9.x] Added CVE-2016-6186 to the security release archive.
Backport of bc53af13cbf09b0cbac945426c2d51d0ca52fff3 from master
2016-07-18 15:20:38 -04:00
Tim Graham
384fb90aaf [1.9.x] Post-release version bump. 2016-07-18 14:59:03 -04:00
Tim Graham
2234d1f08d [1.9.x] Bumped version for 1.9.8 release. 2016-07-18 11:34:44 -04:00
Tim Graham
d03bf6fe4e [1.9.x] Fixed XSS in admin's add/change related popup.
This is a security fix.
2016-07-15 09:23:32 -04:00
Claude Paroz
ab2f5f764a [1.9.x] Refs #26897 -- Added cleanup to i18n test 2016-07-14 22:40:49 +02:00
Claude Paroz
e1a60f2ecb [1.9.x] Refs #26897 -- Missing directory containment in i18n test 2016-07-14 21:45:38 +02:00
Claude Paroz
a74adb4c35 [1.9.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:58 +02:00
Tim Graham
5316ae7d4f [1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt
Backport of a11719047711d8031dcea6a71cc5972b9ec1d48f from master
2016-07-14 08:04:57 -04:00
Daniel Rice
678d9f5241 [1.9.x] Reworded a sentence in tutorial 7.
Backport of 08c723fbae9d7625599fb84f602b425e82943e15 from master
2016-07-14 07:51:09 -04:00
Jon Dufresne
b6af8b6f2e [1.9.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
2016-07-13 22:03:09 -04:00
Md. Sadaf Noor
e6db727154 [1.9.x] Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
Backport of 1f82b857ceb75f2d7a68e79c6a00c30bfe7f1318 from master
2016-07-12 13:46:52 -04:00
Tim Graham
065d05e798 [1.9.x] Linked "Features removed" release notes to corresponding deprecation notes.
Backport of ee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6 from master
2016-07-11 15:24:00 -04:00
Baptiste Mispelon
b87d3180b2 [1.9.x] Fixed numpy deprecation warning silencing in template_tests.
Backport of 418658f453bed7fe7949dda26651aab370003e6a from master
2016-07-09 10:24:31 -04:00
Sean Marlow
d5f1736dbd [1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Backport of 8b9e16ec858c23cb65ea5de95f65a71b31521841 from master
2016-07-08 11:30:30 -04:00
Tim Graham
76ba451d2f [1.9.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master
2016-07-06 15:32:47 -04:00
Daniel Rice
61da9bb299 [1.9.x] Improved grammar in tutorial01.
Backport of 1f9deba1b312a12c47668724daf70b8fe2d56b17 from master
2016-07-06 15:25:03 -04:00
Romain Garrigues
ca7b926c85 [1.9.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:55 -04:00
Taylor Edmiston
3cd3a1af6d [1.9.x] Fixed typo in docs/topics/class-based-views/generic-display.txt
Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master
2016-07-06 08:49:08 -04:00
Jiang Haiyun
0b57016ec7 [1.9.x] Fixed a typo in auth docs.
Backport of 6d61ec0e1a4eb5768be5add9e1c44c89dacbfa7e from master
2016-07-04 11:04:14 -04:00
Leila20
04beab3399 [1.9.x] Fixed #26832 -- Added translated language name on the get_language_info documentation
Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master
2016-07-02 20:51:39 -04:00
Md. Sadaf Noor
bcce93b2c5 [1.9.x] Fixed #26829 -- Simplified version detection command in tutorial
Backport of ed1c15d8fbc17e60621ca56f67340987531e647d from master
2016-07-02 20:34:05 -04:00
Harry Moreno
8af6923e9d [1.9.x] Added parallel test running to "Speeding up the tests" docs.
Backport of 30c65ee8187c7a87d2fc83c5b8966b1ea5e5316b from master
2016-07-01 09:06:19 -04:00
Tim Graham
fe663b3d38 [1.9.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 from master
2016-06-30 09:00:38 -04:00
Tsering
67c60cce70 [1.9.x] Refs #23386 -- Documented that F() expressions are applied on each model.save()
Backport of fc4b4fd5850989458d6e54de12a29b2e40e94ce8 from master
2016-06-28 16:27:44 -04:00
Camilo Nova
e1d83c2f3f [1.9.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.
Backport of 222e1334bf29605925eefa45ff107ca1155e93c0 from master
2016-06-28 12:52:09 -04:00
Jon Dufresne
54c0dea22e [1.9.x] Refs #26034 -- Corrected a schema test to work with the correct field state.
Backport of d47f6d75ef67dbd18abf2bb927753f739a9c117d from master
2016-06-27 12:17:34 -04:00
Ramiro Morales
f40c91cdef [1.9.x] Added missing trailing '$' to url() patterns in docs.
Backport of c962b9104a22505a7d6c57bbec9eda163f486c7d from master
2016-06-27 09:26:13 -04:00
Anderson Resende
4be49ff38a [1.9.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Backport of 2032bcf18280a875a59a39cf85c226da0a310d11 from master
2016-06-27 09:07:21 -04:00
John-Scott Atlakson
41ac92ef52 [1.9.x] Fixed typo in docs/topics/logging.txt
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
2016-06-22 06:39:08 -04:00
Samir Shah
040d6055a2 [1.9.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:33 -04:00
Paul J Stevens
2ff72962a6 Refs #26772 -- Added a test for FileField reopening closed files.
Thanks Simon Charette for review.
2016-06-18 11:00:23 -04:00
Trey Hunner
d1ada8c93c [1.9.x] Added urlpatterns variable in docs/topics/http/urls.txt.
Backport of 91e9be45ed5ad3b0c3de8890a4fcdbb68836856f from master
2016-06-17 21:02:45 -04:00
Krzysztof Jurewicz
e7087ac503 [1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master
2016-06-17 14:03:00 +02:00
Tim Graham
13d16697a0 [1.9.x] Fixed flake8 2.6 warnings.
Backport of ea34426ae789d31b036f58c8fd59ce299649e91e from master
2016-06-16 10:32:06 -04:00
Ville Skyttä
1cfcc02fc3 [1.9.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-15 21:20:52 -04:00
Sergey Fedoseev
99e51bf168 [1.9.x] Refs #14030 -- Updated docs per "Improved expression support for python values."
Complements e2d6e14662d780383e18066a3182155fb5b7747b.

Backport of db613f4f1250971942f766dcf97c22234a3aa14e from master
2016-06-15 10:35:39 -04:00
Tim Graham
ab7a0b5d17 [1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
2016-06-15 08:32:12 -04:00
Ville Skyttä
b789d81c95 [1.9.x] Fixed #26754 -- Documented django.template.context_processors.tz
Backport of 7003174fec188bd5a21e3d62bd5e13e80f6f329c from master
2016-06-14 12:01:09 +02:00
Berker Peksag
324eaf42f2 [1.9.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master
2016-06-09 12:52:00 -04:00
John Karahalis
b0e0a62cbf [1.9.x] Fixed typo in docs/intro/tutorial07.txt
Backport of 37b36af6c6e169eae2f0b503f4550f798c428a97 from master
2016-06-09 11:15:55 -04:00
Baylee Feore
4765769b76 [1.9.x] Fixed #26702 -- Documented how to change the base class of a custom field.
Backport of 7767978beec6098baea75d50a191a3b8224e729f from master
2016-06-08 10:38:54 -04:00
Tommy Beadle
d22bac99b0 [1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
2016-06-07 15:04:30 -04:00
Jon Dufresne
df4382341a [1.9.x] Added some links to the TypedChoiceField docs.
Backport of 31a9a965a36c5ce923692e5dac430ea6a1cbf2a0 from master
2016-06-06 12:12:27 -04:00
Tom Christie
73d64a020c [1.9.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
Backport of 316395d82874beea6af08a873e91b1880d0b982a from master
2016-06-06 11:41:39 -04:00
Tim Graham
f78bf50adc [1.9.x] Documented known Python 3.5+ test failures in contributing tutorial.
Backport of 6a316423df349e2cbc0a4188c55d0639aa2e15c5 from master
2016-06-06 10:50:45 -04:00
Pyie Zone
307de7d9e8 [1.9.x] Refs #16501, #26474 -- Added xregexp.js source file.
Backport of 054e74420b7a31bac67d4993b462eea7b9b7a5ba from master
2016-06-06 09:41:12 -04:00
Pyie Zone
36b9e4ab4d [1.9.x] Refs #26474, DEP 0003 -- Added blanket.js source file.
Backport of 8f8dc830dfeb321b0de3325a8d2c859fdc20c3af from master
2016-06-06 09:40:00 -04:00
Tom Christie
687af656cf [1.9.x] Linked to upgrade guide from release notes.
Backport of da22079c21a02c65e31502dd05720d12c474b257 from master
2016-06-06 07:33:26 -04:00
Tim Graham
747c546bf5 [1.9.x] Added stub release notes for 1.9.8.
Backport of 01e567864ef9d9892e7181b62f7c51a1b9f76e37 from master
2016-06-04 19:58:46 -04:00
Tim Graham
1efece95b8 [1.9.x] Post-release version bump. 2016-06-04 19:47:47 -04:00
Tim Graham
8a2a3a63b8 [1.9.x] Bumped version for 1.9.7 release. 2016-06-04 19:30:39 -04:00
Tim Graham
492663f595 [1.9.x] Added release date for 1.9.7.
Backport of 1f5eb521a00450ff83c130ca02a3d83b955ee023 from master
2016-06-04 19:27:43 -04:00
Evan Palmer
aa1bdc07a9 [1.9.x] Fixed #25127 -- Documented how to organize models in a package.
Backport of 84d8d1d7151a4ee70ae35037d37f76a40d18da64 from master
2016-06-04 11:48:24 -04:00
Berker Peksag
fe4453fc49 [1.9.x] Used snippet directive in file upload example.
Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master
2016-06-04 09:24:52 -04:00
Tim Graham
d5d8d35e50 [1.9.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:14 -04:00
Berker Peksag
7407440885 [1.9.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:17 -04:00
B. J. Potter
16ce7a51ea [1.9.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.
Backport of 9c53facc45908bc0593de194a60bc75e5d34a48e from master
2016-06-03 15:25:55 -04:00
B. J. Potter
19cb66a54a [1.9.x] Added syntax highlighting to CSRF example.
Backport of 261738990e07a039b39aab0664eea71f226cd381 from master
2016-06-03 15:19:28 -04:00
mieciu
5d60eb8bd7 [1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master
2016-06-03 12:44:32 -04:00
Ed Henderson
6d0c9f95da [1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03 11:49:52 -04:00
shaunagm
a0ebfa0c56 [1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Backport of 44c7e5d3740edf796591ea3a89b0ff085534f225 from master
2016-06-03 08:50:39 -04:00
Holly Becker
cbc8ef6127 [1.9.x] Refs #26628 -- Documented CSRF failure logging.
Backport of ff9198ee0f1de24a5b2861d28849344e7a5714c4 from master
2016-06-02 20:44:23 -04:00
Chad Shryock
9d52cdfbbc [1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
Backport of e6c5e68acd4bff90e371fd148ed6976e147692ad from master
2016-06-02 19:43:08 -04:00
Brad Melin
95ed1514f0 [1.9.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:26 -04:00
Tim Graham
efe89f5760 [1.9.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master
2016-06-02 11:45:49 -04:00
Tim Graham
da3b6b3f96 [1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
2016-06-02 11:30:45 -04:00
Tim Graham
84698b89c8 [1.9.x] Fixed #26695 -- Clarified return value of View.options().
Thanks mmoreaux and DheerendraRathor.

Backport of db2a6b6bfa9881725e70ca579a17e942a97a4df8 from master
2016-06-01 08:29:34 -04:00
Ramiro Morales
25e0273a05 [1.9.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:01:00 -04:00
Florian Apolloner
1f7ab35c88 [1.9.x] Fixed a typo in the docs.
Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master.
2016-05-31 16:56:52 +02:00
Berker Peksag
4dc1bf89cb [1.9.x] Fixed #26503 -- Removed an outdated example from session docs.
Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master
2016-05-31 07:21:20 -04:00
Ketan Bhatt
d4266dcaf1 [1.9.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:19 -04:00
Tim Graham
052f8499b9 [1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
Backport of cc0d1eaaea40dc9d784c6974be1ce631a2087c11 from master
2016-05-28 17:33:32 -04:00
Sergey Fedoseev
0f1d5aef9d [1.9.x] Fixed typo in docs/topics/forms/modelforms.txt
Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
2016-05-27 10:31:49 -04:00
Nick Smith
db056b2a63 [1.9.x] Fixed typo in docs/ref/models/querysets.txt
Backport of 838386815f53fe2cba1b42c498420881660079d4 from master
2016-05-27 09:13:17 -04:00
MariKiev
8f96859e1e [1.9.x] Added imports to docs/topics/db/aggregation.txt example.
Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master
2016-05-25 09:57:48 -04:00
Aleksey
e76c6a751d [1.9.x] Added missing quotes in openlayers.html template.
Backport of a247c1d78978e358543e306edb94f03bd9bf9413 from master
2016-05-25 09:13:13 -04:00
Tim Graham
86f8a69cf2 [1.9.x] Updated GeoIP test for latest database.
Backport of a0a1c4fbde4fb652b151a409db46c8ac3829ed2b from master
2016-05-23 20:17:41 -04:00
Tim Graham
d1c6e063ff [1.9.x] Fixed #26637 -- Removed obsolete note in docs/internals/contributing/writing-documentation.txt
Backport of 2e1d44e46d1ea3d8c9fdc5c323a127f51006f6c3 from master
2016-05-19 09:12:42 -04:00
Tim Graham
3a7f76a876 [1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master
2016-05-18 21:39:54 -04:00
Barthelemy Dagenais
47da073cb0 [1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
Backport of a5c8072ab1e56da368a40f3e9c9a3b465f4ffbae from master
2016-05-18 09:13:21 -04:00
Tim Graham
ff1eb0a6de [1.9.x] Removed a redundant example in contenttypes docs.
Backport of aa69f36984adb6cba5763604150d99e89aa1ee71 from master
2016-05-16 11:26:13 -04:00
Tim Graham
dbd72b850b [1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.
Backport of e475e849703d937e158e75e7a6d9cb99090857f6 from master
2016-05-14 19:07:39 -04:00
Tim Graham
936a7df652 [1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txt
Backport of 5238af325729c4a3068f7e8e18edc9928972fab3 from master
2016-05-14 18:59:33 -04:00
Tim Graham
04002bfc2f [1.9.x] Fixed typo in docs/topics/db/models.txt
Backport of af69c9113ccf8e6185abdef0d5d0cd46c1daf78c from master
2016-05-13 15:18:58 -04:00
eltronix
2d68371a65 [1.9.x] Fixed typo in docs/topics/conditional-view-processing.txt
Backport of f4bb2dce798eac1e5270265893b2472afd4540f8 from master
2016-05-12 20:07:47 -04:00
Alex Simonides
b8db57ed68 [1.9.x] Updated ECMAScript link in docs/ref/request-response.txt
Backport of 0430ac95ab1c72ea3bffb03140772fd140908948 from master
2016-05-12 20:06:48 -04:00
Victor Oliveira da Silva
87fda1a6bb [1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txt
Backport of 4065f429f559533f11abbab40624a61027a52b61 from master
2016-05-12 08:16:33 -04:00
Simon Charette
de22123d3f
[1.9.x] Refs #26603 -- Defined lazystr for a template loader test.
Thanks vytisb for the report.
2016-05-10 17:48:05 -04:00
Simon Charette
6a67dce9cc
[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing cache key.
Refs #26536.

Thanks Sylvain Fankhauser for the very detailed report.

Backport of 207c5b4acd410dd39bac31457dae26a0d15b8b93 from master
2016-05-10 10:50:21 -04:00
Tim Graham
145572adb3 [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Backport of f5ff5010cd74500785a707ac70b51d292403cddc from master
2016-05-08 18:09:10 -04:00
Tim Graham
86b346435a [1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.
Backport of 6b5926978bfbaebc6e3b96bb2c8e5bc8302ac6b0 from master
2016-05-07 20:02:23 -04:00
Tobias McNulty
d2dc188652 [1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.
Backport of dbd99de6fa006798ca81ef43cbc83d88e5e6a377 from master
2016-05-07 12:22:21 -04:00
Vasiliy Faronov
bb95d409a8 [1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.
Backport of 101dd787eca588f32c4647fe45fc533072f0eb0b from master
2016-05-07 10:50:17 -04:00
Matthias K
1f28b948a7 [1.9.x] Fixed a typo in docs/topics/http/urls.txt
Backport of 8b2fce0f70f41518a4d20ee1c27f42fd7ad64bf4 from master
2016-05-07 10:43:56 -04:00
shiblystory
219fc1f726 [1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.
Backport of 6ae617dc57149216d264d3596cdb10a72dad1bca from master
2016-05-07 06:53:29 -04:00
Claude Paroz
669b8e3d8f [1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
Backport of b26fedacef from master.
2016-05-07 10:19:45 +02:00
Tim Graham
b3885b4ba3 [1.9.x] Fixed syntax highlighting in docs/topics/cache.txt
Backport of c6499d532d5909c29b4de68de75ea35d752940fb from master
2016-05-06 18:58:24 -04:00
vytisb
1dd567152d [1.9.x] Fixed code example in docs/howto/custom-lookups.txt
Backport of b3acf35f13aae57eb3c8340dd5ff7e61482e2537 from master
2016-05-06 08:26:20 -04:00
Dan Stephenson
90ea14a38a [1.9.x] Fixed #26558 -- Removed need for request context processor on admin login page.
Backport of 1206eea11e506c4e740ba2f0c1feaa01452d804b from master
2016-05-04 09:48:17 -04:00
Ville Skyttä
fef3f50e31 [1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e62de7550761970dc6797271d956c57 from master
2016-05-03 19:31:07 -04:00
David D Lowe
3c6b9f0bbd [1.9.x] Clarified that setting names must be uppercase.
Backport of c9c5ccbd413332aafb45c47749fb6e8ede70eef4 from master
2016-05-03 12:53:55 -04:00
Vasiliy Faronov
cb33e553ee [1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.

Backport of ac77c55bc5fc54cd763a7ae426784650a8cc97c9 from master
2016-05-03 11:16:27 -04:00
Arthur Vuillard
d3a16b2bbe [1.9.x] Added --noinput in migrate commmand's docs.
Backport of 72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 from master
2016-05-03 09:47:12 -04:00
Tim Graham
068ffdb399 [1.9.x] Added stub release notes for 1.9.7.
Backport of 8a55982e7086ebd73458f52516732d9f25dd002b from master
2016-05-02 19:02:51 -04:00
Tim Graham
b404e18384 [1.9.x] Post-release version bump. 2016-05-02 18:52:14 -04:00
Tim Graham
6e749c21e7 [1.9.x] Bumped version for 1.9.6 release. 2016-05-02 18:25:40 -04:00
Tim Graham
7e27107e05 [1.9.x] Added release date for 1.9.6/1.8.13.
Backport of f0b8da7350f762834a07cad113b4553dde2f757b from master
2016-05-02 18:16:56 -04:00
Claude Paroz
9c12eb55ce [1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Backport of 4731e9d8 from master.
2016-05-02 19:41:13 +02:00
Claude Paroz
5fc5ff48d3 [1.9.x] Pulled translations from Transifex 2016-04-30 14:25:16 +02:00
Claude Paroz
dd73908f25 [1.9.x] Removed deprecated Chinese language codes for contrib apps
Refs #18149.
2016-04-30 14:25:06 +02:00
Claude Paroz
004fa09d5b [1.9.x] Fixed source path in contrib.admin translation catalog
Refs #26341.
2016-04-30 12:19:54 +02:00
Claude Paroz
4a6bdff430 [1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the
initial patch.
Backport of b16b124996 from master.
2016-04-30 12:11:11 +02:00
Alasdair Nicol
cd2ac512e6 [1.9.x] Added tests for if tag's != operator.
Backport of 246020efc59de1a64b52fdda6a460904151dae36 from master
2016-04-29 12:31:12 -04:00
Tim Graham
999e023125 [1.9.x] Refs #26557 -- Added forgotten release notes.
Backport of 9f8941eda4b98044d0bf0fea6bb3ba579d382109 from master
2016-04-29 10:19:47 -04:00
Joshua Phillips
e0af590bde [1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
Backport of 4681d65048ca2553895e10c2c492997b0a78ffba from master
2016-04-29 10:14:48 -04:00
Tim Graham
d2338bae78 [1.9.x] Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.

Backport of 2f698cd9916cb3d64932248c7114049e02b74fb3 from master
2016-04-29 09:16:31 -04:00
eltronix
2d78b46d29 [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of ce32c3e2cc8bdaa9557d4f3c9d830d7af3d01ca9 from master
2016-04-28 18:20:23 -04:00
Tim Graham
8a135cca4e [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
2016-04-28 10:15:23 -04:00
eltronix
472c54084b [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of fed7004b8a0658d9f898c7139e127a17deff7bba from master
2016-04-27 15:41:51 -04:00
Tim Graham
cc5c4ae35d [1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
Thanks Ankush Thakur for the report and Simon for the review.

Backport of fe70f280d7ea4402f676696c4013c4a23d4e4990 from master
2016-04-27 15:26:10 -04:00
eltronix
3f93f8d8e3 [1.9.x] Fixed typo in docs/howto/deployment/wsgi/index.txt
Backport of c6b83db29936aa7ca60336bbb4685e17c96a8b63 from master
2016-04-27 10:31:16 -04:00
eltronix
146ac71a21 [1.9.x] Fixed typo in docs/topics/testing/tools.txt
Backport of 8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2 from master
2016-04-27 08:02:14 -04:00
eltronix
4afead50cb [1.9.x] Fixed typo in docs/topics/testing/tools.txt
Backport of 75c5e547b5350b167aa8f30882c83446d86e8f2b from master
2016-04-26 18:19:16 -04:00
eltronix
658ab34008 [1.9.x] Fixed reference to Question model in management command how-to.
Backport of e2cb1018cb1e8b95fbd15de53f8b2ba70e45d36b from master
2016-04-26 09:24:11 -04:00
Simon Charette
a06fa6e7d3 [1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
Thanks Anders Roos for the report.

Backport of bd145e7209a0e628cced10384bd6f62d65c0f211 from master
2016-04-24 22:17:36 -04:00
Jon Dufresne
7426c8fd82 [1.9.x] Fixed incorrect rendered widget in forms example.
Backport of 38ddd4ab553fb6b311c62d15fca7d848f84d539a from master
2016-04-20 21:08:13 -04:00
Tobias Kroenke
845d43e37e [1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
Backport of b040ac06ebba2348cece7390b88f746d2c91d07b from master
2016-04-20 13:11:33 -04:00
Nicolas Noé
ebb55a247c [1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.
Backport of 973f393761253f5fbf031f435d103545f1927041 from master
2016-04-20 12:57:42 -04:00
Michal Petrucha
576e8b6210 [1.9.x] Fixed typo in GenericRelatedObjectManager.add() error message.
Backport of cb65e62c84dd8f6b412151e81cf665975143d397 from master
2016-04-20 10:08:28 -04:00
Matthew Schinckel
799e81ef6b [1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autodetector.
Backport of 5402f3ab09413a571fd9d3aa27f6c76ec42ff891 from master
2016-04-19 10:17:29 -04:00
eltronix
f5b8e9b282 [1.9.x] Fixed typo in docs/topics/class-based-views/mixins.txt
Backport of f43da05cc5c76102c04fd2e76b4bada880265dbe from master
2016-04-18 20:26:13 -04:00
Lukasz Wiecek
51400cbce8 [1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Thanks adamchainz for the report and review.

Backport of d3c87a2425b30400c3e6ea76585a9a537b6d0386 from master
2016-04-18 09:49:13 -04:00
Tim Graham
12606d2b99 [1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the permission cache.
Backport of 2c4c67af94318b15df7d9d37b936e07e8168bc73 from master
2016-04-18 09:03:48 -04:00
eltronix
7df7039df1 [1.9.x] Fixed typo in docs/ref/template-response.txt.
Backport of 7ba7d203d8044da923b2b18fa82e59e62e4bf809 from master
2016-04-18 07:50:56 -04:00
Katie McLaughlin
364f6b2ce8 [1.9.x] Updated Windows docs for completeness
- Update installer option for PATH installation
 - Add link directly to pip install docu, ref get-pip.py
 - Add note about installing Django to the virtualenv that was setup in the previous step

Backport of 393811c67a04130fd387a502b16d85dc8aa135a2 from master
2016-04-16 16:25:38 -04:00
Tim Graham
bc1505e1ba [1.9.x] Added stub release notes for 1.8.13.
Backport of ad3c72118fd79d27c9f958f41d354b59d883d403 from master
2016-04-13 13:21:46 -04:00
Filipa Andrade
8bf5cede37 [1.9.x] Fixed #26493 -- Documented how built-in signals are sent.
Backport of 47fbbc33de805c803c39483344854caa2890c32c from master
2016-04-13 07:52:32 -04:00
Denis Afonso
cc38262d40 [1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
Backport of b1b05a017ac87ef0ede3236a89a0627bf11d053a from master
2016-04-10 14:20:20 -04:00
Tim Graham
bdbfa1b1f8 [1.9.x] Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.
Backport of f6ca63a9f8b3d030097135e096c1041e09c29fd9 from master
2016-04-09 08:10:17 -04:00
Claude Paroz
99bec24f99 [1.9.x] Fixed #15940 -- Added MySQL note about strict SQL mode
Backport of b2aab09fe9 from master.
2016-04-08 20:37:23 +02:00
Tim Graham
1ef5a328e3 [1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt
Backport of 5ac7c8f7ab2b2e1fec50abb14539a2eb520d1995 from master
2016-04-08 11:43:38 -04:00
Mikkel Munch Mortensen
92d77f3160 [1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
Backport of 4bb3ddbcc674601743c63311d7efbf0e1fd19742 from master
2016-04-07 13:53:54 -04:00
Arnaud Limbourg
1920d4d5a8 [1.9.x] Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT settings.
Backport of 5cda4677b3df1be971000ef27470d3efc308d3be from master
2016-04-07 10:10:18 -04:00
Tim Graham
13d1676498 [1.9.x] Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txt
Backport of 7d6e6e83675ef62b7aaafc945444a9ac99415540 from master
2016-04-06 12:36:53 -04:00
rixx
59ae2292df [1.9.x] Fixed #24016 -- Added "Migrating data between third-party apps" howto.
Thanks to Markus, Marten and Sergei for help and review.

Backport of b7ea494d65e4d9703a0a24f0cd708293df88f48b and
c643b4c9f2acfdcb562bdbec1d74ac797b890b9b from master
2016-04-06 12:16:42 -04:00
Daniel Jilg
e043b85b15 [1.9.x] Refs #14131 -- Documented why paginating large QuerySets may be slow.
Backport of eed658d7c4dda695976c6845346b166960957eba from master
2016-04-06 11:08:03 -04:00
Vaclav Ehrlich
147f9a0d2a [1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.
Backport of 369fa471f46cd517edf5fc82e4ef6138de3cff6 from master
2016-04-05 19:36:56 -04:00
Tim Graham
9dc22b4ff6 [1.9.x] Removed a reference to Django 1.3.1 in docs.
Backport of 15a20dc9aff1bd8a055ee7c322631b3ca4d1c474 from master
2016-04-04 12:38:35 -04:00
Joshua Pereyda
f8b88f6a6b [1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.
Backport of f8b31dfdfc0cf6a516bcbc10c4e2f696ce3a9bda from master
2016-04-04 11:08:38 -04:00
Markus Amalthea Magnuson
dd1ab14990 [1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.
Backport of 23aa700b788e073e6efc4585425c0bd6d3092569 from master
2016-04-04 08:10:16 -04:00
bellisk
3ed8233759 [1.9.x] Corrected number of extra arguments in docs for FilePathField.
Backport of c08ad63a33d443d88d3b2bf9243b5e5794f1340e from master
2016-04-04 06:57:18 -04:00
Tim Graham
192b065949 [1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRedirects().
Thanks Trac alias master for the report and review.

Backport of d2569f89f28883d07ede0e44a0a69ae678d3b35f from master
2016-04-02 10:35:55 -04:00
Daniel Jilg
be1ac00379 [1.9.x] Fixed #14131 -- Added note to docs about Pagination and large Querysets
Backport of 55c843f2ef702b4ebcd024920d4193bdf4c3fe07 from master.
2016-04-02 16:12:28 +02:00
Michal Petrucha
5c1944f918 [1.9.x] Refs #26384, #24995 -- Avoided a module-level MySQL query in the schema tests.
Backport of d81d02d449edd046a94de5f171f4ae87fa331c7d from master
2016-04-02 08:18:03 -04:00
Iacopo Spalletti
9956d89fa2 [1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
Thanks Sai Krishna for the initial patch.

Backport of 7d485d5d75bd9faab0b949fd34d4f098f8079452 from master
2016-04-02 07:24:01 -04:00
Attila Tovt
0325483e37 [1.9.x] Made MakeMigrationsTests call proper parent method
Backport of 00dbd02f7ecbd369eddcb00ef138e452f84b4ae3 from master
2016-04-02 10:13:15 +02:00
Tim Graham
6200a5e526 [1.9.x] Added stub release notes for 1.9.6.
Backport of a637ed879d5698f6dc696dfd4d84fec0507bdbdf from master
2016-04-01 14:10:08 -04:00
Tim Graham
d3f2f6fd4d [1.9.x] Post-release version bump. 2016-04-01 14:02:17 -04:00
Tim Graham
b29316c54b [1.9.x] Bumped version 1.9.5 release. 2016-04-01 13:34:09 -04:00
Tim Graham
d8725878ed [1.9.x] Added release date for 1.9.5 and 1.8.12.
Backport of 93539ba2f42fe56bacefd09a9e8f93b31565f746 from master
2016-04-01 13:30:33 -04:00
Claude Paroz
97ccab126c [1.9.x] Refs #25532 -- Removed a failing test on Django 1.9
That test is failing on Django 1.9, that issue has been fixed on master
only as it touches a part of form validation that is too important to
touch for a stable release.
2016-04-01 15:51:16 +02:00
Claude Paroz
6a8ba2eef4 [1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input values
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
Partial backport of db19619545 from master.
2016-04-01 09:10:35 +02:00
Simon Charette
a304e7ddff [1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.
Thanks Pablo Oubiña for the report.

Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master
2016-03-31 18:30:58 -04:00
Tim Graham
cac320bfaa [1.9.x] Fixed #26436 -- Added a link to the settings filtering in the error reporting howto.
Thanks mlissner for the suggestion.

Backport of 8928823b135b9ce2c7b18f4da0d2602b113a247e from master
2016-03-31 13:46:40 -04:00
Tim Graham
bca42c709f [1.9.x] Removed some docs that should have been removed along with PROFANITIES_LIST.
Backport of 12dee89d9c1fbe6b47984c544505aa8ff77e92bc from master
2016-03-31 13:23:29 -04:00
Tim Graham
a0e3cbaa2b [1.9.x] Refs #26384, #24995 -- Skipped a schema test on older MySQL versions.
Backport of f3595b25496691966d4ff858a3b395735ad85a6e from master
2016-03-31 12:16:31 -04:00
Tim Graham
d58a324bea [1.9.x] Fixed #26410 -- Added a docs example for loader.render_to_string().
Backport of a65fc6df891ab449e9c24160f6f6a1d6d2ccb282 from master
2016-03-31 09:58:11 -04:00
Alex Hill
ed87af3266 [1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK on SQLite.
Backport of 4b2cf1cd27587a30b3b081091627d7ee13141afe from master
2016-03-29 13:26:59 -04:00
Simon Charette
026574e03c [1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links.
Thanks Trac alias trkjgrdg for the report and Tim for investigation and review.

Backport of 67cf5efa31acb2916034afb15610b700695dfcb0 from master
2016-03-28 21:15:16 -04:00
Joshua Pereyda
97c5539a81 [1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt.
Backport of 0c0e8f0a62eb369bb05ff770ad53656831c8c01a from master
2016-03-28 18:31:16 -04:00
Tim Graham
5fbb542625 [1.9.x] Sorted single letter imports per the latest version of isort.
Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master
2016-03-28 11:56:16 -04:00
Francisco Capdevila
844f071c66 [1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
2016-03-28 09:20:47 -04:00
Aymeric Augustin
6ec2ab1cda [1.9.x] Fixed #26408 -- Updated link to DEP 182.
Thanks kaifeldhoff for the report.

Backport of 7b1ce7f from master
2016-03-25 20:50:41 +01:00
Tim Graham
1f15d442bf [1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable.
Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master
2016-03-25 14:22:38 -04:00
Tim Shaffer
9d0c8d3dd9 [1.9.x] Fixed typo in docs/topics/db/aggregation.txt.
Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master
2016-03-25 13:38:35 -04:00
ieatkittens
ccc367fd48 [1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.
Backport of 9390da7fb6e251eaa9a785692f987296cb14523f from master
2016-03-23 09:29:37 -04:00
Tim Graham
7dee62ff68 [1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking example.
Backport of c41737dc00e2c8d34046b9f856f23fcc0cb4a82c from master
2016-03-21 19:58:42 -04:00
Akshesh
367c092085 [1.9.x] Fixed grammatical typos in gis docs.
Backport of 2b31f14d89cb144fad10389824828e90fd1a2dcc from master
2016-03-21 11:15:01 -04:00
Tim Graham
4e80ec6a7b [1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.
Backport of 6dd503851c91197364f7c7b915cabb604fadb755 from master
2016-03-21 08:13:32 -04:00
Tim Graham
379bab3544 [1.9.x] Fixed #26265 -- Clarified RadioSelect container's HTML id.
Backport of 53e8ab580f7c0fcfc589ba0b1b6cc2556080e0b2 from master
2016-03-19 18:40:28 -04:00
Jason Parrott
4e8c265319 [1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a subquery.
Backport of 4c1c93032f4a015cbb4b33958603d18ac43515b4 from master
2016-03-19 17:55:31 -04:00
Amine
2d178b3d2c [1.9.x] Fixed a broken link in docs/internals/contributing/writing-documentation.txt.
Backport of 8b5a4fa941ba6e308b5ebd831b7953440fc0ee9b from master
2016-03-19 16:19:51 -04:00
Claude Paroz
5f5d654609 [1.9.x] Added missing stacklevel for management command deprecation warning 2016-03-18 16:49:56 +01:00
Tim Graham
f6f24af1f4 [1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.
Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master
2016-03-18 11:38:44 -04:00
Berker Peksag
b4bb2ad13d [1.9.x] Fixed #26297 -- Fixed collectstatic --clear crash if storage doesn't implement path().
Backport of 28bcff82c5ed4694f4761c303294ffafbd7096ce from master
2016-03-17 09:51:48 -04:00
Alex Hill
f49cfb76c7 [1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.
Backport of ecb59cc6579402b68ddfd4499bf30edacf5963be from master
2016-03-16 12:43:37 -04:00
Andrew Abraham
2ed2b508ce [1.9.x] Fixed DiscoverRunner failfast parameter default in docs.
Backport of f2d9caa625084b0b96d60153f6b26ba43a1ab835 from master
2016-03-15 18:35:02 -04:00
Duane Hilton
0dc3822f56 [1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.
Backport of f8b23e52e86307428da2cf928bf4f1d9fdbd2694 from master
2016-03-15 10:14:29 -04:00
Vincenzo Pandolfo
c6424efbc6 [1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
Backport of d0fe6c915665fa3220e84bd691ba7002a357e5c5 from master
2016-03-14 20:24:19 -04:00
Adam Alton
b50e4ffe7e [1.9.x] Removed unnecessary filter kwarg from .get() in a test.
Backport of 38086c83aca881aa72bc2eba1e6eadaa76529ed0 from master
2016-03-14 18:57:26 -04:00
Jon Dufresne
bf7a35c329 [1.9.x] Fixed test_dumpdata_progressbar to use the instantiated StringIO object.
Backport of cacc7e85e17b3d00e7ed856d8bbadb8f870bb5d6 from master
2016-03-14 10:29:47 -04:00
Moritz Sichert
27bed94e9c [1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.
Backport of 6aef986cdbff72809b39880132959ef74827492f from master
2016-03-14 08:43:35 -04:00
Tim Graham
7b2ee75745 [1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.
Backport of 5695c142d282f4681a8d43bb55ec49f11f3fc40e from master
2016-03-14 08:29:28 -04:00
Jakub Wilk
9ed08da6c6 [1.9.x] Fixed typos in docs.
Backport of 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 from master
2016-03-14 08:09:02 -04:00
Tim Graham
d3c2d82dde [1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonical form.
Backport of b3610f38facb33704c1fd77590c6a2fa07c40fa7 from master
2016-03-12 12:58:16 -05:00
Duane Hilton
421ad283d3 [1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().
Backport of ca5c05ddbe91f4aae38c4543240dbda5f1fb1db2 from master
2016-03-12 12:42:22 -05:00
Noenglish Professorbut
16691ed24c [1.9.x] Fixed a few docstring typos.
Backport of f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf from master
2016-03-12 08:50:25 -05:00
Tim Graham
c5e258eed3 [1.9.x] Removed unneeded GeoManagers in tests.
Backport of 9027fac8414c30db640c4592ee083f12bb8ee5a6 from master
2016-03-11 13:38:54 -05:00
Tim Graham
5b6c751230 [1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 from master
2016-03-10 19:16:20 -05:00
Tim Graham
301edde86d [1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.
Backport of 4323676ea5ab6994feb1385522665069d84f397b from master
2016-03-09 12:19:41 -05:00
Tim Graham
43bb6727d0 [1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to reflect changes in tutorial 5.
Backport of 602a38d87e4b0d9c5e43678c33208627ca84ce2a from master
2016-03-09 11:22:59 -05:00
Tim Graham
e8d94cda9b [1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.
Backport of a496d10a8c3b8b3080f0daa7348b33aed790a967 from master
2016-03-09 10:01:21 -05:00
girish ramnani
05ca9a68b5 [1.9.x] Fixed #26302 -- Removed incorrect statement about virtual hosts.
Backport of 593ecfe1352bce7daa7a2ca530a46de2f0133319 from master
2016-03-09 09:01:35 -05:00
Tim Osborn
0bae867cd2 [1.9.x] Fixed indenting in "Serving files in development" code example
Backport of 8fb3a2877bac1ecf0e5665389d60eab637d1622e from master
2016-03-09 14:56:58 +11:00
Claude Paroz
0e80ac4672 [1.9.x] Fixed #26256 -- Added note about primary key serialization
Thanks Sonu kumar for the report and Tim Graham for the review.
Backport of c5fda55edc from master.
2016-03-08 21:30:58 +01:00
Tim Graham
e2483c9bdf [1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.
Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master
2016-03-08 13:16:31 -05:00
Przemysław Suliga
76926f343a [1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
Backport of 96ec67a7cf89a136e793305343c5bba8521cdb47 from master
2016-03-08 11:45:09 -05:00
John-Mark Bell
809eb5ddee [1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
Backport of 4b129ac81f4fa38004950d0b307f81d1e9b44af8 from master
2016-03-07 13:22:11 -05:00
George Marshall
4702c1ac98 [1.9.x] Fixed #26331 -- Fixed test function names with typos
Backport of 75614f6d4c1a3fe779a75eb3e787452cccd1d814 from master
2016-03-07 06:51:43 -05:00
Michal Petrucha
d38da1cc40 [1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master
2016-03-05 19:40:48 -05:00
Tim Graham
72134a0400 [1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Backport of 9ed4a788aa8d6ba6a57a2daa15253c3047048dfb from master
2016-03-05 10:59:34 -05:00
Tim Graham
52b06546c0 [1.9.x] Fixed typo in docs/releases/1.8.12.txt.
Backport of bc0410d98adcb70ad91f37fa9fee9a7ae71faa18 from master
2016-03-05 10:02:58 -05:00
Tim Graham
51b7f10213 [1.9.x] Added stub release notes for 1.9.5/1.8.12.
Backport of c960af4adb87f8ce87f5698902b68e8332e448cb from master
2016-03-05 10:01:04 -05:00
Tim Graham
ae26a822cc [1.9.x] Post-release version bump. 2016-03-05 09:41:28 -05:00
Tim Graham
dafddb6b8c [1.9.x] Bumped version for 1.9.4 release. 2016-03-05 09:24:08 -05:00
Bob McDonald
e16a0b0998 [1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.
Backport of b388c294eb5745b3e01dedf0220636fae87ea9a2 from master
2016-03-05 09:09:51 -05:00
Claude Paroz
9c195d45a6 [1.9.x] Added safety to URL decoding in is_safe_url() on Python 2
The errors='replace' parameter to force_text altered the URL before checking
it, which wasn't considered sane. Refs 24fc935218 and ada7a4aef.
Backport of 552f03869e from master.
2016-03-04 23:38:32 +01:00
Claude Paroz
78f4830056 [1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
This fixes a regression introduced by c5544d28923.
Thanks John Eskew for the reporti and Tim Graham for the review.
Backport of ada7a4aef from master.
2016-03-04 21:15:44 +01:00
Tim Graham
067d8c3500 [1.9.x] Fixed typo in docs/releases/1.9.1.txt.
Backport of cecbf1bdef04e00e6947f47d96198aa57c2a0dc3 from master
2016-03-04 14:17:48 -05:00
Tim Graham
2a9ce36271 [1.9.x] Added stub release notes for 1.8.11.
Backport of 2f0c785a4c2353a3035ba6022cec5e25fb9d569b from master
2016-03-04 09:48:08 -05:00
Tim Graham
377ca697a1 [1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Thanks tomaszn for the patch.

Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master
2016-03-03 19:38:03 -05:00
Alasdair Nicol
c6d39c644d [1.9.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master
2016-03-03 07:48:28 -05:00
Dmitry Dygalo
fddd79dacd [1.9.x] Fixed typo in 1.9.3/1.8.10 release date.
Backport of 5155c2b4587629c4bc77a11846e5b9d3ba5a43ef from master
2016-03-02 07:09:48 -05:00
Alasdair Nicol
6679cdd92c [1.9.x] Fixed #26303 -- Updated links to mod_wsgi docs.
Backport of 8c42cf0cbd87f344748423f235938dd6ade03f55 from master
2016-03-01 19:22:54 -05:00
Tim Graham
e0ea4edca0 [1.9.x] Added stub release notes for 1.9.4.
Backport of 2e895d2870860e9855b79fcda41693783671ed12 from master
2016-03-01 12:39:22 -05:00
Tim Graham
a53ee2bbf4 [1.9.x] Added CVE-2016-2512/2513 to security release archive.
Backport of 24fc9352183c449a8b11d1c7b442e70aa61a8800 from master
2016-03-01 12:36:17 -05:00
Tim Graham
31ca830a29 [1.9.x] Post-release version bump. 2016-03-01 12:22:10 -05:00
Tim Graham
37935743ed [1.9.x] Bumped version for 1.9.3 release. 2016-03-01 11:38:49 -05:00
Florian Apolloner
af7d09b0c5 [1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
This is a security fix.
2016-03-01 11:38:49 -05:00
Mark Striemer
fc6d147a63 [1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
This is a security fix.
2016-03-01 11:38:49 -05:00
Tim Graham
7e799217c5 [1.9.x] Added stub release notes for security issues. 2016-03-01 11:38:49 -05:00
Michal Petrucha
468c6a3b63 [1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.
Backport of fe8ea3ba3ba709b3d6c39da046f0883a296e6441 from master
2016-03-01 10:34:15 -05:00
acemaster
73d8e646d7 [1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.
Thanks Florian Apolloner and Shai Berger for review.

Backport of a1b1688c7d6c1a6d307bd22669bd20f08e948f8d from master
2016-03-01 09:04:16 -05:00
Taranjeet
46c6ac1ffc [1.9.x] Fixed typos in docs/ref/models/meta.txt.
Backport of 11a8207d4294b46561ce34b37803f191014509af from master
2016-03-01 08:34:16 -05:00
Simon Charette
48cf751640 [1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract models behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.

Thanks Tim for the review.

Refs #25858.

Backport of 0223e213dd690b6b6e0669f836a20efb10998c83 from master
2016-02-29 22:13:54 -05:00
Shai Berger
e9234569f6 [1.9.x] Fixed docs: release-process, Supported Versions section, concrete example
Security & data loss fixes are applied to the two last feature releases,
not just one.

Thanks Loic Bistuer and Tim Graham for review

Backport of 3dd4e92+72e5778 from master
2016-02-28 19:36:54 +02:00
inondle
e96cdc6f99 [1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.
Backport of 5fb9756eba01237cc0e550da689b9b79c51c96ed from master
2016-02-27 08:07:39 -05:00
Simon Charette
ba6f83ec95 [1.9.x] Fixed #26286 -- Prevented content type managers from sharing their cache.
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.

Thanks Tim for the review.

Refs #23822.

Backport of 3938b3ccaa85f1c366909a4839696007726a09da from master
2016-02-26 16:22:17 -05:00
Ivan Tsouvarev
cd46947ddb [1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonexistent template.
Backport of 8890c533e0b53cb0021bd5faf15668430cd3075a from master
2016-02-26 08:02:34 -05:00
Sjoerd Job Postmus
911a77fcca [1.9.x] Fixed #26231 -- Used .get_username in admin login template.
Backport of bbe136e1a2f9cbf3fd10d49fbe8558a5b394752c from master
2016-02-25 19:30:37 -05:00
Tim Graham
a23b387e5a [1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.
Backport of 22d2a5b00ac99e638d95cbfe1cc41ef217fa50d4 from master
2016-02-25 14:24:18 -05:00
Tim Graham
7f02c1eded [1.9.x] Fixed #26278 -- Clarified apps.ready docs.
Backport of 1f8cfcf3b41bac0ec862f171e2efb51b35324045 from master
2016-02-25 08:56:13 -05:00
Tim Graham
d7881bfa5c [1.9.x] Refs #26270 -- Reorganized TestCase docs.
Backport of 7a7e403325427642905a5b3e26931c2b8e92d4b1 from master
2016-02-25 08:05:14 -05:00
Tim Graham
3e1aa37422 [1.9.x] Fixed a function signature in docs/topics/auth/default.txt.
Backport of 441c537b66233ae57bf0023f02d8262474229e1a from master
2016-02-24 16:25:34 -05:00
Tim Graham
bd9dc810eb [1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).

Backport of 6637cd0ef2fd5f063df82000c18c64c246bb6e1b from master
2016-02-24 09:59:16 -05:00
Jon Dufresne
04780e8a25 [1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Backport of b41268135995cef46d40e550f9301fab20cf330d from master
2016-02-24 07:03:24 -05:00
Markus Holtermann
5ca1d0a654 [1.9.x] Fixed spelling error
Backport of b14470c7b7ee73c328c9c60100165301e6c2e24b from master
2016-02-23 10:27:41 +11:00
Tim Graham
31c9301f27 [1.9.x] Fixed #26188 -- Documented how to wrap password hashers.
Backport of 5a541e2e6cb01e254f20c302093a24d7dc9af8ce from master
2016-02-22 17:29:38 -05:00
Tim Graham
c6ab81db79 [1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8. 2016-02-22 17:18:31 -05:00
Tim Graham
3fedfc452f [1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateResponse.
Thanks David Reitter for the report and initial patch.
2016-02-22 17:07:07 -05:00
Daniel Quinn
174811c553 [1.9.x] Fixed import location of check_password() in docs.
Backport of de7edc005f06c47c1d39d5cb30762d424ee4dabf from master
2016-02-22 12:43:36 -05:00
Raphael Michel
c7448c39a3 [1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.
Backport of 5c31d8d189ec24d83e25e2c560860f70307b431e from master
2016-02-19 10:50:48 -05:00
Sergey Fedoseev
9c508e4de8 [1.9.x] Fixed some code blocks indentation in GIS docs.
Backport of dbaa1a6b59b4f8f942e8378465aaeb943c3d9de5 from master
2016-02-19 08:35:11 -05:00
Juan José Conti
9357fdb613 [1.9.x] Used relative models imports in the GIS tutorial.
Backport of bb7042cda from master.
2016-02-19 08:29:36 +01:00
Tim Graham
07ffee6411 [1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Thanks Shai Berger for the review.

Backport of b1afebf882db5296cd9dcea26ee66d5250922e53 from master
2016-02-18 19:51:29 -05:00
Tim Graham
277b39cbbc [1.9.x] Added intended use in the admin's introduction.
Backport of b954ad0640e1f246f60f31a07a567274c2f20751 from master
2016-02-18 09:12:06 -05:00
Tim Graham
2afbc6b7be [1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
Backport of 70d3f81ca4ea7e1e1310e13ce0a633d7f920d45b from master
2016-02-18 08:46:30 -05:00
Akshesh
0d2b97ca18 [1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Backport of fdccc02576ae5a524338f65e629948604d80b4c8 from master
2016-02-17 14:00:38 -05:00
Tim Graham
477b82cf8a [1.9.x] Fixed #25687 -- Documented how to add database function support to third-party backends.
Thanks Kristof Claes for the initial patch.

Backport of 88034c9938d92193d2104ecfe77999c69301dcc1 from master
2016-02-17 13:36:55 -05:00
Berker Peksag
f78892f2de [1.9.x] Refs #19353 -- Added tests for using custom user models with built-in auth forms.
Also updated topics/auth/customizing.txt to reflect that subclasses of
UserCreationForm and UserChangeForm can be used with custom user models.

Thanks Baptiste Mispelon for the initial documentation.

Backport of f0425c72601f466c6a71518749c6d15b94945514 from master
2016-02-17 10:42:54 -05:00
Jon Dufresne
61f1b6ff21 [1.9.x] Followed recommended ValidationError use in docs.
Backport of 0db7e61076116c2d93d61f98ef31690542359e48 from master
2016-02-17 09:07:11 -05:00
Claude Paroz
205cafd01e [1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
Backport of 928c12eb1 from master.
2016-02-16 21:09:16 +01:00
Tim Graham
cc7ea1905d [1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" building docs.
Backport of 6a71ac61bd8ebd57f036e076a4f7f29cf2d88c00 from master
2016-02-16 07:31:26 -05:00
Ryan Nowakowski
ca1f4390c4 [1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Otherwise the migrations package won't be included in the tarball.

Backport of 11af73eaeb4371ded68460c1591abd6aefa57a90 from master
2016-02-15 19:25:49 -05:00
Alexey Kotlyarov
765e6c411c [1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Backport of b59f963ad2a49322725b20fac71661bd49643443 from master
2016-02-15 11:45:44 -05:00
Berker Peksag
33b5bb7930 [1.9.x] Fixed #26126 -- Fixed transient failure of test_max_age_expiration
Backport of b17a9150a0c3a132e82b53755ede62a45f897875 from master
2016-02-15 09:26:58 -05:00
Camilo Nova
2b28a21232 [1.9.x] Added import in docs/topics/email.txt example.
Backport of a6f856df52d532d5537191eca237de6efdffe309 from master
2016-02-12 13:45:07 -05:00
Markus Holtermann
765f6d8041 [1.9.x] Fixed allow_migrate() signature in documentation
Backport of 228427ab1ab6aaafed4eacfb532f7ddb6cc1ed6c from master
2016-02-12 14:35:38 +11:00
Johannes Linke
6a0832dacb [1.9.x] Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.
Backport of 02430ef19d9a7d3663cbc1cf66438e9e86b919d1 from master
2016-02-11 18:54:27 -05:00
Becka R
ec16503f2b [1.9.x] Clarified "database column type" explanation.
Backport of cf48962b361b573e580b79839c19b640b7f304a2 from master
2016-02-11 18:27:14 -05:00
Anssi Kääriäinen
1d9ee181fe [1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
Thanks Simon Charette for the test.

Backport of 46ecfb9b3a11a360724e3375ba78c33c46d6a992 from master
2016-02-11 11:09:55 -05:00
Anssi Kääriäinen
25496f0f7b [1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter().
Backport of 353aecbf8c1a8cc6f3985149e2895d49e53dfc1c from master
2016-02-11 09:00:38 -05:00
Tim Graham
f7332b3ec5 [1.9.x] Updated instructions for gettext on Windows.
Backport of 1d86d4c72b322498819fb8a17a577300152dc6d4 from master
2016-02-11 08:46:25 -05:00
Tim Graham
9f743e25bd [1.9.x] Fixed #26206 -- Fixed docs comments causing empty code blocks.
Backport of f2b45ddd99ff23c0bd103f1dda1e1cb0c8dc6d84 from master
2016-02-11 07:59:30 -05:00
Charlie Denton
670c816222 [1.9.x] Fixed typo in django/contrib/auth/base_user.py comment.
Backport of 46c13fef466eed0605c59654b1c30ba5fe8a454b from master
2016-02-11 07:35:53 -05:00
userimack
c5d591733f [1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.
Backport of 75143fa13f4f1ad2be84a103f7ce0eef9d06d3b4 from master
2016-02-09 09:49:55 -05:00
userimack
f3194d951d [1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example.
Backport of 7a7b82e6f4c34fbfd7a11123986ed74f9f752a48 from master
2016-02-09 09:38:04 -05:00
Liam Brenner
2d83063a20 [1.9.x] Fixed typo in django/middleware/common.py docstring.
Backport of 182f98c4c77dcb0262360438a1ab01a80684a7a4 from master
2016-02-09 08:07:18 -05:00
Simon Charette
58723722e9 Fixed #26162 -- Checked query name clashes of hidden relationships.
Although reverse accessor clashes should be skipped query name can't be hidden.

Thanks to Ian Foote and Tim Graham for the review.
2016-02-08 10:31:01 -05:00
Tim Graham
6f14a1429a [1.9.x] Fixed typo in django/db/migrations/state.py.
Backport of db9f21f0ad29db860a10c1192933a79b0524ebc6 from master
2016-02-08 07:42:03 -05:00
Tim Graham
6b689a505c [1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Backport of 97eb3356b2a7488c8d0ca0e47ef3e538852d44a2 from master
2016-02-08 07:41:56 -05:00
Tim Graham
530f0adcf3 [1.9.x] Added stub release notes for 1.8.10.
Backport of d6337e65ed86ac0d2e55ebcbc710c42f87e0a3b6 from master
2016-02-06 09:24:56 -05:00
Sergey Fedoseev
2526e452b6 [1.9.x] Fixed spelling -- super set -> superset.
Backport of f8e865d78f9acb1ad976cffffb207d66ff8cef72 from master
2016-02-06 08:28:25 -05:00
Manish Rastogi
23509a895f [1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
Backport of ad216381fcd7d3d62f1639f9998f5a965d8eaedb from master
2016-02-04 07:55:07 -05:00
Carl Meyer
239a1f74fd [1.9.x] Fix typos in 1.8 release notes.
Backport of a0ce4c09ff516af52718885120c2231404515428 from master
2016-02-03 15:27:35 -05:00
Blake Griffith
daa80aceec [1.9.x] Changed gypsy to manouche in docs and tests.
"Gypsy" is considered a slur by the Romani people whom it refers to.
"manouche jazz" is used in place of "gypsy jazz" and is an accepted
term for the same genre of music.

Backport of 5fdbd9e36c861cb9f2cdb255a1bf693de8876f6b from master
2016-02-03 09:48:01 -05:00
Tim Graham
a201df396e [1.9.x] Made identation of default setting docs more consistenct.
Backport of 67907ed84569729f5b95d1ea265a5de402fdf012 from master
2016-02-02 11:42:46 -05:00
Tim Graham
194bf8ca62 [1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing.
Backport of 1e9150443e5696d764ed81c97b53ef0365a5d854 from master
2016-02-02 08:55:06 -05:00
Ramon Moraes
a121ac35b5 [1.9.x] Updated xhtml2pdf name/URL in docs.
Backport of 3b759661a873f406a0d9b97fb58c417d0111d11f from master
2016-02-02 07:37:06 -05:00
KimberleyLawrence
7aeb3cd779 [1.9.x] Clarified "same as above" tutorial comment.
Backport of ca4afc77db2dbd296c06b66ae85481ca29df30c5 from master
2016-02-01 16:38:30 -05:00
Buddy Lindsey, Jr
3a063b0dcc [1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
Backport of 731bdfe68ae8dd332702b1838db44f0efe433e2e from master
2016-02-01 14:00:08 -05:00
Harry
fe41a134bc [1.9.x] Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone scripts.
Backport of 0fb1185538aeec9004fb9c84d96b81dc2778f66a from master
2016-02-01 13:41:31 -05:00
Tim Graham
34fae0a4f7 [1.9.x] Added CVE-2016-2048 to the security archive.
Backport of ecd502cfdb57706dd0e84d9928934bcae6b1ef25 from master
2016-02-01 12:43:02 -05:00
Tim Graham
cc36944935 [1.9.x] Added stub release notes for 1.9.3.
Backport of 59654d5efe94ea7a01102f6208e33dcc259d65fb from master
2016-02-01 12:39:50 -05:00
Tim Graham
ddb0877cbf [1.9.x] Post-release version bump. 2016-02-01 12:27:47 -05:00
Tim Graham
c003359977 [1.9.x] Bumped version for 1.9.2 release. 2016-02-01 12:05:08 -05:00
Tim Graham
715cc35467 [1.9.x] Added release dates for 1.9.2 and 1.8.9. 2016-02-01 12:05:08 -05:00
Myk Willis
adbca5e4db [1.9.x] Fixed incorrect permissions check for admin's "Save as new".
This is a security fix.
2016-02-01 12:05:08 -05:00
Tim Graham
a9fbf0735a [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
2016-02-01 11:54:26 -05:00
Tim Graham
d7a6086825 [1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.

Thanks Simon Charette for review.

Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
2016-02-01 11:25:42 -05:00
Tim Graham
0495f44b8d [1.9.x] Unified some doc links to OneToOneField and ManyToManyField.
Backport of 8ce8beb3f24042ed0c3da00ef3d23c25036021ed from master
2016-02-01 11:02:53 -05:00
Yoong Kang Lim
5d97839039 [1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.
Backport of 9644e2e968b896f5400feb33d8d9bbdf5eea1e2d from master
2016-01-30 12:32:58 -05:00
Tim Graham
5879bd090c [1.9.x] Added a missing session setting in docs.
Backport of 9a5c94588e20e51c0c1b3fd50a2ca2716876b195 from master
2016-01-29 15:09:07 -05:00
Tim Graham
5ead386a20 [1.9.x] Made formatting of docs for settings defaults more consistent.
Backport of 2436b83dfd8ebccd71ce57c21c0a885f5ace81d4 from master
2016-01-29 15:06:58 -05:00
Tim Graham
d6d8fd3b82 [1.9.x] Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.
Backport of 93897a6a75754c1c17d8a60dee188c86f13de232 from master
2016-01-29 08:54:46 -05:00
Tim Graham
01db3249e5 [1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Backport of 04564eb74d2d92eaf88b22ab8cec7ef45978111e from master
2016-01-29 08:08:04 -05:00
Tim Graham
efd8554815 [1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.
Backport of 19d1cb14519186902d7e27813bf2643fe3f7cfa3 from master
2016-01-28 18:02:10 -05:00
Tim Graham
61452616ba [1.9.x] Fixed #26147 -- Relaxed expected values in GIS tests to account for database/library differences.
Backport of 5aa53286758fbb1fb864a5efda38718a2ca96759 from master
2016-01-28 14:38:27 -05:00
Tim Graham
6103b49900 [1.9.x] Fixed #25917 -- Clarified reversibility of RemoveField.
Thanks kaifeldhoff for the draft patch.

Backport of 55481bcdeef43ef5e345f8ea3bae87f4a8ec7bb8 from master
2016-01-28 12:50:02 -05:00
Yoong Kang Lim
ca6830c49f [1.9.x] Added a missing test method in tests/migrations/test_writer.py.
Backport of 5453aa66cfdf228f40dc1997d811ca986de405a3 from master
2016-01-28 10:38:57 -05:00
Claude Paroz
ca6ab72bb7 [1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serialized
Thanks Bernd Schlapsi for the report.
Backport of 54236a2c1c from master.
2016-01-28 08:52:28 +01:00
Yoong Kang Lim
e47f0c1247 [1.9.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog example.
Backport of 31817dd2eb69db54eb559716aae42fe55ada5fea from master
2016-01-27 09:05:58 -05:00
Tim Graham
204d31cd60 [1.9.x] Refs #26142 -- Documented that Formset's extra=0 doesn't prevent creating objects.
Backport of 8e6a08e937272f088902cdbec65a9f2e919783bf from master
2016-01-27 08:57:17 -05:00
Ben Kraft
dee5896b55 [1.9.x] Fixed #26122 -- Fixed copying a LazyObject
Shallow copying of `django.utils.functional.LazyObject` or its subclasses has
been broken in a couple of different ways in the past, most recently due to
35355a4.

Backport of 13023ba86746980aace2341ba32a9419e7567751 from master
2016-01-26 06:57:27 -05:00
Preston Timmons
218cc71073 [1.9.x] Fixed #25848 -- Set template origin on each node.
Prior to 55f12f8709, the template origin was available on each node via
`self.token.source[0]`. This behavior was removed when debug handling was
simplified, but 3rd-party debugging tools still depend on its presence.
This updates the Parser to set origin on individual nodes. This enables the
source template to be determined even when template extending or including is
used.

Backport of cfda1fa3f8d95f0f4a369da9021dbd770e5fa44a from master
2016-01-26 06:23:51 -05:00
Simon Charette
645fddcd4e [1.9.x] Refs #24919 -- Used the documented way of disabling migrations per app.
Backport of 477274acb46b2f07666e9f84dea2e65ea6b63ad3 from master
2016-01-25 22:02:51 -05:00
Simon Charette
abdbf00815 [1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disabled apps.
This was causing an issue when calling the `migrate` command in a test case with
the `available_apps` attribute pointing to an application with migrations
disabled using the `MIGRATION_MODULES` setting.

Thanks to Tim Graham for the review.

Refs #24919

Backport of 4dcaa5871b70859952c6f9c437dfe1b5f10509f2 from master
2016-01-25 22:02:45 -05:00
Chris Lamb
3306106fb1 [1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.

We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.

Backport of abc0777b63057e2ff97eee2ff184356051e14c47 from master
2016-01-25 12:44:14 -05:00
Tim Graham
20b217b0b0 [1.9.x] Fixed Sphinx highlight warnings in docs.
Backport of 9c43d8252a926f72be5a279186b42848501819b8 from master
2016-01-25 12:04:55 -05:00
Tim Graham
4aec49d015 [1.9.x] Refs #26034 -- Added another case fixed by this ticket to release notes.
Thanks Shai Berger for the report.

Backport of 497b5d6feee5b7947231bd0ae6edf833773b6cce and
5e8685c1b14e94e3f540ac1d68b61e71dcc27517 from master
2016-01-25 08:36:56 -05:00
Tim Graham
41e059de7c [1.9.x] Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.
Backport of b0b45f9a8373f47e96ef6c22d254c984d3b6b3c0 from master
2016-01-25 06:52:44 -05:00
Tim Graham
5e44348ad7 [1.9.x] Added Django version trove classifier to reusable apps tutorial.
Backport of 2d36c7d515312e7a476041c96a29727ed47eb517 from master
2016-01-24 08:37:34 -05:00
Tim Graham
2ef1367426 [1.9.x] Updated Python trove classifiers in reusable apps tutorial.
Backport of 145e9ca301e6bde965baa88a2e96a1ea0f7d523a from master
2016-01-23 17:41:21 -05:00
Mingun Pak
74db1378d5 [1.9.x] Fixed typos in test comments.
Backport of 4c912d184d5ba2ae7355fd8dacb70a0366b8f23b from master
2016-01-23 12:46:14 -05:00
seungkwon
3ab0439b69 [1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.
Backport of 5925e20c377a0524ef2cc7d11a16f34a67c9398d from master
2016-01-23 07:06:33 -05:00
Tim Graham
1aee5e8582 [1.9.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.
AUTOINCREMENT is dropped converting an AutoField to IntegerField
which isn't the point of this test. MySQL would warn or error about
this.

Backport of b49cc8664306f8b44e9e12ebb9e43791d508ec74 from master
2016-01-22 13:08:46 -05:00
Elif T. Kus
5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
2016-01-22 12:18:24 -05:00
Tim Graham
647ce33e86 [1.9.x] Fixed #26121 -- Updated MySQL storage engine example.
default_storage_engine was introduced in MySQL 5.5.3.
storage_engine was removed in MySQL 5.7.5.

Backport of 79d0a4fdb0d13ba6a843dace2b90ab44e856bd85 from master
2016-01-22 08:22:43 -05:00
Luke Plant
b5c4972283 [1.9.x] Changed action="." to action="" in tests and docs.
`action="."` strips query parameters from the URL which is not usually what
you want. Copy-paste coding of these examples could lead to difficult to
track down bugs or even data loss if the query parameter was meant to alter
the scope of a form's POST request.

Backport of 77974a684a2e874bccd8bd9e0939ddcb367a8ed2 from master
2016-01-21 14:00:06 -05:00
Alexander Gaevsky
be3169d6ed [1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly_fields.
Backport of 9a33d3d76497d9e198de942ee1236c452231262f from master
2016-01-21 13:22:02 -05:00
Tim Graham
c9d1d5593b [1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.
Backport of fb4272f0e6bbdaa3e19ed5fde59fdb5ab5a33baf from master
2016-01-21 08:07:09 -05:00
Aymeric Augustin
cfe4ba6e90 [1.9.x] Fixed #26063 -- Crash when passing > 2000 params.
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time
to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does
by setting the former to 250000, Django raised an exception on queries
containing more than 2000 parameters when DEBUG = True.

Backport of f91b5a7e4b from master
2016-01-21 10:48:47 +01:00
Anssi Kääriäinen
05e8fa83c3 [1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M through model.
Backport of ee596888e1149864e7828f5cf63c0eda395744c3 from master
2016-01-20 19:16:18 -05:00
chemary
076d459110 [1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
Backport of 2d28144c9519f4e4397c70f045c2b1d31437bf69 from master
2016-01-20 18:23:55 -05:00
Tim Graham
f0da306af1 [1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test database creation.
Backport of abcdb237bb313d116ce2ac8e90f79f61429afc70 from master
2016-01-19 07:07:56 -05:00
auvipy
0911c35678 [1.9.x] Fixed typo in docs/index.txt.
Backport of 5c048f95cc4a988a35bfd94655469310830a2cf8 from master
2016-01-18 10:02:01 -05:00
Danilo Bargen
577ec6fcd1 [1.9.x] Added docs about configuring CSRF support in AngularJS.
Backport of 6a4f13de27e2c46b6e516a01ba77fd4fe03d9dbe from master
2016-01-15 10:16:57 -05:00
Simon Charette
7ebe378f36 [1.9.x] Fixed a typo in the 1.9.2 release notes.
Backport of fd1c5bb041abb617dc58c336a8461fb3a7af4508 from master
2016-01-14 17:47:41 -05:00
Tim Graham
f619b72815 [1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.
Thanks Thomas Güttler for the suggestion.

Backport of 28acc0d6df844ccfc8de6f4e7d5883eb4841e946 from master
2016-01-14 07:30:08 -05:00
Alberto Avila
16a52cff32 [1.9.x] Refs #26071 -- Added test for __in lookup in a Case expression.
Forwardport of 5b3c66d8b64add684489f5010e43de73e7acdd04 from stable/1.8.x
2016-01-13 08:53:01 -05:00
Tim Graham
12554693e4 [1.9.x] Removed an unncessary docs cross-reference for call_command().
Backport of a7752780d9e78e12d0bd7bd2dcf920d304e039bc from master
2016-01-12 18:02:20 -05:00
Tim Graham
a63b7c479e [1.9.x] Made CommandError use the exception directive in docs.
Backport of 555f8e9d5c640373d2bd30ec1212b341c859f828 from master
2016-01-12 12:32:03 -05:00
Jarek Glowacki
4da682cb45 [1.9.x] Corrected a few typos in Signal.send() docstring.
Backport of c68ce18712f5896fa9ab95afd69d590212f3c398 from master
2016-01-12 08:27:55 -05:00
pp
1cbc556bce [1.9.x] Added missing period to "etc.".
Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master
2016-01-11 18:05:56 -05:00
Simon Charette
27ef6403c8 [1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.
Thanks to Karl Hobley for the report and Markus, Shai, Aymeric for their input
and Tim for the review.

Backport of bc7d201bdbaeac14a49f51a9ef292d6312b4c45e from master
2016-01-11 14:08:50 -05:00
pp
76b4015ea9 [1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.
Backport of c8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 from master
2016-01-11 06:16:49 -05:00
Matt Robenolt
c7a73f3929 [1.9.x] Fixed a typo in BCryptPasswordHasher docstring
There is no BCryptSHA512PasswordHasher.

Backport of 8048411c97559afd4bca28fbeaabafc2df05bcae from master
2016-01-09 13:34:54 -05:00
bmsleight
577ea02977 [1.9.x] Fixed a typo in a modelforms docs example.
Backport of 8715205c5c0e49b21b5bbea35d904713ee188a71 from master
2016-01-09 13:04:51 -05:00
Tim Graham
3503b816cf [1.9.x] Refs #25995 -- Documented that JSONField doesn't handle sophisticated serialization.
Backport of c432dd40bde37667bfe6bb59eaff0a14c50cd27b from master
2016-01-08 19:59:14 -05:00
Alexander Gaevsky
cb96d0c92a [1.9.x] Added a test for adding a UUID pk object using the "Add related" admin popup.
Follow up to refs #25997 but this case wasn't broken.

Backport of 5052f79df45d843d1e44dcc47152ed503220098f from master
2016-01-08 18:54:40 -05:00
Alexander Gaevsky
835fff4732 [1.9.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.
Backport of ea7542891a4e3638a695c58bd6f00658b7c85985 from master
2016-01-08 17:22:47 -05:00
Tim Graham
3d324b9614 [1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.

Backport of 56aaae58a746eb39d5e92ba60f59f4c750a8e1a8 from master
2016-01-08 14:20:53 -05:00
Tim Graham
20c8cc2bf5 [1.9.x] Added a helper function in schema tests.
Backport of 54d3ba84066301b9cdbbd657620c0f1e5c2422c0 from master
2016-01-08 14:16:22 -05:00
Alexander Gaevsky
a839d71d85 [1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related model popup. 2016-01-08 11:06:56 -05:00
Tim Graham
f42ab40b73 [1.9.x] Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modwsgi.txt.
Backport of db8f462494d603eba922818479a87f5ddfe1a13b from master
2016-01-08 09:37:32 -05:00
wingston sharon
abcf3fe684 [1.9.x] Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and locale formats.
Backport of 7f218d98915ef3e76a98ef72075a6bde907dfe41 from master
2016-01-07 14:32:38 -05:00
Alexander Gaevsky
18bf062af9 [1.9.x] Fixed #24980 -- Fixed day determination in admin calendar widget.
Backport of 44930cc4667268c20493d7e97387db2a97d61a26 from master
2016-01-07 11:14:05 -05:00
Claude Paroz
fe6d5689f2 [1.9.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown language code
Thanks Jens Lundstrom for the report and Tim Graham for the review.
Backport of 632a9f21bc from master.
2016-01-06 20:33:26 +01:00
Scott Pashley
a7b69c8657 [1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout page.
Backport of 7cc2efc2d6916c05a0a5cb0c0e67f5405d8f6a03 from master
2016-01-06 13:52:25 -05:00
Tim Graham
c74b1b408a [1.9.x] Refs #25878 -- Added the expected return type of CSRF_FAILURE_VIEW.
Backport of 62e83c71d2086b91d58c313e46933ef7aa8b6db1 from master
2016-01-06 07:10:34 -05:00
Tim Graham
00a9854ca9 [1.9.x] Added stub release notes for 1.8.9.
Backport of 1e57dccb31b1302c7292dfa7eac8d8aeeb76a7d0 from master
2016-01-05 13:19:44 -05:00
Tim Graham
2b17ac2469 [1.9.x] Skipped a dateformat test on Windows as needed.
Refs 1014ba026e879e56e0f265a8d9f54e6f39843348

Backport of 2765adc8dcbaa41662af9000c4de2820418bf0a2 from master
2016-01-05 13:12:09 -05:00
Tim Graham
35fd2a6fd5 [1.9.x] Fixed #25878 -- Documented requirement that handler404 return a 404 response.
Backport of 49eeb0f570c91af5064d9e4ac8649e9afa0236ec from master
2016-01-05 12:46:06 -05:00
Denis Cornehl
ee2835e69c [1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.
Backport of 186b6c61bfe85afa4d6bf213d04a28dd2853fed2 from master
2016-01-05 09:41:13 -05:00
Tim Graham
775291d4c7 [1.9.x] Fixed #26009 -- Fixed contenttypes_tests isolation.
Backport of 2c6c873e3fca6c0c54c2335e131f7742fcf2cf26 from master
2016-01-04 11:48:50 -05:00
Tim Graham
0a72ad3952 [1.9.x] Fixed #26032 -- Moved "project root directory" to a separate paragraph.
Backport of b07f91600d61a2f8d58adb4c92d36dd0b2b34fe7 from master
2016-01-04 10:55:30 -05:00
Jarek Glowacki
6e5d77dc05 [1.9.x] Added missing step to transitioning squashed migrations.
Backport of d8b651a544696e586bcc941335420ff9b7bf4fb5 from master
2016-01-04 10:38:43 -05:00
Mahendra Yadav
d86870cb6c [1.9.x] Added a missing import in tutorial 3.
Backport of e8c34bb832e88a3dec8c5f3f687bbbf62afb857c from master
2016-01-02 09:39:42 -05:00
Tim Graham
237f72c9fe [1.9.x] Added stub release notes for 1.9.2.
Backport of 3432f5d659bf926c96a7ede3304a4fda2bfea77d from master
2016-01-02 09:06:54 -05:00
Tim Graham
eec6538a74 [1.9.x] Post-release version bump. 2016-01-02 09:01:24 -05:00
Tim Graham
76e0d433c8 [1.9.x] Bumped version for 1.9.1 release. 2016-01-02 08:40:33 -05:00
Tim Graham
b8cd834b5d [1.9.x] Added release date for 1.9.1/1.8.8 releases.
Backport of 24c1713e2ec29214838be61cc6bf13b6bf380f4f from master
2016-01-02 08:36:30 -05:00
varunnaganathan
5770c2382a [1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
Backport of 3eba9638ee69138c73efb1d1c1d1b806ddafc6cf from master
2016-01-02 08:19:41 -05:00
Tim Graham
2f4be218e1 [1.9.x] Fixed #26016 -- Restored contrib.auth hashers compatibility with py-bcrypt.
Reverted "Explicitly passed rounds as rounds to bcrypt.gensalt()"

This reverts commit 23529fb19594ffcc6ba6d716356b828157200288.

Backport of f0ad641628a3ddc4e1c208e481b9cd0e9304dc3d from master
2016-01-02 06:55:29 -05:00
Attila Tovt
151027beab [1.9.x] Fixed #26008 -- Added parallel argument to paired_tests and bisect_tests
Backport of 0db6367fe2aa6ab3fd152eacf172d57db45c1ffb from master
2016-01-02 05:19:03 -05:00
Tim Graham
5855bee1d1 [1.9.x] Removed British/Austrialian word: whilist.
Backport of 98839e906632dfe77c6f6906d61d62868a0541dc from master
2015-12-31 14:31:59 -05:00
Tim Graham
fd830ac8d9 [1.9.x] Fixed #26003 -- Added "how the documentation is organized" sections.
Thanks Daniele Procida for coauthoring.

Backport of df3d5b1d73699b323aac377dffab039dca26c1e4 from master
2015-12-31 11:39:50 -05:00
Tim Graham
313d54bd3c [1.9.x] Made cosmetic cleanups in middleware tests.
Backport of 89616f0c790376867ba31ada27554f40bfeb228e from master
2015-12-31 10:30:12 -05:00
Claude Paroz
59f3590ca7 [1.9.x] Updated translations from Transifex 2015-12-31 15:51:43 +01:00
Anssi Kääriäinen
99569b22d9 [1.9.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Django's test suite often tries to load fixture files from apps that have
no fixtures at all. This creates a lot of unnecessary disabling and
enabling of constraints which can be expensive on some database.

To speed this up, loaddata now first checks if any fixture file matches.
If no fixture file is matched, then the command exits before disabling
and enabling of constraints is done.

The main benefit of this change is seen on MSSQL, where tests on
Django 1.8 run hours faster.

Backport of ee9f4686b19e2b4a68f5cb4f9d61dc045c1d4c63 from master
2015-12-31 09:05:20 -05:00
Marten Kenbeek
b37cb0b958 [1.9.x] Refs #21927 -- Added note about include() to tutorial.
Backport of 6687f4dcbbfeca81b76233609fca90f30ce4dd25 from master
2015-12-31 08:21:24 -05:00
Tim Graham
406acd66e3 [1.9.x] Fixed #25748 -- Added clarification on projects vs. applications.
Thanks Thomas Güttler for motivating this addition.

Backport of e0519301238b43633bab64054772f9a62634a05f from master
2015-12-30 17:51:11 -05:00
Chris Cogdon
8202ce45a5 [1.9.x] Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data().
Changed "dict.setdefault" to "if x in dict" pattern so that get_form() would not
be called unnecessarily, specifically in the case where FormMixin.form_invalid()
calls get_context_data() with the current form.

Backport of e429c5186ceed81c4627165518e0c70c58e69595 from master
2015-12-30 17:30:37 -05:00
Chris Cogdon
4d9b98616f [1.9.x] Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name().
Backport of 4b2dcfe04f5d9938e40c569ffdd169f3a712145d from master
2015-12-30 09:58:05 -05:00
Matthew Madurski
76a96215b9 [1.9.x] Fixed typo in BaseCache.delete_many() docstring.
Backport of 7df9aa3a33271706bf172eac77b5b0d02c971d77 from master
2015-12-29 20:50:26 -05:00
Alexander Gaevsky
312e488a21 [1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Backport of 69208a5a1c55d42ca0eaffa900be643d9f801089 from master
2015-12-29 19:37:29 -05:00
knbk
5f3c5e40b2 [1.9.x] Fixed typo in test name.
Backport of 300de968d680eea10daa00132f60b7db47abfe1d from master
2015-12-29 12:48:53 -05:00
za
0d6633df93 [1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
Backport of d9e150b3117521f7c24dc6393eb29eebc3cc376a from master
2015-12-29 11:02:07 -05:00
Tim Graham
2939ed4a18 [1.9.x] Fixed #23285 -- Fixed non-deterministic admin_views test.
This test sometimes fail because the checked integers can appear in the
output as memory addresses due to #24316.
2015-12-28 17:49:45 -05:00
Tim Graham
15af2e806b [1.9.x] Removed an unused import. 2015-12-28 17:46:33 -05:00
Gen1us2k
23cad094f6 [1.9.x] Added docs example for manually creating a column with RunSQL.
Backport of a1d0c60fa05cbad2e5a25ec37e0afaf1b84c9302 from master
2015-12-25 18:29:09 -05:00
Varun Sharma
dc1ef0ff2e [1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
Backport of 692d05589061a593d4bfbdb2895eaef0386eca34 from master
2015-12-24 16:45:38 -05:00
Tim Graham
85159b9819 [1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.
Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x
2015-12-24 11:38:39 -05:00
Varun Sharma
fa21766230 [1.9.x] Fixed #25959 -- Updated logging example to use the django logger.
Backport of 483e0091e3891dc4ed898ea0dbf6923c166f0674 from master
2015-12-24 10:07:56 -05:00
Chris Lamb
47f3ee2625 [1.9.x] Discouraged use of /tmp with predictable names.
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.

Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
2015-12-24 09:56:54 -05:00
Luis San Pablo
4f2eb5fc5d [1.9.x] Fixed #25981 -- Added need to update migrations to on_delete deprecation warning.
Backport of a856555df2a1b4ddad8bf21243de0bcbcc12fb20 from master
2015-12-24 08:08:51 -05:00
Tomo Otsuka
bc5eed8fb0 [1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
Backport of 8b6974a6857bdc48ad50bf21527b840c27648891 from master
2015-12-24 07:35:08 -05:00
Tim Graham
b0303803d6 [1.9.x] Removed an extra header in docs/ref/templates/api.txt.
Backport of 91cd4d8e8c1e8593fc091abc11e05fa5d9514601 from master
2015-12-23 19:05:35 -05:00
Alasdair Nicol
326efed9ee [1.9.x] Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
Backport of 28d05a4c195e2e01cdbc1435d58b44ece5ccc170 from master
2015-12-23 18:36:07 -05:00
Alasdair Nicol
8eeb01a702 [1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
Backport of 32c7d93e5f0638c5a1ec8e2525c967be444fcef1 from master
2015-12-23 18:31:20 -05:00
Tim Graham
dac48234d3 [1.9.x] Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_using_to_field
Backport of 5081adcb9004f2c726dcfd054f7f16c5fd39d391 from master
2015-12-23 14:02:07 -05:00
Tim Graham
d162b0bcd8 [1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Backport of 4d83b0163e15f8352fd17fa121e929842ff2b686 from master
2015-12-23 10:50:55 -05:00
Tim Graham
2f205e073b [1.9.x] Refs #25969 -- Replaced usage of render_to_response() with render() in tests.
Backport of edf3b88f1ad8f6e900fb3273cc8a573d3d77ce16 from master
2015-12-23 10:23:41 -05:00
Sergey Fedoseev
91c976b64b [1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.
Backport of febe1321dac489e2e9dc30b6a67ee3b623e0b735 from master
2015-12-23 07:58:36 -05:00
Tim Graham
c0d8d5f98c [1.9.x] Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
Backport of 77f50c9cfc8b33bf86394816cde183e656ba28cd from master
2015-12-23 07:31:14 -05:00
Sergey Fedoseev
3f04850f82 [1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.
Backport of 0224f1cb042cc14545369b230cf7036af6c296ab from master
2015-12-23 07:28:14 -05:00
Mads Jensen
3bcd42d343 [1.9.x] Fixed #25936 -- Added showmigrations to migrations topic guide.
Backport of 394e59099c89eb82cf4a37c78ab5f329b76ce0cc from master
2015-12-22 13:17:27 -05:00
Tim Graham
36d0aa4303 [1.9.x] Fixed #25963 -- Clarified render_to_response() context_instance deprecation. 2015-12-22 13:06:22 -05:00
Tim Graham
923a4fb20a [1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
Backport of d52b0c5b38cce633a75420a703a15f03aabd70dd from master
2015-12-22 13:00:24 -05:00
Tim Graham
c80d85d4ad [1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Backport of f18b08748abaecb171fdcbcdfdcd7e4d95d931d1 from master
2015-12-21 09:30:39 -05:00
Alex Gaynor
40fd217437 [1.9.x] Removed a misleading comment about HTTPS.
For all practical purposes, there are no common cases for which a
website cannot be deployed with HTTPS.

Backport of d7580e286ac9c48e410d59281720205d6f5dda10 from master
2015-12-21 06:52:49 -05:00
Tim Graham
a80fb8ae24 [1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
Backport of fa9ce4e9a691e4f8c8b093784bac752e488dc60b from master
2015-12-19 13:50:06 -05:00
Tim Graham
571f7b759e [1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.
Backport of b26d147259202455ce356755b729c3dcb16ae9e6 from master
2015-12-19 07:25:28 -05:00
Aymeric Augustin
24ebf17f04 [1.9.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
In that case, the content of INSTALLED_APPS will be ignored until it's
fixed and the autoreloader kicks in. I confirmed this behavior manually.
As explained on the ticket it's hard to write a test for this case.

Backport of df0a446fd4c864c003e4f941b5b7abd6f10c9427 from master
2015-12-18 19:08:28 -05:00
Claude Paroz
f0a4ff2b11 [1.9.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGES
This fixes a regression introduced by a5f6cbce07.
Thanks Gavin Wahl for the report and Tim Graham for the review.
Backport of cd3c042b0 from master.
2015-12-18 17:51:52 +01:00
Sergey Fedoseev
12b0d070d9 [1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.
Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 from master
2015-12-18 07:09:27 -05:00
Sergey Fedoseev
14146f6347 [1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on Oracle.
Backport of ed1bcf05158acf4bf4e0189d477b6c762bd0133e from master
2015-12-17 17:07:54 -05:00
Sven Grunewaldt
badeb56f83 [1.9.x] Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
Backport of 9af40f5df13801ffadcc5ded7440e4616123959f from master
2015-12-17 14:35:40 -05:00
Claude Paroz
ff077cd649 [1.9.x] Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
This fixes a regression introduced by 871440361.
Backport of d91cc25a2a from master.
2015-12-17 15:39:34 +01:00
Garrison Benson
54295a95d9 [1.9.x] Refs #13110 -- Fixed typo in Feed class reference.
Backport of 2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 from master
2015-12-17 09:09:53 -05:00
Simon Charette
c4c72ade6f [1.9.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus
for the review.

Backport of c4e372aaf467ae41315cfe56a718a80469fc5318 from master
2015-12-15 14:53:45 -05:00
Tim Graham
ea63cf8d42 [1.9.x] Refs #10060 -- Corrected description of multiple annotations bug.
Backport of 3d2236773ba88e330841b8c72183b0e978e10909 from master
2015-12-15 08:04:43 -05:00
Sergey Fedoseev
192d1eb5c3 [1.9.x] Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().
Backport of 69b69f6d6085d80ccf36a3e999e9e5b98d580786 from master
2015-12-15 07:30:30 -05:00
Simon Charette
c402db2e2f [1.9.x] Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.
Thanks to Trac aliases gerricom for the report, raphaelmerx for the
attempts to reproduce and Sergey Fedoseev and Tim for the review.

Refs #16891

Backport of 8035cee92293f3319919c8248c7787ba43c05917 from master
2015-12-14 13:13:47 -05:00
Tim Graham
45ea00742b [1.9.x] Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.
Backport of 4cd24bb67c8d82630817e97ab9ba444ca955a94d from master
2015-12-14 08:59:29 -05:00
Tim Graham
3c69d52377 [1.9.x] Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.
Backport of 10427646b887586bf89dacb3b5208b3ad2d17308 from master
2015-12-12 09:50:17 -05:00
Claude Paroz
c12ddbd385 Fixed #25717 -- Corrected Slovak local name
Backport of b0ad5081d5 from master.
2015-12-12 09:20:04 +01:00
Bruno Alla
740feb4801 [1.9.x] Fixed #25893 -- Corrected custom lookups example.
Backport of ffcdb0b471d0afc72b42b0a2b0c0c4fb45d7b6b1 from master
2015-12-11 08:45:12 -05:00
Tim Graham
9f3ce6d987 [1.9.x] Refs #25899 -- Improved visibility of TEST database settings in testing docs.
Backport of 738bda8a6feea95d07b73246365e75b3d25e3466 from master
2015-12-11 08:07:43 -05:00
Sergey Fedoseev
515f149e4d [1.9.x] Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
Backport of 8ab58b80529c5206654c1042a4ddcf2da364f8ec from master
2015-12-10 18:11:45 -05:00
Dotan Agmon
e7bdc72e17 [1.9.x] Fixed incorrect examples in ArrayField docs.
Backport of a44dc200d0cbd651f66a2082aa9909ff8f51a659 from master
2015-12-10 17:51:00 -05:00
Federico Frenguelli
722fae4b51 [1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField.
Thanks to Emanuele Palazzetti for the help.

Backport of 3a36c8079544c83dcdea4e52181efcd2d1e86b9c from master
2015-12-10 16:19:36 -05:00
Derek J. Curtis
364d7d9690 [1.9.x] Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.
Backport of 6be9589eb34f79914666c9d9e1e15bdb7fc44df2 from master
2015-12-10 14:00:49 -05:00
Tim Graham
521db45875 [1.9.x] Moved a few CommonMiddleware tests to the correct test class.
Backport of 5bc881541caafbac6911fb26d9718b8ad6d45b2a from master
2015-12-10 13:45:33 -05:00
Damien
428164fc81 [1.9.x] Refs #25099 -- Added removal of build_request_repr() to 1.9 release notes.
Backport of 071af825398bab08246aa28c227514ed37cf4244 from master
2015-12-10 11:46:09 -05:00
Shai Berger
f1964bc7e2 [1.9.x] Refs #25896 -- Fixed migration test failure on Oracle
The test creates and deletes a model in the same migration, and the model
had an AutoField. On Oracle, AutoField's are set up using deferred SQL, which
in this case was trying to modify a table after it had dbeen removed.

Backport of c8b3fbe from master
2015-12-10 02:19:30 +02:00
Tim Graham
2c6624a673 [1.9.x] Fixed #25711 -- Updated the project template's include() example.
Referencing URLs by dotted path is a stronger convention than
importing the URLs.

Backport of 179fbab7e05946b59ec9815d6e9b1901826ed610 from master
2015-12-09 11:46:33 -05:00
Amos Onn
f076cf07ef [1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().
Backport of 542b7f6c50df18f2aa201cf1de81577c1bee643c from master
2015-12-09 11:08:01 -05:00
Tim Graham
bc8bc8a012 [1.9.x] Removed redundant highlight/code-block directives in docs/ref/templates/builtins.txt.
Backport of 890938e756247d7ea34f96cc0cc0f8fab0d62e9b from master
2015-12-09 10:22:32 -05:00
Andrew Plummer
3f9fbf4243 [1.9.x] Fixed typo in docs/ref/forms/validation.txt.
Backport of 1aa8bf9b43bbc214770389b9b8d084552040fa44 from master
2015-12-09 07:21:19 -05:00
Gavin Wahl
55fa19e4a6 [1.9.x] Fixed user_passes_test() signature in docs.
Backport of ec708803f70d51dda21845799de8c62d02611808 from master
2015-12-08 15:57:38 -05:00
Nik Nyby
abd870651c [1.9.x] Refs #25803 -- Documented npm compatibility in package.json
Backport of d7a58f285b4c0c1b4ec032f9a7bf8f31913d0f5f from master
2015-12-08 15:13:53 -05:00
Tim Graham
abeb50db5d [1.9.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides.
Thanks Justin Abrahms for the report.

Backport of 166e0490d39f619928ee9c5133cc5cab0ae5c1db from master
2015-12-08 14:42:11 -05:00
Tim Graham
e4354d8d7c [1.9.x] Refs #25886 -- Improved language in Python compatibility section of the release notes.
Backport of 26c26e83081d68035d6411b1acc17ba033e1876d from master
2015-12-08 13:05:26 -05:00
Tim Graham
5eeb8edfbb [1.9.x] Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of 2016.
Backport of e6bd688ef3b58ee522794dce77f64a81b53b3b9e from master
2015-12-08 12:46:14 -05:00
Qile Wang
c341db1d83 [1.9.x] Clarified a docstring in tutorial05.
Backport of 0f2c2c104b51a226525d7e7baa65ea1fd27e994f from master
2015-12-07 18:52:49 -05:00
Tim Graham
35b5e11a98 [1.9.x] Fixed #25860 -- Documented a transaction leak possiblity in TestCase.
Thanks Jonas Haag for report and review.

Backport of a5619f7ed3bc2ca07b428fa0abfaaff088378f48 from master
2015-12-07 18:33:51 -05:00
Simon Charette
c0da598077 [1.9.x] Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Thanks to Jean Gourds for the report, Tim and Claude for the review.

Backport of 59b57e672c2f5a685804cce253d2c5314c45c5fa from master
2015-12-07 15:04:13 -05:00
Alex Morozov
0154702a98 [1.9.x] Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form argument.
Backport of e171a83b1516a3a2a393a5300527af1aab21c213 from master
2015-12-07 08:12:48 -05:00
Tim Graham
6aaf6728b5 [1.9.x] Refs #25584 -- Corrected note about source of SyntaxErrors when installing Django 1.9.
Backport of f5af68ba68c1041d785e5582529134d54895e7c6 from master
2015-12-05 16:33:10 -05:00
Florian Apolloner
274670a33d [1.9.x] Removed deprecated usage of url tag from auth docs.
Backport of 105028eec64064c11dfd3d5415317ba1fab81214 from master
2015-12-05 15:52:31 -05:00
Sergey Fedoseev
458e7dbc54 [1.9.x] Fixed #25740 -- Documented GEOSGeometry operators.
Backport of 479ba5add23c119387baa60d5dce3a4e17d1b15b from master
2015-12-04 12:38:01 -05:00
Emre Yilmaz
9733ff5f99 [1.9.x] Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
This also fixes a possible data eviction race condition between
setting and getting a key. Another thread could remove the key
before get_and_set() accesses it again. In this case, now the
default value will be returned instead of None.

Backport of 8e838d9c869083597dc9e161ae2fe37acaa90de9 from master
2015-12-04 12:28:34 -05:00
Qile Wang
dcac100612 [1.9.x] Fixed typo in docs/ref/models/instances.txt
Backport of 83a710b8d3bfb2ac94ba9ae0672bd7b550339629 from master
2015-12-03 12:55:48 -05:00
Josh Soref
8897f4b0df [1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
2015-12-03 12:49:03 -05:00
Alasdair Nicol
519cfbb4e8 [1.9.x] Fixed #25851 -- Removed links to deprecated assignment tag docs.
Backport of b6dd0afead80a17d0ac8c3ba35c510afac32a0b8 from master
2015-12-03 10:41:39 -05:00
Sergey Fedoseev
64200c14e0 [1.9.x] Refs #25846 -- Added stacklevel to SubfieldBase warning. 2015-12-02 19:32:31 -05:00
Tim Graham
eb9efffe0c [1.9.x] Removed duplicate Sphinx reference in docs/ref/templates/builtins.txt. 2015-12-02 19:17:46 -05:00
Eliezer Kanal
cc9c2b1ef3 [1.9.x] Updated link to 1000 common passwords.
xato.net is dead; replaced with link to archive.org.

Backport of d3b488f5bd17b4cf662613e0d3d62f9675ff3cdc from master
2015-12-02 12:57:29 -05:00
Tim Graham
acf15a07f5 [1.9.x] Added stub release notes for 1.9.1.
Backport of df832001ea84915f9488bd7a0e75a8aa5222ea74 from master
2015-12-01 19:16:51 -05:00
Tim Graham
993fc57d48 [1.9.x] Post-release version bump. 2015-12-01 19:13:17 -05:00
Tim Graham
e403f2217e [1.9.x] Bumped version for 1.9 release. 2015-12-01 18:38:44 -05:00
Tim Graham
60cf88f56e [1.9.x] Added release date for 1.9.
Backport of a7edac1578b6445c346ddb8f11580c486cd674fa from master
2015-12-01 18:05:59 -05:00
Tim Graham
d6d7c0316a [1.9.x] Updated man page for Django 1.9 release. 2015-12-01 14:50:34 -05:00
Claude Paroz
6a4649c27e [1.9.x] Pulled contrib translations from Transifex 2015-12-01 20:31:35 +01:00
Claude Paroz
3039d76bd6 [1.9.x] Pulled core Django translations from Transifex 2015-12-01 19:08:03 +01:00
Jon Dufresne
bf76cf07e0 [1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-12-01 08:03:16 -05:00
Tim Graham
b407410232 [1.9.x] Removed obsolete phrase about adding Python 3.5 in Django 1.9.
Backport of 51a37213721e5689f17809990a9e7c38f1c8baf8 from master
2015-11-30 20:10:59 -05:00
Sergey Fedoseev
9df082bc8c [1.9.x] Removed old versionadded/changed directives.
Backport of da08195b368054d37f85c12ec4ed24656f64245e from master
2015-11-30 18:46:20 -05:00
elky
d9df079dd9 [1.9.x] Fixed #25827 -- Removed extra spacing in admin's DateTimeField.
Backport of 2084aed20c4d350a4192a0cfaa22140d4af3396c from master
2015-11-30 08:48:17 -05:00
Gagaro
08e1c79f7a [1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the date template filter.
Backport of 34d88944f46d3e2734488fd0ca3c2c24c15a0264 from master
2015-11-28 08:44:41 -05:00
Baptiste Mispelon
b5ff75dab8 [1.9.x] Fixed #25826 -- Improved help text for the --parallel option
This was overlooked in 81f5d63218851f90bd83c1263d9a427db84d6082.
Backport of ab33269b00858de7c37196a1ea044ce2080fd852 from master.
2015-11-28 10:12:54 +01:00
James Beith
75ec064808 [1.9.x] Fixed a typo in the managers docs.
Backport of e03798a4ae6e0eca43c1b238dd96b3798aaeca81 from master
2015-11-27 13:53:49 -05:00
Claude Paroz
47f0ac0b16 [1.9.x] Added Scottish Gaelic as new available language
Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic
formats.py.
Backport of 8bc0266b3f from master.
2015-11-27 09:59:50 +01:00
Claude Paroz
aca3e10507 [1.9.x] Added Colombian Spanish as new available language
Refs #25815.
Backport of ff0dac9666 from master.
2015-11-27 09:59:19 +01:00
Aymeric Augustin
8dc11dc592 [1.9.x] Fixed #25302 (again) -- Ignored scheme when checking for bad referers.
The check introduced in 4ce433e was too strict in real life. The poorly
implemented bots this patch attempted to ignore are sloppy when it comes
to http vs. https.

Backport of 11f10b7 from master
2015-11-27 08:12:49 +01:00
Simon Charette
b4a1d545db [1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation
and Tim for the review.

Backport of cc2ca9c550fbf8fca8684b373a3c8e3618eea08e from master
2015-11-26 11:21:35 -05:00
Jaap Roes
f7e599ad25 [1.9.x] Fixed a typo in the template Parser.parse docstring.
Backport of 831514867c9a2f8321ef15d0de25352a5b9ee3b9 from master
2015-11-26 09:59:21 -05:00
Tim Graham
7661a8a104 [1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.
See https://github.com/sphinx-doc/sphinx/issues/2131

Backport of 0cfe589f9563f283cbffd03d95c7f9e8e63345b9 from master
2015-11-25 17:23:13 -05:00
Attila Tovt
e4bd6923bd [1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
Backport of 88fc9e2826044110b7b22577a227f122fe9c1fb5 from master
2015-11-25 16:53:23 -05:00
Sergey Fedoseev
5456c85ba8 [1.9.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take srid kwarg.
Backport of a3708fda3574a5a0d949000df1b03a54721cf029 from master
2015-11-25 16:30:46 -05:00
Tim Graham
5cea4c979f [1.9.x] Removed explicit User ids in tests.
Backport of 935061621136ddb4e4ca65a1861ee57e4e3dda09 from master
2015-11-25 13:27:15 -05:00
Jacek Bzdak
023bf66bff [1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Backport of 2cb50f935aa70e91dd6c2f253becd636a2eb6fb7 from master
2015-11-25 13:15:35 -05:00
Tim Graham
e2231075eb [1.9.x] Added stub release notes for 1.8.8.
Backport of ec202eff84dc56b408f43187e357077521641362 from master
2015-11-25 10:20:09 -05:00
Tim Graham
5657000bfe [1.9.x] Refs #25438 -- Fixed two geoapp test failures on Oracle. 2015-11-25 08:13:15 -05:00
Tim Graham
2e2e099a73 [1.9.x] Added CVE-2015-8213 to the security archive.
Backport of 3d805aeaf8ca1af039d6467fd848d364ec085f66 from master
2015-11-24 14:05:39 -05:00
Tim Graham
56b3416939 [1.9.x] Bumped version for 1.9 release candidate 2. 2015-11-24 12:04:56 -05:00
Tim Graham
0b10194b7b [1.9.x] Added release date for 1.8.7/1.7.11 releases. 2015-11-24 12:04:56 -05:00
Florian Apolloner
3ebbda0aef [1.9.x] Fixed a settings leak possibility in the date template filter.
This is a security fix.
2015-11-24 12:04:55 -05:00
George Marshall
11d54e8f0d [1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small)IntegerField on MySQL.
Backport of 710e11d076b9e5ef3e3b486dfb70bb55b788691c from master
2015-11-24 11:10:19 -05:00
Tim Graham
7fccc6e8fa [1.9.x] Documented that forms.Field.help_text isn't HTML-escaped.
Backport of a918f8b089a1d702c50c44742f433f3a546e0aa2 from master
2015-11-24 10:17:36 -05:00
Bulgantamir Gankhuyag
c7d1a96658 [1.9.x] Clarified default value for DateField to emulate auto_now_add.
Backport of 8bce6fa637952342278c59d06520611e3ba80cbb from master
2015-11-24 08:40:11 -05:00
Sergey Fedoseev
013309eaf5 [1.9.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.
Backport of 97e1d2433085e01696dc2fac8bfbb9c421c82b67 from master
2015-11-23 17:23:30 -05:00
Tim Graham
8edf8db52f [1.9.x] Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07ce7aa1a9da6799b3104971ee73998b from stable/1.8.x
The issue was fixed by 7bec480fe2ace94c8e7f0c88485442bfa74436b4.
2015-11-23 12:08:29 -05:00
Stephane Angel (Twidi)
8957dfe4ad [1.9.x] Corrected doc'd differences between django-admin and manage.py.
Backport of 8091e8c5c61fb0a6bd15e92bea1f9fdfa21c047f from master
2015-11-23 07:50:31 -05:00
Simon Charette
eb7a329fb6 [1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.
Thanks to Trac alias ppetrid for the report and Tim for the review.

Conflicts:
	tests/delete/tests.py

Forward port of 7c3ef19978b36b61db88a519f799f1ce8d019679 from stable/1.8.x
2015-11-22 23:12:31 -05:00
Adam Wester
c598dfa84a [1.9.x] Fixed #25781 -- Simplified admin_views tests with client.force_login()
Backport of 550107ff756beeb17b465e98c26c59e3dcc5eb3e from master
2015-11-21 17:22:10 -05:00
Tim Graham
8727dc8e95 [1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
Backport of 54e2e688e1cfbdb37dfa5dd3b3ffdf2af12b4423 from master
2015-11-21 11:30:18 -05:00
areski
0adbac4943 [1.9.x] Corrected GenericIPAddressField protocol parameter doc.
Backport of 1e7da99ea6a78c47d3b5d4e9ce82df1ee4024ada from master
2015-11-19 11:19:07 -05:00
Chris Lamb
ed95091561 [1.9.x] Corrected stacklevel in Engine deprecation warnings.
Otherwise we just see django.template.loader and not the "original"
callers.
2015-11-19 10:53:23 -05:00
Jani Tiainen
ad0056567b [1.9.x] Fixed #25438 -- Fixed assorted Oracle GIS test failures.
Backport of 58379d7e958fdf024f896b86f7df3415ce876200 from master
2015-11-19 09:08:14 -05:00
Tim Graham
cc562c2f56 [1.9.x] Removed a bug fix from the 1.9 release notes.
The fix has also since been backported to stable/1.8.x.

Backport of afd046396175416883cfb2b0202592f6081308ef from master
2015-11-19 08:57:40 -05:00
Tim Graham
b6545468ee [1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.
Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
2015-11-18 19:36:14 -05:00
Tim Graham
e7c8687105 [1.9.x] Refs #25526 -- Documented some missing termcolors.
Backport of 5f7f3b46853c958789361a7defda8ca3c3c2be53 from master
2015-11-18 10:43:13 -05:00
Neal Todd
e5430510dd [1.9.x] De-emphasized use of NullHandler in logging docs.
NullHandler removed in 1.9; unused since Django 1.5.

Backport of b3acdeee502e961065bfcdb7673d7cf91ab5b283 from master
2015-11-18 09:56:30 -05:00
Tim Graham
7bbfc43e34 [1.9.x] Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.
Backport of 6258e163352690faf20bfc92c12468316d1a47ae from master
2015-11-17 19:43:11 -05:00
Elena Oat
43da3179a4 [1.9.x] Fixed #25526 -- Documented how to output colored text in custom management commands.
Backport of d26207d56cab21e3767121d53ebaddbbfc78a4ce from master
2015-11-17 18:24:10 -05:00
Alex Morozov
361038ee03 [1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master
2015-11-17 10:18:03 -05:00
Tim Graham
2315f5f45f [1.9.x] Refs #23751 -- Added some unicode characters to the latex preamble.
Thanks Graham Wideman for the patch.

Backport of a80d70dd10f3c7d483579734e524c94c62832070 from master
2015-11-16 20:32:17 -05:00
Tim Graham
937ce01935 [1.9.x] Fixed #23751 -- Fixed code snippet formatting in docs PDF.
Thanks Graham Wideman for the patch.

Backport of e48a5b5a03181b3ada6183595eb6e1c599a9657a from master
2015-11-16 20:32:07 -05:00
Tim Graham
7dcc48f595 [1.9.x] Fixed typo in docs/releases/1.9.txt.
Backport of 02d974ceb5d69c005f76d421b14e248e26a06df7 from master
2015-11-16 19:34:51 -05:00
Tim Graham
82533e31c2 [1.9.x] Bumped version for 1.9 release candidate 1. 2015-11-16 14:52:44 -05:00
Tim Graham
e30040dd93 [1.9.x] Corrected outdated information in submitting patches guide.
Backport of 101dbeb673caf6b962e2e8fd09fe09dac26e9771 from master
2015-11-16 10:00:20 -05:00
Mikey Ariel
5856f15e68 [1.9.x] Changed section title from "Model syntax" to "Introduction to models".
Backport of c9432c44fbcdb8c45cdc0b2bc1aeb1467126e48e from master
2015-11-16 09:54:25 -05:00
Tim Graham
870914cb6c [1.9.x] Documented how to see the full traceback of a test failure.
Backport of 21c82646fe3acf52251c1ecc618320657b97bd5e from master
2015-11-16 09:47:15 -05:00
Agnieszka Lasyk
b3389956c9 [1.9.x] Fixed #25755 -- Unified spelling of "website".
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
2015-11-16 06:44:46 -05:00
Claude Paroz
5234c9937c [1.9.x] Updated contrib.admin translation catalog 2015-11-15 11:08:20 +01:00
René Fleschenberg
85b56b8f66 [1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.
Backport of 2c727101113770d41e0907b333568bc2c25435e0 from master
2015-11-14 17:40:08 -05:00
Tim Graham
f0fe86feaa [1.9.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 931b946e29bb0dc6bb1ca02c7ca67b65770763dd from master
2015-11-14 17:20:24 -05:00
Simon Charette
ef78aec222 [1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Backport of 1c5f4e86bc9c7bae5d5f3830d9cfbb0043297261 from master
2015-11-14 12:08:35 -05:00
Simon Charette
cfa3d4a256 [1.9.x] Refs #25745 -- Isolated some postgres array field check tests.
Backport of d95b22bd56764c71047ec16f628c00c0fd997cfd from master
2015-11-14 12:08:34 -05:00
Simon Charette
77e579087e [1.9.x] Refs #25745 -- Avoided multiple registration of the same model in schema tests.
Backport of 64240263f22055cb539159e9359e64d5096f39d9 from master
2015-11-14 12:08:34 -05:00
Simon Charette
fb016e6c55 [1.9.x] Refs #25745 -- Isolated a foreign_object test.
Backport of 2eefbca1a4140d8a8174a06a1f0160fcc76d8f64 from master
2015-11-14 12:08:34 -05:00
Simon Charette
e8512811cd [1.9.x] Refs #25745 -- Isolated an order_with_respect_to test.
Backport of 406de4c243e3618c13c36c23e07a4aa33162b344 from master
2015-11-14 12:08:34 -05:00
Simon Charette
c049c43e28 [1.9.x] Fixed #25723 -- Made related field checks lookup against their local apps.
Backport of c550beb0ccc8855fde7ff50ada530f7ceff1a595 from master
2015-11-14 12:08:33 -05:00
Florian Demmer
84006fda55 [1.9.x] Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.
Thanks Fako Berkers for help with the patch.

Backport of 25b912abbe31fa440e702b5273c18cf74e2d6e0b from master
2015-11-14 12:02:26 -05:00
Tim Graham
a58150df3f [1.9.x] Fixed admin_filters test failures when run in reverse.
Backport of b1b14587aedbb4fd37a99b7bf5345abae279322d from master
2015-11-14 11:32:05 -05:00
Dmitry Dygalo
fe79bc3ed9 [1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.
Backport of 263b3d2ba132ea443193dc0b728741317742c8d3 from master
2015-11-14 11:21:53 -05:00
arniu
ab83d1a649 [1.9.x] Made doc icon's edges smooth.
Backport of b8f78823eefd37327bd7be557cca3663a212492d from master
2015-11-14 08:12:23 -05:00
Baptiste Mispelon
556f026589 [1.9.x] Made BaseCommand.get_version() docstring consistent with docs.
Backport of 9bc0c21b1ce6520dd365251eeb8b4b493d8ec2b7 from master
2015-11-14 07:59:25 -05:00
Tim Graham
8a03102f42 [1.9.x] Fixed #25647 -- Reverted "Simplified deduplication of test databases."
This reverts commit 49eee84245b1297a84ad4ddc2251e287ef585ea2 as it caused
a regression with test mirrors.

Backport of ce737ac67845da9a73ad645d6b9fb1692390ad56 from master
2015-11-14 07:53:21 -05:00
Tom Christie
f7df398436 [1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.
Backport of a32538279c085bdf67839dc834f05b37f8f38bb8 from master
2015-11-13 07:39:58 -05:00
Tim Graham
9b3e79e58e [1.9.x] Bumped mysqlclient test requirement to >= 1.3.7.
mysqlclient 1.3.7 fixes the test failures caused by 1.3.6.

Backport of 2514e044a7fce58176c4e79eec298f3d8f70e89b from master
2015-11-12 21:34:40 -05:00
Anderson Resende
0ec328509c [1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs.
Backport of ce4914eab4688ace4b97d14a8c271887235ebb3f from master
2015-11-12 19:23:50 -05:00
Tim Graham
672de44e24 [1.9.x] Replaced "inbuilt" with more common "built-in".
Backport of a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 from master
2015-11-12 17:30:38 -05:00
Tim Graham
623b8c99fe [1.9.x] Fixed SyntaxWarning in a user_commands test. 2015-11-12 17:17:28 -05:00
Bryan Marty
8e23527075 [1.9.x] Fixed #25169 -- Documented stacking of permission_required and login_required.
Backport of 9788625277b85596302bbf2c39cf829b7a766a4f from master
2015-11-12 14:25:29 -05:00
Tim Graham
16865782d7 [1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.
Thanks Josh, Anssi, and Carl for reviews and advice.

Backport of 91a431f48c1fc5ecc9a837e8071a0062d31b490f from master
2015-11-12 13:22:13 -05:00
Tim Graham
5bb40e7608 [1.9.x] Refs #24937 -- Forwardport of 1.8.7 release note.
Forwardport of 3ded51bcf21f384b2e80ce97aff5c12d63e5f0e3 from stable/1.8.x
2015-11-11 17:02:19 -05:00
Simon Charette
164cbdac7d [1.9.x] Refs #25693 -- Added a regression test for to_attr validation on forward m2m.
Backport of cc8c02fa0fa2119704d1c39ca8509850aef84acc from master
2015-11-11 12:27:15 -05:00
Simon Charette
0d1d30752a [1.9.x] Refs #25693 -- Avoided redundant calls to get_fields() in to_attr validation.
Backport of 4a9c32f5eece9030c2b568e930cec0c1ba8f1da0 from master
2015-11-11 12:27:01 -05:00
Simon Charette
946e7679f3 [1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.
Thanks to Kevin Turner for the report and Tim for the review.

Backport of 4cd5d846d4a0a62bba6edf435a8ae9c6dcfacb43 from master
2015-11-11 12:19:34 -05:00
Neal Todd
15cf906643 [1.9.x] Fixed #25732 -- Updated template system design philosophy.
Removed the bit about not allowing assignment to variables
because simple_tag now allows this.

Backport of 74365585e28174834184e659b788c917303cd98a from master
2015-11-11 11:50:48 -05:00
arniu
dc3a6118df [1.9.x] Made doc icons background transparent.
Backport of cb32292176828f285d196bd90a63dbc30c97a8e0 from master
2015-11-11 11:38:15 -05:00
Sergey Fedoseev
8d87447d3d [1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().
Backport of 34669ea6b88cefb6e6f7176c71b7947234fa50b4 from master
2015-11-11 09:35:20 -05:00
Marti Raudsepp
1eed16b9db [1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.

Backport of d3e3703a15cd9d294406121bc43be0c75b1a4e0e from master
2015-11-11 08:57:41 -05:00
Tim Graham
b2e12ea813 [1.9.x] Updated six to 1.10.0.
Backport of 4c593eaa5f6767ac56a677299c984ee46c88a2cb from master
2015-11-11 06:54:06 -05:00
Tim Graham
f10226232f [1.9.x] Fixed #25727 -- Added a doc link to cached_property.
Backport of e0de82c9b2c41c4c479d2245e7d5cd59638b5440 from master
2015-11-10 13:29:00 -05:00
Ian Foote
f9a08eb897 [1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Thanks to Jamie Matthews for finding and explaining the bug.

Backport of 4608573788c04fc047da42b4b7b48fdee8136ad3 from master
2015-11-10 12:12:45 -05:00
Tim Graham
3dcdfcc8d3 [1.9.x] Refs #25618 -- Forwardported 1.8.7 release note.
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
2015-11-10 10:44:55 -05:00
Tim Graham
1ee25a9c67 [1.9.x] Removed obsolete note about installing psycopg2 on Windows.
psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.

Backport of bc6eaca304751adbd844b75a66b7d08f05853717 from master
2015-11-10 10:00:48 -05:00
Marti Raudsepp
8db5122d69 [1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
This fixes a regression from refs #25496.

Backport of 1155843a41af589a856efe8e671a796866430049 from master
2015-11-09 12:44:34 -05:00
Tim Graham
6858bf758c [1.9.x] Refs #25686 -- Forwardported 1.8.7 release note. 2015-11-09 11:00:03 -05:00
Aymeric Augustin
ca0278f496 [1.9.x] Fixed debug view crash during autumn DST change.
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)

Refs #23714 which essentially fixed the same problem when USE_TZ = True.

Thanks Florian and Carl for insisting until I wrote a complete patch.

Backport of 1014ba026e879e56e0f265a8d9f54e6f39843348 from master
2015-11-09 06:56:44 -05:00
Thijs van Dien
f5e1d72de2 [1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.

Thanks guettli for reporting this.

Backport of 1679472165e840aef4c8c9ece2fbf4620b87beab from master
2015-11-07 21:59:59 +01:00
Tim Graham
1eb2ff3ff7 [1.9.x] Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests.
Backport of 81006b9657534a21c3eadb2bc4a87c46db54c099 from master
2015-11-07 20:33:49 +01:00
Neal Todd
15377fceaa [1.9.x] Amended comment to remove reference to the no longer used NullHandler 2015-11-07 16:36:40 +01:00
Claude Paroz
194f893f02 [1.9.x] Removed ability to pass a geometry string to GIS functions
This was a possible confusion source with column name arguments.
Thanks Sergey Fedoseev for the suggestion.
2015-11-07 16:06:08 +01:00
Attila Tovt
a98d08f9f8 [1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.
Backport of ac750dbbc0533dcf9c2f6c0f09957adf6f976d3e from master
2015-11-07 11:10:00 +01:00
Sergey Fedoseev
a55135418e [1.9.x] Fixed #25660 -- Documented GEOSGeometry.dims
Backport of f98126a05aeb1671c8036900a2720e21645318ad from master
2015-11-05 10:58:56 +01:00
Alex Morozov
494046542c [1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry
Backport of 99c58c27d5a8e4a66230c413380508af223d12a8 from master
2015-11-05 10:20:27 +01:00
Tim Graham
1b72e3fbf3 [1.9.x] Added stub release notes for 1.8.7.
Backport of d49b36e485d201dd230a01f6cb8ea6e8e4fddb49 from master
2015-11-05 09:43:42 +01:00
Tim Graham
4dc34becf6 [1.9.x] Added release date for 1.8.6. 2015-11-04 17:48:26 +01:00
Tim Graham
2a7f9d68ea [1.9.x] Updated admindocs instructions for the deprecation of patterns().
Backport of 4dea29ec7b09e743268fff17d12171cc5498ae81 from master
2015-11-03 14:50:15 +00:00
Alex Morozov
ecb3e314cb [1.9.x] Fixed #25132 -- Documented how to retrieve a single value using values_list() and get().
Backport of 4373eac99828d99718a7b245d160e7e64fce2e95 from master
2015-11-03 12:24:45 +00:00
Ville Skyttä
a3bbc38d54 [1.9.x] Fixed #25668 -- Misc spelling errors
Backport of 3ee18400ae9b916da1a3bee9c9c630fd223a2d3c from master
2015-11-03 10:33:05 +00:00
japrogramer
ed3e066cc1 [1.9.x] Fixed typo in docs/topics/auth/default.txt.
Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 from master
2015-11-03 08:57:03 +00:00
Sergey Fedoseev
306efc8e45 [1.9.x] Fixed #25661 -- Fixed checking number of points during list assignment for LinearRing.
Backport of 1b598b4b4 from master.
2015-11-02 22:42:10 +01:00
Sergey Fedoseev
51e71a6e59 [1.9.x] Refs #25632 -- Corrected database support docs for GeoDjango DB functions.
Backport of 5ce84b8044b87b77eff329ed808e8be493a7cfe6 from master
2015-10-31 10:23:01 -04:00
Sergey Fedoseev
429c336376 [1.9.x] Refs #25636 -- Updated instructions for libspatialite source installation
Backport of cdb17dcb64d141c5d1919888a32a6f3e3cd58616 from master
2015-10-31 09:38:21 -04:00
Tomasz Anielak
f1859d9100 [1.9.x] Fixed typo in docs/topics/db/models.txt.
Backport of b67502fb8dccefa0c0a3b4a63f9053c4238a8a0c from master
2015-10-31 08:53:45 -04:00
Bryan Marty
a09a889a57 [1.9.x] Fixed #24212 -- Added example pylibmc CACHES configuration.
Backport of ad67fcdf51ebbbd7c02c1a2b1f269edc8f92afdc from master
2015-10-30 13:45:47 -04:00
bee_keeper
7b03595489 [1.9.x] Added class-based view example to RequestFactory example.
Backport of a17216646adaaa909fe52a4e974b56b4f094fc72 from master
2015-10-30 13:14:20 -04:00
Tim Graham
703369fb25 [1.9.x] Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.
Backport of ab873e7a681e62d6803a3c04a051a47335f7b93a from master
2015-10-30 11:30:08 -04:00
Tim Graham
78f9805755 [1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.

Backport of e19bd086d608c981098130a49e406de91dcc3d26 from master
2015-10-30 10:36:56 -04:00
Tim Graham
8b1c386f80 [1.9.x] Fixed #25100 -- Documented an upgrade caveat for contenttypes migration.
Backport of 81b55fb90078788bfdc064550f2ff9da2c79d3b6 from master
2015-10-30 10:31:05 -04:00
Tim Graham
31a51a04e8 [1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be homogeneous.
Backport of 69239c0f968ee55cb9ca1e31323fb696db0c2aec from master
2015-10-30 10:28:10 -04:00
Sergey Fedoseev
8b92839769 [1.9.x] Fixed #25641 -- Removed section about adding Google projection to spatial_ref_sys table
Backport of 9ae8da0e3 from master.
2015-10-30 10:07:30 +01:00
Tim Graham
83607e2b7a [1.9.x] Fixed #23985 -- Documented a backwards incompatible change in URLValidator.
Backport of 8c5b8018f69226389a1373523c41cd37883c9556 from master
2015-10-29 18:07:02 -04:00
Tim Graham
adc9fa8324 [1.9.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
Backport of abf5ccc29c45d53ec17541179bb5f0a75b28915d from master
2015-10-29 17:29:16 -04:00
Simon Charette
6eaf43a244 [1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field validation
Thanks to Jonathan Liuti for the report and Tim Graham for the review.

Backport of 9dcfecb7c6c8285630ad271888a9ec4ba9140e3a from master
2015-10-29 13:15:40 -04:00
Dheerendra Rathor
6bb9f51ab8 [1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
Backport of 96fe90f5356971e0e51a0bc41e045dde600d7521 from master
2015-10-29 11:14:20 -04:00
Sergey Fedoseev
6fb9424ff0 [1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in SpatiaLite backend. 2015-10-29 10:31:50 -04:00
Sergey Fedoseev
d11f63ca92 [1.9.x] Fixed #25632 -- Documented missing version requirements for GeoDjango DB functions.
Backport of 0bd067d0950f49ea586b9c2f0cc74fee24b1d3e9 from master
2015-10-29 08:38:30 -04:00
Sergey Fedoseev
848a0674c4 [1.9.x] Fixed #25630 -- Replaced AsGeoHash with GeoHash in unsupported GIS functions
Backport of 7521bb95d5 from master.
2015-10-29 13:35:34 +01:00
Sergey Fedoseev
f1054d1f1d [1.9.x] Fixed required SpatiaLite version in docs.
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped
support for SpatiaLite < 2.4.

Backport of 1a10ae45b102bd6dab15ef0bd95cda91635916ad from master
2015-10-29 07:57:56 -04:00
Tim Graham
9e7d0d90cc [1.9.x] Fixed #25627, refs #25618 -- Removed detection of south migrations in loader.
Backport of c4af8eb366be45420e13a400cc1dcc8fab91c1ad from master
2015-10-29 07:37:47 -04:00
Bryan Marty
44f177b5cd [1.9.x] Fixed #21516 -- Updated imports paths for some formset functions/classes.
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.

Backport of 455034d4df048010de4ae0a9a2392b70d1463c61 from master
2015-10-28 15:46:45 -04:00
Tim Graham
46850e2c85 [1.9.x] Ignored docutils deprecation warnings in runtests.py.
Backport of dbe79d966025e3173557617113e2cca2eb1d1338 from master
2015-10-28 14:07:22 -04:00
Tim Graham
411b8da362 [1.9.x] Made LiveServerTestCase example use StaticLiveServerTestCase.
Backport of 6b5ae92927cb69e8709ab2bb05f6721a7cd37a3c from master
2015-10-28 13:51:22 -04:00
Tim Graham
774a893d0b [1.9.x] Fixed #25618 -- Added a helpful error message when Django & south migrations exist in the same directory.
Forwardport of 65bff161ffab1310719bdee495d1e9b35f838c31 from stable/1.8.x
2015-10-28 10:19:35 -04:00
Tim Graham
b49716cd99 [1.9.x] Added "Attributes set by application code" section to HttpRequest.
Backport of dc193d0f6de6c4eb08c2d160db44b2bf18d96af4 from master
2015-10-28 09:35:54 -04:00
Ian Foote
32e804cdb7 [1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.
Backport of 32ef48aa562e6aaee9983f5d0f1c60f02fd555fb from master
2015-10-27 13:57:52 -04:00
Simon Charette
da9e9484f2 [1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."
This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.

Backport of 976bd519a879b2fd7a356cb21bde32696adb545f from master
2015-10-27 11:17:02 -04:00
Tim Graham
1c0f598764 [1.9.x] Removed unnecessary app_label='auth' on auth_tests models.
This is a relic of when the tests were stored in contrib.auth.tests.

Backport of 590b8c1c57217bd8bd33998bae490dbe3d09f045 from master
2015-10-27 08:38:19 -04:00
Tim Graham
0b4d11e175 [1.9.x] Fixed #25596 -- Fixed regression in password change view with custom user model.
The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49
crashed on a custom user model.

Backport of 5acf203db2e9562dbe4073bf85d5043ef3121ea9 from master
2015-10-27 08:38:12 -04:00
Tim Graham
64a9115bce [1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value.
Backport of 1f07da3e29c7c3d47968e1c4531dd9bf902575b7 from master
2015-10-27 08:13:21 -04:00
Tim Graham
e764f92cda [1.9.x] Added Django 1.10 to Python version support table.
Backport of 23073f964442ff754a28cb218e2f37425ebaef15 from master
2015-10-26 10:36:44 -04:00
Tim Graham
ec388ee174 [1.9.x] Documented Python 3.5 support for Django 1.8.
Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
2015-10-26 10:13:50 -04:00
Tim Graham
1a6258c090 [1.9.x] Documented related model descriptor class renames.
Renamed in e542e81b39e8610b70cf1d68f95ece0279028765.

Backport of d6a907478345b6b2fe259a2fe70e6d29676f1a7e from master
2015-10-26 08:54:33 -04:00
Curtis Maloney
bb1b2251ef [1.9.x] Optimized docs images and documented the process.
Backport of 35440ceab72ea3c24f3faaea9765271c7dac78f7 from master
2015-10-24 14:57:48 -04:00
Tim Graham
96c0ba380d [1.9.x] Fixed #25434 -- Documented HttpRequest.site and created a section for middleware attributes.
Thanks Nick Pope for the initial patch.

Backport of 02ef96c5e58d8d3492b6e38246c8268f1a0de47e from master
2015-10-24 09:59:27 -04:00
Claude Paroz
90b539170d [1.9.x] Renamed deprecated logger.warn to warning
Backport of 81fed5bc33 from master.
2015-10-24 11:49:04 +02:00
Sergey Fedoseev
e6220b49f5 [1.9.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Backport of 310049a5a from master.
2015-10-24 10:55:13 +02:00
Jacek Bzdak
488538e55e [1.9.x] Fixed #25397 -- Documented class-based view context variable clash with context processors.
Backport of 494b7986a3e5996d857b085f188a630d1504d9ca from master
2015-10-23 15:24:14 -04:00
薛丞宏
2eab4acb3e [1.9.x] Clarified that the test client response content attribute is bytes.
Backport of 484edc81c1ebd195c333f3ea8d3f9ca882a17837 from master
2015-10-23 14:27:20 -04:00
Tim Graham
ca46dc323b [1.9.x] Fixed "URLconf" spelling in code comments.
Backport of 37ea3cb03e80de80380009a7a7939bc48d75abe9 from master
2015-10-22 14:47:15 -04:00
Claude Paroz
e241444ef5 [1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
Backport of c08f85fd54 from master.
2015-10-22 20:33:55 +02:00
Benjamin Wohlwend
c367abb11b [1.9.x] Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines.
Backport of 2b9eed41fa26537d1af4f818c6e4296ce3305b01 from master
2015-10-22 14:11:22 -04:00
Tim Graham
02f3084f4e [1.9.x] Fixed #25584 -- Documented a pip error when installing Django 1.9.
Backport of ee66d8dd7df8326c453fd04c2bdeb5225df934be from master
2015-10-22 10:09:04 -04:00
Tim Allen
3d192b66a9 [1.9.x] Revised Windows install instructions for Python 3.5.
Added instructions for installing virtualenv and virtualenvwrapper.

Backport of 1ce11f6064e61af74578c402b9334b6ff38b97b2 from master
2015-10-21 20:27:21 -04:00
Tim Graham
55ed23fd3e [1.9.x] Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't return data.
Backport of 80855a4b3787bace050a8b4a2b80f79306e69812 from master
2015-10-21 13:53:48 -04:00
Jacek Bzdak
5a9e93e054 [1.9.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
Backport of 32cd7069711d2e02fcd20c005c59c175d542c62e from master
2015-10-21 11:46:01 -04:00
Sergey Fedoseev
b5091a0475 [1.9.x] Removed duplicated entry from AUTHORS.
Backport of 87d2bdd212bdb260134635c2e242d2373ec54c7c from master
2015-10-21 11:02:58 -04:00
Yusuke Miyazaki
a083d70192 [1.9.x] Fixed #25578 -- Corrected the casing of "GitHub".
Backport of 230d8c7301281176a31443a2f4f425828291e46d from master
2015-10-21 07:32:28 -04:00
John Vandenberg
614ba3ad2d [1.9.x] Fixed quad quoted ("""") docstring starts.
Backport of 9e3f6c7483d2362660e2bee554125d0215789d9d from master
2015-10-20 12:20:11 -04:00
Tim Graham
e70a309c42 [1.9.x] Bumped version for 1.9 beta 1. 2015-10-19 21:02:42 -04:00
Tim Graham
994e7661a8 [1.9.x] Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.
Backport of 4a50daf6b343db1b5c316aa29efd657e160d0cd3 from master
2015-10-19 20:27:36 -04:00
Simon Charette
522b0bc91f [1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.

Backport of 3db3ab71e97d34260057a6f51d4b2f72da30dc8d from master
2015-10-19 20:13:16 -04:00
Ville Skyttä
094a60847a [1.9.x] Fixed #25566 -- Added title to admin's closing popup response page
Backport of aff4b75c34d62ec932414b5099016007fff17317 from master
2015-10-19 19:36:00 -04:00
Simon Charette
3aeb84df25 [1.9.x] Fixed #25560 -- Made empty string related_name invalid.
Thanks to Ali Lotfi for the initial report and patch
and Tim Graham for the review.

Backport of c1b6a8a98b08fedfa3f3c69bc7add94c5841ba57 from master
2015-10-19 10:11:36 -04:00
Ville Skyttä
d8b2645032 [1.9.x] Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).
Backport of 6ff500127a21f5f2104dc77a09dfa73d5f7c94ce from master
2015-10-19 10:11:21 -04:00
Josh Smeaton
7a3b486ccd [1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Backport of 6c95b134e9b2d5641c123551c080305e90e6a89d from master
2015-10-17 15:56:00 -04:00
Yusuke Miyazaki
9039ff60e3 [1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Backport of 0922bbf18d3ae8f37e1823df2dbc270d33334548 from master
2015-10-17 14:14:29 -04:00
Tim Graham
faafd55722 [1.9.x] Used SchemaEditor.delete_model() for teardown in schema tests.
Some third-party database backends (MSSQL) have custom
delete_model() requirements that must be executed.

Thanks Michael Manfre for the initial patch and review.

Backport of 4dcc2a195595f8d7ddad45bc4baf98ffdeec7f41 from master
2015-10-16 09:12:20 -07:00
Tim Graham
d1ccf7b784 [1.9.x] Forwardported 1.8.6 release note. 2015-10-14 12:24:43 -07:00
Antoine Catton
36e7d275ec [1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>

Backport of b971c1cd78a0bf831c1c30080089c4a384d037a0 from master
2015-10-14 11:24:12 -07:00
Antoine Catton
38d6e1e2ad [1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
Check that the foreign object `from_fields` are a subset of any unique
constraints on the foreign model.

Backport of 80dac8c33e7f6f22577e4346f44e4c5ee89b648c and
c7aff31397a7228f6ac2e33c10ebdf36c4b7a9b7 from master
2015-10-14 05:26:42 -07:00
Sergey Fedoseev
aa0a3b680e [1.9.x] Fixed quotes in GeoQuerySet aggregates examples.
Backport of 92c1ae1b0b9955a511c19e07921c10126b6faa54 from master
2015-10-13 23:40:31 -04:00
Tim Graham
33c6a8b621 [1.9.x] Fixed typo in docs/ref/models/relations.txt.
Backport of f6b9e6bf4fab731a28489ec735cc330255ef03ab from master
2015-10-13 04:30:58 -07:00
Claude Paroz
f35b8f8e3f [1.9.x] Added precision about GeoJSON field outputs
Backport of 533c1099 from master.
2015-10-12 21:49:37 +02:00
Claude Paroz
66319cc597 [1.9.x] Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere difference
Thanks Bibhas Debnath for the report and Tim Graham for the review.
Backport of 617b1a21f from master.
2015-10-11 12:25:47 +02:00
Claude Paroz
86dc4889f8 [1.9.x] Pluralized translatable strings in password_validation.py 2015-10-10 15:14:36 +02:00
Claude Paroz
60471c9600 [1.9.x] Simplified translatable string in admindocs template 2015-10-10 14:52:49 +02:00
Tim Graham
7cd299584d [1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on Oracle.
Fixed on other backends by 134ca4d438bd7cbe8f0f287a00d545f96fa04a01.

Thanks Mariusz Felisiak for the solution.

Backport of 7a5b7e35bf2e219225b9f26d3dd3e34f26e83e9c from master
2015-10-09 14:42:31 -04:00
Claude Paroz
f717cb2ab4 [1.9.x] Updated translation catalogs 2015-10-09 18:00:06 +02:00
Tim Graham
b646fbe4a7 [1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
Backport of 384ddbec1b73a4636f234da3894fde8f8420bb63 from master
2015-10-09 10:59:57 -04:00
Daniel Wiesmann
4326ac687e [1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRasters
Backport of 5d8985005e from master.
2015-10-09 16:03:42 +02:00
Tim Graham
2c11002fec [1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2f677213605364c33bb37f33feac953 from master
2015-10-07 19:36:57 -04:00
Baptiste Mispelon
8a9872543c [1.9.x] Fixed #25525 -- Added instructions about importing include() in urls.py
Backport of 7ce6b10e9464995a038289e00169ffa85d29e3a5 from master
2015-10-07 17:10:34 -04:00
Claude Paroz
c894f215e2 [1.9.x] Added some function links in translation docs
Backport of 9a6fc9606c from master.
2015-10-07 17:31:28 +02:00
Mariusz Felisiak
fbe8930745 [1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Backport of 914167abf19d16ac97c0f1f6ae1b08cb377c8f3a from master
2015-10-06 19:23:53 -04:00
Tim Graham
d81b0812d4 [1.9.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()
Backport of 3f766d44c5ea000ecf47829ca565b1921dab2ac1 from master
2015-10-06 15:09:55 -04:00
Tim Graham
2f9bc99334 [1.9.x] Fixed #25516 -- Documented that parallel test excution doesn't work with pdb.
Backport of cb15ceb5555de0799210a0ce37e744fd4f284b36 from master
2015-10-06 13:27:50 -04:00
Riccardo Magliocchetti
6f653f759a [1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Backport of 3543fec3b739864c52de0a116dde3b0e5e885799 from master
2015-10-06 12:33:21 -04:00
Tim Graham
6bc8bdf55a [1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Backport of 6afa6818fcf25665bbf61f0921c8c8c6fa8f223e from master
2015-10-05 19:19:09 -04:00
Pindi Albert
3429dfe11d [1.9.x] Fixed #25423 -- Made error message for unknown template tag more helpful.
Backport of 9f2881deb127593e8e0fa25e978aad9029d7b562 from master
2015-10-05 17:33:18 -04:00
Tim Graham
9f31439e67 [1.9.x] Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release notes.
Backport of b215a3ab63d1c34746855594656e988561484fe3 from master
2015-10-05 14:20:06 -04:00
Tim Graham
4b95f1b0fb [1.9.x] Removed SimpleLazyObject workaround for a Python bug.
Backport of 4accffd8fdaa59597dc40b47be031e7116c5b2a5 from master
2015-10-05 08:48:14 -04:00
Tim Graham
9b91c7d99d [1.9.x] Added stub release notes for 1.8.6.
Backport of 58195f0b16999245ada6bd010b71c9c5352ae608 from master
2015-10-03 19:58:32 -04:00
Tim Graham
c5268b1a74 [1.9.x] Added release date for 1.8.5.
Backport of 2eb5589a721488b592ed05d6790d9ad7d2b9dafd from master
2015-10-03 19:35:18 -04:00
Ben Kraft
63a1e912a7 [1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in
particular it did not add the `_django_version` attribute added in 42736ac8.
Now it will handle this and other custom `__reduce__` methods correctly.

Backport of 35355a4ffedb2aeed52d5fe3034380ffc6a438db from master
2015-10-03 13:01:08 -04:00
Andrew Artajos
0633d2285e [1.9.x] Fixed #25398 -- Revised instances of os.path.join()
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')

Backport of d2ef521a53 from master.
2015-10-03 09:09:41 +02:00
John Moses
6a582d35f2 [1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
Backport of ac09d22f7913ff09f98001ff51b783932290e378 from master
2015-10-02 13:00:48 -04:00
Nick Williams
1147b55e8b [1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
2015-10-02 12:33:23 -04:00
Tim Graham
aebe7800e8 [1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManager
Appears unused since 585b7acaa359fc1df07269c1a4b4756bdb6703f7.

Backport of 37a5a363215d7c0360ff0a8f57856d373e8c1629 from master
2015-10-02 11:28:03 -04:00
Tim Graham
1084b421f1 [1.9.x] Made a couple tutorial corrections for Django 1.9.
Backport of 8a5a002f2f94eec2a6d01e3004c3e6a2ddccd432 from master
2015-10-01 15:19:10 -04:00
Tim Graham
05968192f7 [1.9.x] Removed an old note (Django 1.4-era) from the tutorial.
Backport of 1515b6a8b375612addc0019d537fcbf0349d942c from master
2015-10-01 14:52:14 -04:00
Tim Graham
3569e9d4a1 [1.9.x] Refs #24505 -- Forwardported 1.8.5 release note.
Backport of 061801e3dfb3f88550cdaeef1a6dd1c24c13d53d from master
2015-09-30 18:47:44 -04:00
David Sanders
d6632f2111 [1.9.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
Backport of 5c6316dc3467fd7b669bea9157f591ac5fd00ec4 from master
2015-09-30 08:44:37 -04:00
Tim Graham
00270ec7f8 [1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt
Backport of b47552b445547e60cc89213f79e02333cb63f270 from master
2015-09-29 19:40:56 -04:00
Tim Graham
59027a4cae [1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.
Thanks Simon Charette for the DeprecationInstanceCheck class.

Backport of 8d1a001ef6dcbbe8053da05cdb3ec99965b0953f from master
2015-09-29 19:20:11 -04:00
David Sanders
60fe6efe50 [1.9.x] Improved "“standalone” Django usage" example.
Backport of ae9f9dc37f39afeaa45c646cf6eef81beffcf021 from master
2015-09-29 15:09:28 -04:00
Tim Graham
e21c6f34de [1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.
Thanks Anjul Tyagi for some of the draft text.

Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master
2015-09-29 14:33:50 -04:00
Antoine Catton
db88e40312 [1.9.x] Refs #16860 -- Fixed password help text when there aren't any validators.
This avoids creating an empty list which is invalid HTML 4.

Backport of 53ccffdb8c8e47a4d4304df453d8c79a9be295ab from master
2015-09-28 15:31:18 -04:00
Tim Graham
0094fb6be8 [1.9.x] Documented auth's login/logout function parameters.
Backport of c14b6b52ff131db263bf06a02f903a73390975da from master
2015-09-28 14:12:32 -04:00
Tim Graham
76aa4cc8a2 [1.9.x] Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin in __init__().
Backport of 4cd2bdae07ac5561fdae0eede58c68df4dfcc780 from master
2015-09-28 07:26:51 -04:00
Mariusz Felisiak
6a0b4faf43 [1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.
Backport of a3a6def867c61d24dfded6cbfef7f820409dc739 from master
2015-09-26 19:52:06 -04:00
Claude Paroz
fb901c82bf [1.9.x] Made tests/serializers/models.py a models package
Thanks Tim Graham for the patch series review.
Backport of 50acbf3ff6 from master.
2015-09-26 20:05:23 +02:00
Claude Paroz
df87de345d [1.9.x] Moved remaining of serializers_regress to serializers tests
Backport of 4908222ac from master.
2015-09-26 20:04:51 +02:00
Claude Paroz
b58f88f96d [1.9.x] Moved more serializers_regress to serializers tests
Backport of ddd6a530e from master.
2015-09-26 20:04:21 +02:00
Claude Paroz
a74728b36d [1.9.x] Separated natural key serialization tests
Backport of d59d3caf3 from master.
2015-09-26 20:03:54 +02:00
Claude Paroz
d31c38cddd [1.9.x] Separated JSON serialization tests
Backport of 6dc7af3e01 from master.
2015-09-26 20:03:26 +02:00
Claude Paroz
4eeec2031e [1.9.x] Separated XML serialization tests
Backport of d3cfdfb508 from master.
2015-09-26 20:03:00 +02:00
Claude Paroz
5452d39e01 [1.9.x] Separated YAML serialization tests
Backport of febd5aeec from master.
2015-09-26 20:02:25 +02:00
Rob Hudson
bc4ae0f5eb [1.9.x] Corrected use of 'affect' vs 'effect' in docs.
Backport of 021782d22b80ea57fdd5e040add58adeafaedc55 from master
2015-09-25 18:35:16 -04:00
Tim Graham
260e9f15fe [1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
Backport of de99f558d806a2a1b30072ec95bc44d412d80dab from master
2015-09-25 15:36:05 -04:00
Tim Graham
ffcf81969b [1.9.x] Removed redundancy in admin_changelist tests.
Backport of c42123adb166fd297116880a5322e4e17b11e33f from master
2015-09-25 10:41:08 -04:00
Ville Skyttä
50ccedae98 [1.9.x] Fixed #25196 -- Normalized database representations in test database messages.
Left over Oracle mostly as-is since it's more complicated.

Backport of afe777639cc1c591df32591e196d4cda5783c615 from master
2015-09-25 10:32:05 -04:00
Tim Graham
f2f4f1cfff [1.9.x] Fixed #25451 -- Added advice about organizing tests.
Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master
2015-09-25 07:15:50 -04:00
Tzu-ping Chung
9581ac39a8 [1.9.x] Fixed #25457 -- Improved formatting of password validation errors in management command output.
Backport of 7372cdebed19a9d8e5527823c1e6825156babf98 from master
2015-09-24 19:45:48 -04:00
Moritz Sichert
9b5f1880e9 [1.9.x] Refs #25294 -- Added BoundField import for backwards compatibility.
Backport of a51070e7434426467869147608c5a8ca58e21e00 from master
2015-09-24 14:35:17 -04:00
Tim Graham
ca2c5508be [1.9.x] Fixed #25455 -- Optimized dictfetchall() example.
Thanks aklim007 for the suggestion.

Backport of 361f60479d1890e8144fc254d7389a67b35725e9 from master
2015-09-24 13:19:17 -04:00
Tim Graham
a2cf430c80 [1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.
Backport of ce531f7ad783facc5799cf43b59b5ce053aa5d9e from master
2015-09-24 10:56:56 -04:00
Tim Graham
566a01e916 [1.9.x] Removed unused views.debug.linebreak_iter() function.
Backport of fd1e54b923871d9596f9692c0fc576cd40ce3e38 from master
2015-09-24 10:41:10 -04:00
Tim Graham
6c8d36a1ab [1.9.x] Removed unused Aggregate.input_field.
Obsolete since 4a66a69239c493c05b322815b18c605cd4c96e7c.

Backport of 1f84721fac8852ebc85a2b5c95f9a65439b3937c from master
2015-09-24 10:17:33 -04:00
Samir Shah
eae5f738ba [1.9.x] Fixed typo in 1.9 release notes.
Backport of dfa81bb1df81637be333e9a67120a1670703a941 from master
2015-09-24 08:02:06 -04:00
Tim Graham
f20364c7d0 [1.9.x] Bumped version to 1.9a1. 2015-09-23 19:51:08 -04:00
Tim Graham
478d3af000 [1.9.x] Bumped django_next_version in docs config. 2015-09-23 19:36:23 -04:00
2684 changed files with 49449 additions and 24194 deletions

View File

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

14
AUTHORS
View File

@ -73,6 +73,7 @@ answer newbie questions, and generally made Django that much better:
Arvis Bickovskis <viestards.lists@gmail.com>
Aryeh Leib Taurog <http://www.aryehleib.com/>
A S Alam <aalam@users.sf.net>
Asif Saif Uddin <auvipy@gmail.com>
atlithorn <atlithorn@gmail.com>
Audrey Roy <http://audreymroy.com/>
av0000@mail.ru
@ -104,6 +105,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>
@ -171,6 +173,7 @@ answer newbie questions, and generally made Django that much better:
Daniele Procida <daniele@vurt.org>
Daniel Greenfeld
dAniel hAhler
Daniel Jilg <daniel@breakthesystem.org>
Daniel Lindsley <daniel@toastdriven.com>
Daniel Poelzleithner <http://poelzi.org/>
Daniel Pyrathon <pirosb3@gmail.com>
@ -179,6 +182,7 @@ answer newbie questions, and generally made Django that much better:
Danilo Bargen
Dan Johnson <danj.py@gmail.com>
Dan Poirier <poirier@pobox.com>
Dan Stephenson <http://dan.io/>
Dan Watson <http://danwatson.net/>
dave@thebarproject.com
David Ascher <http://ascher.ca/>
@ -353,6 +357,7 @@ answer newbie questions, and generally made Django that much better:
john@calixto.net
John D'Agostino <john.dagostino@gmail.com>
John Huddleston <huddlej@wwu.edu>
John Moses <moses.john.r@gmail.com>
John Paulett <john@paulett.org>
John Shaffer <jshaffer2112@gmail.com>
Jökull Sólberg Auðunsson <jokullsolberg@gmail.com>
@ -448,6 +453,7 @@ answer newbie questions, and generally made Django that much better:
Marian Andre <django@andre.sk>
Marijn Vriens <marijn@metronomo.cl>
Mario Gonzalez <gonzalemario@gmail.com>
Mariusz Felisiak <felisiak.mariusz@gmail.com>
Mark Biggers <biggers@utsl.com>
mark@junklight.com
Mark Lavin <markdlavin@gmail.com>
@ -634,6 +640,7 @@ answer newbie questions, and generally made Django that much better:
schwank@gmail.com
Scot Hacker <shacker@birdhouse.org>
Scott Barr <scott@divisionbyzero.com.au>
Scott Pashley <github@scottpashley.co.uk>
scott@staplefish.com
Sean Brant
Sebastian Hillig <sebastian.hillig@gmail.com>
@ -663,6 +670,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>
@ -683,6 +691,7 @@ answer newbie questions, and generally made Django that much better:
Terry Huang <terryh.tp@gmail.com>
thebjorn <bp@datakortet.no>
Thejaswi Puthraya <thejaswi.puthraya@gmail.com>
Thijs van Dien <thijs@vandien.net>
Thomas Chaumeny <t.chaumeny@gmail.com>
Thomas Güttler <hv@tbz-pariv.de>
Thomas Kerpe <thomas@kerpe.net>
@ -694,6 +703,7 @@ answer newbie questions, and generally made Django that much better:
Tim Graham <timograham@gmail.com>
Tim Heap <tim@timheap.me>
Tim Saylor <tim.saylor@gmail.com>
Tobias Kunze <rixx@cutebit.de>
Tobias McNulty <http://www.caktusgroup.com/blog>
tobias@neuyork.de
Todd O'Bryan <toddobryan@mac.com>
@ -735,7 +745,6 @@ answer newbie questions, and generally made Django that much better:
Wang Chun <wangchun@exoweb.net>
Warren Smith <warren@wandrsmith.net>
Waylan Limberg <waylan@gmail.com>
Wiktor Kołodziej
Wiktor Kołodziej <wiktor@pykonik.org>
Wiley Kestner <wiley.kestner@gmail.com>
Wiliam Alves de Souza <wiliamsouza83@gmail.com>
@ -744,10 +753,13 @@ answer newbie questions, and generally made Django that much better:
Wilson Miner <wminer@gmail.com>
wojtek
Xia Kai <http://blog.xiaket.org/>
Yann Fouillat <gagaro42@gmail.com>
Yann Malet
Yasushi Masuda <whosaysni@gmail.com>
ye7cakf02@sneakemail.com
ymasuda@ethercube.com
Yoong Kang Lim <yoongkang.lim@gmail.com>
Yusuke Miyazaki <miyazaki.dev@gmail.com>
Zachary Voase <zacharyvoase@gmail.com>
Zach Thompson <zthompson47@gmail.com>
Zain Memon

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (1, 9, 0, 'alpha', 0)
VERSION = (1, 9, 14, 'alpha', 0)
__version__ = get_version(VERSION)

View File

@ -1,4 +1,4 @@
from django.apps import AppConfig
{{ unicode_literals }}from django.apps import AppConfig
class {{ camel_case_app_name }}Config(AppConfig):

View File

@ -69,6 +69,7 @@ LANGUAGES = [
('eo', gettext_noop('Esperanto')),
('es', gettext_noop('Spanish')),
('es-ar', gettext_noop('Argentinian Spanish')),
('es-co', gettext_noop('Colombian Spanish')),
('es-mx', gettext_noop('Mexican Spanish')),
('es-ni', gettext_noop('Nicaraguan Spanish')),
('es-ve', gettext_noop('Venezuelan Spanish')),
@ -79,6 +80,7 @@ LANGUAGES = [
('fr', gettext_noop('French')),
('fy', gettext_noop('Frisian')),
('ga', gettext_noop('Irish')),
('gd', gettext_noop('Scottish Gaelic')),
('gl', gettext_noop('Galician')),
('he', gettext_noop('Hebrew')),
('hi', gettext_noop('Hindi')),
@ -316,12 +318,12 @@ FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB
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

@ -137,6 +137,12 @@ LANG_INFO = {
'name': 'Argentinian Spanish',
'name_local': 'español de Argentina',
},
'es-co': {
'bidi': False,
'code': 'es-co',
'name': 'Colombian Spanish',
'name_local': 'español de Colombia',
},
'es-mx': {
'bidi': False,
'code': 'es-mx',
@ -197,6 +203,12 @@ LANG_INFO = {
'name': 'Irish',
'name_local': 'Gaeilge',
},
'gd': {
'bidi': False,
'code': 'gd',
'name': 'Scottish Gaelic',
'name_local': 'Gàidhlig',
},
'gl': {
'bidi': False,
'code': 'gl',
@ -417,7 +429,7 @@ LANG_INFO = {
'bidi': False,
'code': 'sk',
'name': 'Slovak',
'name_local': 'slovenský',
'name_local': 'Slovensky',
},
'sl': {
'bidi': False,

View File

@ -7,11 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/"
"language/af/)\n"
"Language-Team: Afrikaans (http://www.transifex.com/django/django/language/"
"af/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -81,6 +81,9 @@ msgstr "Spaans"
msgid "Argentinian Spanish"
msgstr "Argentynse Spaans"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Meksikaanse Spaans"
@ -111,6 +114,9 @@ msgstr "Fries"
msgid "Irish"
msgstr "Iers"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galicies"
@ -303,6 +309,11 @@ msgstr ""
"Sleutel 'n geldige \"slak\" wat bestaan uit letters, syfers, beklemtoon of "
"koppel."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Sleutel 'n geldige IPv4-adres in."
@ -358,6 +369,28 @@ msgstr[1] ""
"Maak seker hierdie waarde het op die meeste %(limit_value)d karakters (dit "
"het %(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] "Maak seker dat daar nie meer as %(max)s syfer in totaal is nie."
msgstr[1] "Maak seker dat daar nie meer as %(max)s syfers in totaal is nie."
#, 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] "Maak seker dat daar nie meer as %(max)s desimale plek is nie."
msgstr[1] "Maak seker dat daar nie meer as %(max)s desimale plekke is nie."
#, 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] ""
"Maak seker dat daar nie meer as %(max)s syfer voor die desimale punt is nie."
msgstr[1] ""
"Maak seker dat daar nie meer as %(max)s syfers voor die desimale punt is nie."
msgid "and"
msgstr "en"
@ -559,6 +592,12 @@ msgstr "Een-tot-een-verhouding"
msgid "Many-to-many relationship"
msgstr "Baie-tot-baie-verwantskap"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Die veld is verpligtend."
@ -568,28 +607,6 @@ msgstr "Sleutel 'n hele getal in."
msgid "Enter a number."
msgstr "Sleutel 'n nommer in."
#, 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] "Maak seker dat daar nie meer as %(max)s syfer in totaal is nie."
msgstr[1] "Maak seker dat daar nie meer as %(max)s syfers in totaal is nie."
#, 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] "Maak seker dat daar nie meer as %(max)s desimale plek is nie."
msgstr[1] "Maak seker dat daar nie meer as %(max)s desimale plekke is nie."
#, 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] ""
"Maak seker dat daar nie meer as %(max)s syfer voor die desimale punt is nie."
msgstr[1] ""
"Maak seker dat daar nie meer as %(max)s syfers voor die desimale punt is nie."
msgid "Enter a valid date."
msgstr "Sleutel 'n geldige datum in."
@ -655,12 +672,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Versteekte veld %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -1,7 +1,7 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Bashar Al-Abdulhadi, 2015
# Bashar Al-Abdulhadi, 2015-2016
# Bashar Al-Abdulhadi, 2014
# Eyad Toma <d.eyad.t@gmail.com>, 2013-2014
# Jannis Leidel <jannis@leidel.info>, 2011
@ -10,11 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/"
"ar/)\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-03-14 12:09+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -85,6 +84,9 @@ msgstr "الإسبانيّة"
msgid "Argentinian Spanish"
msgstr "الأسبانية الأرجنتينية"
msgid "Colombian Spanish"
msgstr "الكولومبية الإسبانية"
msgid "Mexican Spanish"
msgstr "الأسبانية المكسيكية"
@ -115,6 +117,9 @@ msgstr "الفريزيّة"
msgid "Irish"
msgstr "الإيرلنديّة"
msgid "Scottish Gaelic"
msgstr "الغيلية الأسكتلندية"
msgid "Galician"
msgstr "الجليقيّة"
@ -275,7 +280,7 @@ msgid "Traditional Chinese"
msgstr "الصينيّة التقليدية"
msgid "Messages"
msgstr ""
msgstr "الرسائل"
msgid "Site Maps"
msgstr "خرائط الموقع"
@ -305,6 +310,11 @@ msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة."
msgid "Enter a valid IPv4 address."
msgstr "أدخل عنوان IPv4 صحيح."
@ -381,6 +391,38 @@ msgstr[5] ""
"تأكد أن هذه القيمة تحتوي على %(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] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[5] "تحقق من أن تدخل %(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] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[1] "تحقق من أن تدخل خانة %(max)s عشرية لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s خانتين عشريتين لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[5] "تحقق من أن تدخل %(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] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[1] "تحقق من أن تدخل رقم %(max)s قبل الفاصل العشري لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s رقمين قبل الفاصل العشري لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgid "and"
msgstr "و"
@ -483,6 +525,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 "المدّة"
@ -558,7 +602,7 @@ msgstr "البيانات الثنائية الخام"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' ليست قيمة UUID صحيحة."
msgid "File"
msgstr "ملف"
@ -568,7 +612,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 "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)"
@ -579,6 +623,12 @@ msgstr "علاقة واحد إلى واحد"
msgid "Many-to-many relationship"
msgstr "علاقة متعدد إلى متعدد"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "هذا الحقل مطلوب."
@ -588,38 +638,6 @@ msgstr "أدخل رقما صحيحا."
msgid "Enter a number."
msgstr "أدخل رقماً."
#, 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] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[5] "تحقق من أن تدخل %(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] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[1] "تحقق من أن تدخل خانة %(max)s عشرية لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s خانتين عشريتين لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[5] "تحقق من أن تدخل %(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] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[1] "تحقق من أن تدخل رقم %(max)s قبل الفاصل العشري لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s رقمين قبل الفاصل العشري لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgid "Enter a valid date."
msgstr "أدخل تاريخاً صحيحاً."
@ -685,7 +703,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 ":"
@ -695,12 +713,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(الحقل الخفي %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "بيانات ManagementForm مفقودة أو تم العبث بها"
@ -1175,17 +1187,22 @@ msgid "It worked!"
msgstr "أنه فعّال!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgstr "تهانينا على صفحتك الأولى بدعم من جانغو."
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 ""
"وبطبيعة الحال، لم يتم عمل أي عمل فعلي حتى الآن. الخطوة التالية هي تشغيل أول "
"تطبيق لك عبر الأمر التالي\n"
" <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> في ملف إعدادات جانغو "
"الخاص بك، و ايضا لعدم تكوين أي عناوين المواقع. إبدأ العمل!"
msgid "No year specified"
msgstr "لم تحدد السنة"

View File

@ -6,10 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Asturian (http://www.transifex.com/projects/p/django/language/"
"Language-Team: Asturian (http://www.transifex.com/django/django/language/"
"ast/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -80,6 +80,9 @@ msgstr "Castellán"
msgid "Argentinian Spanish"
msgstr "Español arxentín"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Español mexicanu"
@ -110,6 +113,9 @@ msgstr "Frisón"
msgid "Irish"
msgstr "Irlandés"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Gallegu"
@ -302,6 +308,11 @@ msgstr ""
"Introduz un 'slug' válidu que consista en lletres, númberu, guiones baxos o "
"medios. "
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Introduz una direición IPv4 válida."
@ -354,6 +365,28 @@ msgstr[1] ""
"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuteres (tien "
"%(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] "Asegúrate que nun hai más de %(max)s díxitu en total."
msgstr[1] "Asegúrate que nun hai más de %(max)s díxitos en total."
#, 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] "Asegúrate que nun hai más de %(max)s allugamientu decimal."
msgstr[1] "Asegúrate que nun hai más de %(max)s allugamientos decimales."
#, 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] ""
"Asegúrate que nun hai más de %(max)s díxitu enantes del puntu decimal."
msgstr[1] ""
"Asegúrate que nun hai más de %(max)s díxitos enantes del puntu decimal."
msgid "and"
msgstr "y"
@ -542,6 +575,12 @@ msgstr "Rellación a ún"
msgid "Many-to-many relationship"
msgstr "Rellación a munchos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Requierse esti campu."
@ -551,28 +590,6 @@ msgstr "Introduz un númberu completu"
msgid "Enter a number."
msgstr "Introduz un númberu."
#, 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] "Asegúrate que nun hai más de %(max)s díxitu en total."
msgstr[1] "Asegúrate que nun hai más de %(max)s díxitos en total."
#, 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] "Asegúrate que nun hai más de %(max)s allugamientu decimal."
msgstr[1] "Asegúrate que nun hai más de %(max)s allugamientos decimales."
#, 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] ""
"Asegúrate que nun hai más de %(max)s díxitu enantes del puntu decimal."
msgstr[1] ""
"Asegúrate que nun hai más de %(max)s díxitos enantes del puntu decimal."
msgid "Enter a valid date."
msgstr "Introduz una data válida."
@ -638,12 +655,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Campu anubríu %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -7,11 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/"
"language/az/)\n"
"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/"
"az/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -81,6 +81,9 @@ msgstr "İspanca"
msgid "Argentinian Spanish"
msgstr "Argentina İspancası"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Meksika İspancası"
@ -111,6 +114,9 @@ msgstr "Friscə"
msgid "Irish"
msgstr "İrlandca"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Qallik dili"
@ -303,6 +309,11 @@ msgstr ""
"Hərflərdən, rəqəmlərdən, alt-xətlərdən və ya defislərdən ibarət düzgün "
"qısaltma daxil edin."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Düzgün IPv4 ünvanı daxil edin."
@ -349,6 +360,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "və"
@ -539,6 +570,12 @@ msgstr "Birin-birə münasibət"
msgid "Many-to-many relationship"
msgstr "Çoxun-çoxa münasibət"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Bu sahə vacibdir."
@ -548,26 +585,6 @@ msgstr "Tam ədəd daxil edin."
msgid "Enter a number."
msgstr "Ədəd daxil edin."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Düzgün tarix daxil edin."
@ -628,12 +645,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -6,17 +6,18 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-04-08 18:14+0000\n"
"Last-Translator: Viktar Palstsiuk <vipals@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/"
"language/be/)\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"
"Language-Team: Belarusian (http://www.transifex.com/django/django/language/"
"be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
msgid "Afrikaans"
msgstr "Афрыкаанс"
@ -81,6 +82,9 @@ msgstr "Гішпанская"
msgid "Argentinian Spanish"
msgstr "Гішпанская (Арґентына)"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Гішпанская (Мэксыка)"
@ -111,6 +115,9 @@ msgstr "Фрызкая"
msgid "Irish"
msgstr "Ірляндзкая"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Ґальская"
@ -301,6 +308,11 @@ msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "Бірка можа зьмяшчаць літары, лічбы, знакі падкрэсьліваньня ды злучкі."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Пазначце чынны адрас IPv4."
@ -351,6 +363,32 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "і"
@ -458,7 +496,7 @@ msgstr "Шлях да файла"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgstr "Значэньне '%(value)s' павінна быць дробным лікам."
msgid "Floating point number"
msgstr "Лік зь пераноснай коскаю"
@ -541,6 +579,12 @@ msgstr "Сувязь «адзін да аднаго»"
msgid "Many-to-many relationship"
msgstr "Сувязь «некалькі да некалькіх»"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Поле трэба запоўніць."
@ -550,32 +594,6 @@ msgstr "Набярыце ўвесь лік."
msgid "Enter a number."
msgstr "Набярыце лік."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Пазначце чынную дату."
@ -638,12 +656,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Схаванае поле %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -4,18 +4,19 @@
# Boris Chervenkov <office@sentido.bg>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# Lyuboslav Petrov <petrov.lyuboslav@gmail.com>, 2014
# Todor Lubenov <tlubenov@gmail.com>, 2013-2014
# Todor Lubenov <tgl.sysdev@gmail.com>, 2013-2015
# Venelin Stoykov <vkstoykov@gmail.com>, 2015
# 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-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/"
"language/bg/)\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 16:05+0000\n"
"Last-Translator: Venelin Stoykov <vkstoykov@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
"bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -85,6 +86,9 @@ msgstr "испански език"
msgid "Argentinian Spanish"
msgstr "кастилски"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Мексикански испански"
@ -115,6 +119,9 @@ msgstr "фризийски език"
msgid "Irish"
msgstr "ирландски език"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "галицейски език"
@ -275,19 +282,19 @@ msgid "Traditional Chinese"
msgstr "традиционен китайски"
msgid "Messages"
msgstr ""
msgstr "Съобщения"
msgid "Site Maps"
msgstr ""
msgstr "Бързи Maps"
msgid "Static Files"
msgstr ""
msgstr "Статични файлове"
msgid "Syndication"
msgstr ""
msgstr "Syndication"
msgid "Web Design"
msgstr ""
msgstr "Web Design"
msgid "Enter a valid value."
msgstr "Въведете валидна стойност. "
@ -306,6 +313,12 @@ msgid ""
msgstr ""
"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета."
msgid "Enter a valid IPv4 address."
msgstr "Въведете валиден IPv4 адрес."
@ -359,16 +372,40 @@ msgstr[1] ""
"Уверете се, тази стойност има най-много %(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] "Уверете се, че има не повече от %(max)s цифри в общо."
msgstr[1] "Уверете се, че има не повече от %(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] ""
"Уверете се, че има не повече от%(max)s знак след десетичната запетая."
msgstr[1] ""
"Уверете се, че има не повече от %(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] ""
"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая."
msgstr[1] ""
"Уверете се, че има не повече от %(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 "Това поле не може да има празна стойност."
@ -386,6 +423,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"
@ -396,11 +435,11 @@ msgstr "Цяло число"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgstr "'%(value)s' стойност трябва да е цяло число."
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgstr "Стойността на '%(value)s' трябва да бъде или True или False."
msgid "Boolean (Either True or False)"
msgstr "Boolean (True или False)"
@ -417,12 +456,16 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' стойност е с формат невалидна дата. Тя трябва да бъде в YYYY-MM-"
"DD формат."
#, 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 "Дата (без час)"
@ -432,6 +475,9 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Стойността на '%(value)s' е с невалиден формат. Трябва да бъде във формат "
"ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ] (където u означава милисекунда, а TZ - "
"часова зона)"
#, python-format
msgid ""
@ -456,7 +502,7 @@ msgid ""
msgstr ""
msgid "Duration"
msgstr ""
msgstr "Продължителност"
msgid "Email address"
msgstr "Email адрес"
@ -466,7 +512,7 @@ msgstr "Път към файл"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgstr "'%(value)s' стойност трябва да е число с плаваща запетая."
msgid "Floating point number"
msgstr "Число с плаваща запетая"
@ -526,7 +572,7 @@ msgstr "сурови двоични данни"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' не е валиден UUID."
msgid "File"
msgstr "Файл"
@ -547,6 +593,12 @@ msgstr "словенски език"
msgid "Many-to-many relationship"
msgstr "Много-към-много връзка"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Това поле е задължително."
@ -556,30 +608,6 @@ msgstr "Въведете цяло число. "
msgid "Enter a number."
msgstr "Въведете число."
#, 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] "Уверете се, че има не повече от %(max)s цифри в общо."
msgstr[1] "Уверете се, че има не повече от %(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] ""
"Уверете се, че има не повече от%(max)s знак след десетичната запетая."
msgstr[1] ""
"Уверете се, че има не повече от %(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] ""
"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая."
msgstr[1] ""
"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая."
msgid "Enter a valid date."
msgstr "Въведете валидна дата. "
@ -590,7 +618,7 @@ 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 "Не е получен файл. Проверете типа кодиране на формата. "
@ -628,10 +656,10 @@ msgid "Enter a list of values."
msgstr "Въведете списък от стойности"
msgid "Enter a complete value."
msgstr ""
msgstr "Въведете пълна стойност."
msgid "Enter a valid UUID."
msgstr ""
msgstr "Въведете валиден UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
@ -641,14 +669,8 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Скрито поле %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
msgstr "Данни за мениджърската форма липсват или са били променени."
#, python-format
msgid "Please submit %d or fewer forms."
@ -659,8 +681,8 @@ msgstr[1] "Моля, въведете %d по-малко форми."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Моля, въведете %d или по-вече форми."
msgstr[1] "Моля, въведете %d или по-вече форми."
msgid "Order"
msgstr "Ред"
@ -1037,10 +1059,10 @@ msgid "0 minutes"
msgstr "0 минути"
msgid "Forbidden"
msgstr ""
msgstr "Забранен"
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgstr "CSRF проверката се провали. Заявката прекратена."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
@ -1060,23 +1082,29 @@ msgid ""
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Вие виждате това съобщение, защото този сайт изисква CSRF бисквитка когато "
"се подават формуляри. Тази бисквитка е задължителна от съображения за "
"сигурност, за да се гарантира, че вашият браузър не е компрометиран от трети "
"страни."
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 ""
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 "

View File

@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/"
"Language-Team: Bengali (http://www.transifex.com/django/django/language/"
"bn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -83,6 +83,9 @@ msgstr "স্প্যানিশ"
msgid "Argentinian Spanish"
msgstr "আর্জেন্টিনিয়ান স্প্যানিশ"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "মেক্সিকান স্প্যানিশ"
@ -113,6 +116,9 @@ msgstr "ফ্রিজ্ল্যানডের ভাষা"
msgid "Irish"
msgstr "আইরিশ"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "গ্যালিসিয়ান"
@ -305,6 +311,11 @@ msgstr ""
"বৈধ slug' প্রবেশ করান যাতে শুধুমাত্র ইংরেজী বর্ণ, অঙ্ক, আন্ডারস্কোর অথবা হাইফেন "
"রয়েছে।"
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "একটি বৈধ IPv4 ঠিকানা দিন।"
@ -349,6 +360,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "এবং"
@ -537,6 +568,12 @@ msgstr "ওয়ান-টু-ওয়ান রিলেশানশিপ"
msgid "Many-to-many relationship"
msgstr "ম্যানি-টু-ম্যানি রিলেশানশিপ"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "এটি আবশ্যক।"
@ -546,26 +583,6 @@ msgstr "একটি পূর্ণসংখ্যা দিন"
msgid "Enter a number."
msgstr "একটি সংখ্যা প্রবেশ করান।"
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "বৈধ তারিখ দিন।"
@ -626,12 +643,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -6,11 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/"
"br/)\n"
"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -80,6 +79,9 @@ msgstr "Spagnoleg"
msgid "Argentinian Spanish"
msgstr "Spagnoleg Arc'hantina"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Spagnoleg Mec'hiko"
@ -110,6 +112,9 @@ msgstr "Frizeg"
msgid "Irish"
msgstr "Iwerzhoneg"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galizeg"
@ -302,6 +307,11 @@ msgstr ""
"N'hall bezañ er vaezienn-mañ nemet lizherennoù, niveroù, tiredoù izel _ ha "
"barrennigoù-stagañ."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Merkit ur chomlec'h IPv4 reizh."
@ -348,6 +358,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "ha"
@ -536,6 +566,12 @@ msgstr "Darempred unan-ouzh-unan"
msgid "Many-to-many relationship"
msgstr "Darempred lies-ouzh-lies"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Rekis eo leuniañ ar vaezienn."
@ -545,26 +581,6 @@ msgstr "Merkit un niver anterin."
msgid "Enter a number."
msgstr "Merkit un niver."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Merkit un deiziad reizh"
@ -624,12 +640,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -7,10 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:34+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/"
"Language-Team: Bosnian (http://www.transifex.com/django/django/language/"
"bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -82,6 +82,9 @@ msgstr "španski"
msgid "Argentinian Spanish"
msgstr "Argentinski španski"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Meksički španski"
@ -112,6 +115,9 @@ msgstr "frišanski"
msgid "Irish"
msgstr "irski"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "galski"
@ -304,6 +310,11 @@ msgstr ""
"Unesite ispravan „slug“, koji se sastoji od slova, brojki, donjih crta ili "
"crtica."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Unesite ispravnu IPv4 adresu."
@ -352,6 +363,29 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "i"
@ -540,6 +574,12 @@ msgstr "Jedan-na-jedan odnos"
msgid "Many-to-many relationship"
msgstr "Više-na-više odsnos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Ovo polje se mora popuniti."
@ -549,29 +589,6 @@ msgstr "Unesite cijeo broj."
msgid "Enter a number."
msgstr "Unesite broj."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Unesite ispravan datum."
@ -633,12 +650,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -1,17 +1,20 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Antoni Aloy <aaloy@apsl.net>, 2012,2015
# Antoni Aloy <aaloy@apsl.net>, 2012,2015-2016
# Carles Barrobés <carles@barrobes.com>, 2011-2012,2014
# duub qnnp, 2015
# Jannis Leidel <jannis@leidel.info>, 2011
# Manuel Miranda <manu.mirandad@gmail.com>, 2015
# Roger Pons <rogerpons@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/django/language/"
"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"
"Language-Team: Catalan (http://www.transifex.com/django/django/language/"
"ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -82,6 +85,9 @@ msgstr "espanyol"
msgid "Argentinian Spanish"
msgstr "castellà d'Argentina"
msgid "Colombian Spanish"
msgstr "Español de Colombia"
msgid "Mexican Spanish"
msgstr "espanyol de Mèxic"
@ -112,6 +118,9 @@ msgstr "frisi"
msgid "Irish"
msgstr "irlandès"
msgid "Scottish Gaelic"
msgstr "Escocés Gaélico"
msgid "Galician"
msgstr "gallec"
@ -272,7 +281,7 @@ msgid "Traditional Chinese"
msgstr "xinès tradicional"
msgid "Messages"
msgstr ""
msgstr "Missatges"
msgid "Site Maps"
msgstr "Mapes del lloc"
@ -304,6 +313,13 @@ msgstr ""
"Introduïu un 'slug' vàlid, consistent en lletres, números, guions o guions "
"baixos."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Introduïu un 'slug' vàlid format per lletres Unicode, números, guions o "
"guions baixos."
msgid "Enter a valid IPv4 address."
msgstr "Introduïu una adreça IPv4 vàlida."
@ -358,6 +374,28 @@ msgstr[1] ""
"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcters (en "
"té %(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] "Assegureu-vos que no hi ha més de %(max)s dígit en total."
msgstr[1] "Assegureu-vos que no hi ha més de %(max)s dígits en total."
#, 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] "Assegureu-vos que no hi ha més de %(max)s decimal."
msgstr[1] "Assegureu-vos que no hi ha més de %(max)s decimals."
#, 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] ""
"Assegureu-vos que no hi ha més de %(max)s dígit abans de la coma decimal."
msgstr[1] ""
"Assegureu-vos que no hi ha més de %(max)s dígits abans de la coma decimal."
msgid "and"
msgstr "i"
@ -561,6 +599,12 @@ msgstr "Inter-relació un-a-un"
msgid "Many-to-many relationship"
msgstr "Inter-relació molts-a-molts"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Aquest camp és obligatori."
@ -570,28 +614,6 @@ msgstr "Introduïu un número sencer."
msgid "Enter a number."
msgstr "Introduïu un número."
#, 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] "Assegureu-vos que no hi ha més de %(max)s dígit en total."
msgstr[1] "Assegureu-vos que no hi ha més de %(max)s dígits en total."
#, 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] "Assegureu-vos que no hi ha més de %(max)s decimal."
msgstr[1] "Assegureu-vos que no hi ha més de %(max)s decimals."
#, 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] ""
"Assegureu-vos que no hi ha més de %(max)s dígit abans de la coma decimal."
msgstr[1] ""
"Assegureu-vos que no hi ha més de %(max)s dígits abans de la coma decimal."
msgid "Enter a valid date."
msgstr "Introduïu una data vàlida."
@ -658,12 +680,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Camp ocult %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Falten dades de ManagementForm o s'ha manipulat"
@ -1054,7 +1070,7 @@ msgstr[0] "%d minut"
msgstr[1] "%d minuts"
msgid "0 minutes"
msgstr "0 minutes"
msgstr "0 minuts"
msgid "Forbidden"
msgstr "Prohibit"
@ -1164,14 +1180,14 @@ msgstr "La pàgina no és 'last', ni es pot convertir en un enter"
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Plana invàlida (%(page_number)s): %(message)s"
msgstr "Pàgina invàlida (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Llista buida i '%(class_name)s.allow_empty' és Fals."
msgid "Directory indexes are not allowed here."
msgstr "No es permeten índexos de directori aquí"
msgstr "Aquí no es permeten índexs de directori."
#, python-format
msgid "\"%(path)s\" does not exist"

View File

@ -11,11 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-20 08:46+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-09 08:40+0000\n"
"Last-Translator: Vláďa Macek <macek@sandbox.cz>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/"
"cs/)\n"
"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -85,6 +84,9 @@ msgstr "španělsky"
msgid "Argentinian Spanish"
msgstr "argentinskou španělštinou"
msgid "Colombian Spanish"
msgstr "kolumbijskou španělštinou"
msgid "Mexican Spanish"
msgstr "Mexická španělština"
@ -115,6 +117,9 @@ msgstr "frísky"
msgid "Irish"
msgstr "irsky"
msgid "Scottish Gaelic"
msgstr "skotskou keltštinou"
msgid "Galician"
msgstr "galicijsky"
@ -307,6 +312,13 @@ msgstr ""
"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a "
"pomlček."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a "
"pomlček typu Unicode."
msgid "Enter a valid IPv4 address."
msgstr "Zadejte platnou adresu typu IPv4."
@ -359,6 +371,35 @@ msgstr[1] ""
msgstr[2] ""
"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(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] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslici."
msgstr[1] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslice."
msgstr[2] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic."
#, 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] "Ujistěte se, že pole neobsahuje více než %(max)s desetinné místo."
msgstr[1] "Ujistěte se, že pole neobsahuje více než %(max)s desetinná místa."
msgstr[2] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst."
#, 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] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s místo před desetinnou "
"čárkou (tečkou)."
msgstr[1] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s místa před desetinnou "
"čárkou (tečkou)."
msgstr[2] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou "
"čárkou (tečkou)."
msgid "and"
msgstr "a"
@ -564,6 +605,12 @@ msgstr "Vazba jedna-jedna"
msgid "Many-to-many relationship"
msgstr "Vazba mnoho-mnoho"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?!"
msgid "This field is required."
msgstr "Toto pole je třeba vyplnit."
@ -573,35 +620,6 @@ msgstr "Zadejte celé číslo."
msgid "Enter a number."
msgstr "Zadejte číslo."
#, 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] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslici."
msgstr[1] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslice."
msgstr[2] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic."
#, 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] "Ujistěte se, že pole neobsahuje více než %(max)s desetinné místo."
msgstr[1] "Ujistěte se, že pole neobsahuje více než %(max)s desetinná místa."
msgstr[2] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst."
#, 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] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s místo před desetinnou "
"čárkou (tečkou)."
msgstr[1] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s místa před desetinnou "
"čárkou (tečkou)."
msgstr[2] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou "
"čárkou (tečkou)."
msgid "Enter a valid date."
msgstr "Zadejte platné datum."
@ -665,12 +683,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Skryté pole %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Data objektu ManagementForm chybí nebo byla pozměněna."

View File

@ -7,11 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/"
"cy/)\n"
"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -82,6 +81,9 @@ msgstr "Sbaeneg"
msgid "Argentinian Spanish"
msgstr "Sbaeneg Ariannin"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Sbaeneg Mecsico"
@ -112,6 +114,9 @@ msgstr "Ffrisieg"
msgid "Irish"
msgstr "Gwyddeleg"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galisieg"
@ -304,6 +309,11 @@ msgstr ""
"Rhowch 'falwen' dilys yn cynnwys llythrennau, rhifau, tanlinellau neu "
"cysylltnodau."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Rhowch gyfeiriad IPv4 dilys."
@ -369,6 +379,32 @@ msgstr[3] ""
"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo "
"%(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] "Sicrhewch nad oes mwy nag %(max)s digid i gyd."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid i gyd."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid i gyd."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid i gyd."
#, 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] "Sicrhewch nad oes mwy nag %(max)s lle degol."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s le degol."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s lle degol."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s lle degol."
#, 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] "Sicrhewch nad oes mwy nag %(max)s digid cyn y pwynt degol."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid cyn y pwynt degol."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol."
msgid "and"
msgstr "a"
@ -569,6 +605,12 @@ msgstr "Perthynas un-i-un"
msgid "Many-to-many relationship"
msgstr "Perthynas llawer-i-lawer"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Mae angen y maes hwn."
@ -578,32 +620,6 @@ msgstr "Rhowch cyfanrif."
msgid "Enter a number."
msgstr "Rhowch rif."
#, 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] "Sicrhewch nad oes mwy nag %(max)s digid i gyd."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid i gyd."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid i gyd."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid i gyd."
#, 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] "Sicrhewch nad oes mwy nag %(max)s lle degol."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s le degol."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s lle degol."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s lle degol."
#, 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] "Sicrhewch nad oes mwy nag %(max)s digid cyn y pwynt degol."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid cyn y pwynt degol."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol."
msgid "Enter a valid date."
msgstr "Rhif ddyddiad dilys."
@ -671,12 +687,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Maes cudd %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Mae data ManagementForm ar goll neu mae rhywun wedi ymyrryd ynddo"

View File

@ -13,11 +13,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-20 10:22+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-01 19:50+0000\n"
"Last-Translator: Erik Wognsen <r4mses@gmail.com>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/"
"da/)\n"
"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -87,6 +86,9 @@ msgstr "spansk"
msgid "Argentinian Spanish"
msgstr "argentinsk spansk"
msgid "Colombian Spanish"
msgstr "colombiansk spansk"
msgid "Mexican Spanish"
msgstr "mexikansk spansk"
@ -117,6 +119,9 @@ msgstr "frisisk"
msgid "Irish"
msgstr "irsk"
msgid "Scottish Gaelic"
msgstr "skotsk gælisk"
msgid "Galician"
msgstr "galicisk"
@ -309,6 +314,13 @@ msgstr ""
"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og "
"bindestreger."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og "
"bindestreger."
msgid "Enter a valid IPv4 address."
msgstr "Indtast en gyldig IPv4-adresse."
@ -357,6 +369,26 @@ msgstr[0] ""
msgstr[1] ""
"Denne værdi må højst have %(limit_value)d tegn (den har %(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] "Der må maksimalt være %(max)s ciffer i alt."
msgstr[1] "Der må maksimalt være %(max)s cifre i alt."
#, 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] "Der må maksimalt være %(max)s decimal."
msgstr[1] "Der må maksimalt være %(max)s decimaler."
#, 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] "Der må maksimalt være %(max)s ciffer før kommaet."
msgstr[1] "Der må maksimalt være %(max)s cifre før kommaet."
msgid "and"
msgstr "og"
@ -560,6 +592,12 @@ msgstr "En-til-en-relation"
msgid "Many-to-many relationship"
msgstr "Mange-til-mange-relation"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Dette felt er påkrævet."
@ -569,26 +607,6 @@ msgstr "Indtast et heltal."
msgid "Enter a number."
msgstr "Indtast et tal."
#, 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] "Der må maksimalt være %(max)s ciffer i alt."
msgstr[1] "Der må maksimalt være %(max)s cifre i alt."
#, 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] "Der må maksimalt være %(max)s decimal."
msgstr[1] "Der må maksimalt være %(max)s decimaler."
#, 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] "Der må maksimalt være %(max)s ciffer før kommaet."
msgstr[1] "Der må maksimalt være %(max)s cifre før kommaet."
msgid "Enter a valid date."
msgstr "Indtast en gyldig dato."
@ -652,12 +670,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Skjult felt %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm-data mangler eller er blevet manipuleret"

View File

@ -3,6 +3,7 @@
# Translators:
# André Hagenbruch, 2011-2012
# Florian Apolloner <florian@apolloner.eu>, 2011
# Dunedan <dunedan@phoenitydawn.de>, 2016
# Jannis Vajen, 2011,2013
# Jannis Leidel <jannis@leidel.info>, 2013-2015
# Markus Holtermann <inyoka@markusholtermann.eu>, 2013,2015
@ -10,11 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-20 08:54+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: German (http://www.transifex.com/projects/p/django/language/"
"de/)\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"
"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"
"Content-Transfer-Encoding: 8bit\n"
@ -84,6 +84,9 @@ msgstr "Spanisch"
msgid "Argentinian Spanish"
msgstr "Argentinisches Spanisch"
msgid "Colombian Spanish"
msgstr "Kolumbianisches Spanisch"
msgid "Mexican Spanish"
msgstr "Mexikanisches Spanisch"
@ -114,6 +117,9 @@ msgstr "Friesisch"
msgid "Irish"
msgstr "Irisch"
msgid "Scottish Gaelic"
msgstr "Schottisch-Gälisch"
msgid "Galician"
msgstr "Galicisch"
@ -306,6 +312,13 @@ msgstr ""
"Bitte ein gültiges Kürzel, bestehend aus Buchstaben, Ziffern, Unter- und "
"Bindestrichen, eingeben."
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."
msgid "Enter a valid IPv4 address."
msgstr "Bitte eine gültige IPv4-Adresse eingeben."
@ -360,6 +373,34 @@ msgstr[1] ""
"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen "
"besteht. (Er besteht aus %(show_value)d Zeichen)."
#, 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] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern enthält."
#, 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] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstelle enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstellen enthält."
#, 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] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer vor dem Komma "
"enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern vor dem Komma "
"enthält."
msgid "and"
msgstr "und"
@ -562,6 +603,12 @@ msgstr "1:1-Beziehung"
msgid "Many-to-many relationship"
msgstr "n:m-Beziehung"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Dieses Feld ist zwingend erforderlich."
@ -571,34 +618,6 @@ msgstr "Bitte eine ganze Zahl eingeben."
msgid "Enter a number."
msgstr "Bitte eine Zahl eingeben."
#, 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] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern enthält."
#, 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] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstelle enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstellen enthält."
#, 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] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer vor dem Komma "
"enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern vor dem Komma "
"enthält."
msgid "Enter a valid date."
msgstr "Bitte ein gültiges Datum eingeben."
@ -666,12 +685,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Verstecktes Feld %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm-Daten fehlen oder wurden manipuliert."
@ -1104,7 +1117,7 @@ msgid ""
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Falls Sie Cookies in Ihren Webbrowser deaktiviert haben, müssen Sie sie "
"midestens für diese Seite oder für „Same-Origin“-Verbindungen reaktivieren."
"mindestens für diese Seite oder für „Same-Origin“-Verbindungen reaktivieren."
msgid "More information is available with DEBUG=True."
msgstr "Mehr Information ist verfügbar mit DEBUG=True."

View File

@ -13,11 +13,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/"
"el/)\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"
"Content-Transfer-Encoding: 8bit\n"
@ -87,6 +86,9 @@ msgstr "Ισπανικά"
msgid "Argentinian Spanish"
msgstr "Ισπανικά Αργεντινής"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Μεξικανική διάλεκτος Ισπανικών"
@ -117,6 +119,9 @@ msgstr "Frisian"
msgid "Irish"
msgstr "Ιρλανδικά"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Γαελικά"
@ -308,6 +313,11 @@ msgid ""
msgstr ""
"Ένα έγκυρο 'slug' αποτελείται από γράμματα, αριθμούς, παύλες ή κάτω παύλες."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Εισάγετε μια έγκυρη διεύθυνση IPv4."
@ -362,6 +372,28 @@ msgstr[1] ""
"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(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] ""
"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s"
msgstr[1] ""
"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(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] "Σιγουρευτείτε ότι το δεκαδικό ψηφίο δεν είναι παραπάνω από %(max)s."
msgstr[1] "Σιγουρευτείτε ότι τα δεκαδικά ψηφία δεν είναι παραπάνω από %(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] ""
msgid "and"
msgstr "και"
@ -560,6 +592,12 @@ msgstr "Σχέση ένα-προς-ένα"
msgid "Many-to-many relationship"
msgstr "Σχέση πολλά-προς-πολλά"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Αυτό το πεδίο είναι απαραίτητο."
@ -569,28 +607,6 @@ msgstr "Εισάγετε έναν ακέραιο αριθμό."
msgid "Enter a number."
msgstr "Εισάγετε έναν αριθμό."
#, 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] ""
"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s"
msgstr[1] ""
"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(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] "Σιγουρευτείτε ότι το δεκαδικό ψηφίο δεν είναι παραπάνω από %(max)s."
msgstr[1] "Σιγουρευτείτε ότι τα δεκαδικά ψηφία δεν είναι παραπάνω από %(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] ""
msgid "Enter a valid date."
msgstr "Εισάγετε μια έγκυρη ημερομηνία."
@ -656,12 +672,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Τα δεδομένα του ManagementForm λείπουν ή έχουν αλλοιωθεί"

File diff suppressed because it is too large Load Diff

View File

@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
"django/language/en_AU/)\n"
"Language-Team: English (Australia) (http://www.transifex.com/django/django/"
"language/en_AU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -80,6 +80,9 @@ msgstr "Spanish"
msgid "Argentinian Spanish"
msgstr "Argentinian Spanish"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Mexican Spanish"
@ -110,6 +113,9 @@ msgstr "Frisian"
msgid "Irish"
msgstr "Irish"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galician"
@ -301,6 +307,11 @@ msgid ""
msgstr ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Enter a valid IPv4 address."
@ -353,6 +364,28 @@ msgstr[1] ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(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] "Ensure that there are no more than %(max)s digit in total."
msgstr[1] "Ensure that there are no more than %(max)s digits in total."
#, 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] "Ensure that there are no more than %(max)s decimal place."
msgstr[1] "Ensure that there are no more than %(max)s decimal places."
#, 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] ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgstr[1] ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgid "and"
msgstr "and"
@ -541,6 +574,12 @@ msgstr "One-to-one relationship"
msgid "Many-to-many relationship"
msgstr "Many-to-many relationship"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "This field is required."
@ -550,28 +589,6 @@ msgstr "Enter a whole number."
msgid "Enter a number."
msgstr "Enter a number."
#, 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] "Ensure that there are no more than %(max)s digit in total."
msgstr[1] "Ensure that there are no more than %(max)s digits in total."
#, 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] "Ensure that there are no more than %(max)s decimal place."
msgstr[1] "Ensure that there are no more than %(max)s decimal places."
#, 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] ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgstr[1] ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgid "Enter a valid date."
msgstr "Enter a valid date."
@ -633,12 +650,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Hidden field %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"Language-Team: English (United Kingdom) (http://www.transifex.com/django/"
"django/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -82,6 +82,9 @@ msgstr "Spanish"
msgid "Argentinian Spanish"
msgstr "Argentinian Spanish"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Mexican Spanish"
@ -112,6 +115,9 @@ msgstr "Frisian"
msgid "Irish"
msgstr "Irish"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galician"
@ -303,6 +309,11 @@ msgid ""
msgstr ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Enter a valid IPv4 address."
@ -347,6 +358,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "and"
@ -535,6 +566,12 @@ msgstr "One-to-one relationship"
msgid "Many-to-many relationship"
msgstr "Many-to-many relationship"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "This field is required."
@ -544,26 +581,6 @@ msgstr "Enter a whole number."
msgid "Enter a number."
msgstr "Enter a number."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Enter a valid date."
@ -623,12 +640,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -11,11 +11,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-22 12:44+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-12-05 12:16+0000\n"
"Last-Translator: Baptiste Darthenay <baptiste+transifex@darthenay.fr>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/"
"language/eo/)\n"
"Language-Team: Esperanto (http://www.transifex.com/django/django/language/"
"eo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -85,6 +85,9 @@ msgstr "Hispana"
msgid "Argentinian Spanish"
msgstr "Hispana (Argentinio)"
msgid "Colombian Spanish"
msgstr "Hispana (Kolombio)"
msgid "Mexican Spanish"
msgstr "Hispana (Meksiko)"
@ -115,6 +118,9 @@ msgstr "Frisa"
msgid "Irish"
msgstr "Irlanda"
msgid "Scottish Gaelic"
msgstr "Skota gaela"
msgid "Galician"
msgstr "Galega"
@ -306,6 +312,13 @@ msgid ""
msgstr ""
"Tiu kampo nur devas havi literojn, nombrojn, substrekojn aŭ streketojn."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Tiu kampo nur devas enhavi Unikodajn literojn, nombrojn, substrekojn aŭ "
"streketojn."
msgid "Enter a valid IPv4 address."
msgstr "Enigu validan IPv4-adreson."
@ -359,6 +372,26 @@ msgstr[1] ""
"Certigu, ke tio valuto maksimume havas %(limit_value)d karakterojn (ĝi havas "
"%(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] "Certigu ke ne estas pli ol %(max)s cifero entute."
msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj entute."
#, 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] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj."
msgstr[1] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj."
#, 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] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto."
msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto."
msgid "and"
msgstr "kaj"
@ -562,6 +595,12 @@ msgstr "Unu-al-unu rilato"
msgid "Many-to-many relationship"
msgstr "Mult-al-multa rilato"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Ĉi tiu kampo estas deviga."
@ -571,26 +610,6 @@ msgstr "Enigu plenan nombron."
msgid "Enter a number."
msgstr "Enigu nombron."
#, 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] "Certigu ke ne estas pli ol %(max)s cifero entute."
msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj entute."
#, 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] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj."
msgstr[1] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj."
#, 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] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto."
msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto."
msgid "Enter a valid date."
msgstr "Enigu validan daton."
@ -657,12 +676,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Kaŝita kampo %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm datumoj mankas, aŭ estas tuŝaĉitaj kun"

View File

@ -11,6 +11,7 @@
# franchukelly <inactive+franchukelly@transifex.com>, 2011
# Igor Támara <igor@tamarapatino.org>, 2015
# Jannis Leidel <jannis@leidel.info>, 2011
# Yusuf (Josè) Luis <alagunajs@gmail.com>, 2016
# Josue Naaman Nistal Guerra <josuenistal@hotmail.com>, 2014
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2011,2013
# Marc Garcia <garcia.marc@gmail.com>, 2011
@ -19,14 +20,15 @@
# ntrrgc <ntrrgc@gmail.com>, 2013
# Pablo, 2015
# Sebastián Ramírez Magrí <sebasmagri@gmail.com>, 2013
# Veronicabh <vero.blazher@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-20 21:49+0000\n"
"Last-Translator: Igor Támara <igor@tamarapatino.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/django/language/"
"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"
"Language-Team: Spanish (http://www.transifex.com/django/django/language/"
"es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -97,6 +99,9 @@ msgstr "Español"
msgid "Argentinian Spanish"
msgstr "Español de Argentina"
msgid "Colombian Spanish"
msgstr "Español Colombiano"
msgid "Mexican Spanish"
msgstr "Español de México"
@ -127,6 +132,9 @@ msgstr "Frisón"
msgid "Irish"
msgstr "Irlandés"
msgid "Scottish Gaelic"
msgstr "Gaélico Escocés"
msgid "Galician"
msgstr "Gallego"
@ -319,6 +327,13 @@ msgstr ""
"Introduzca un 'slug' válido, consistente en letras, números, guiones bajos o "
"medios."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Ingrese un 'slug' consistente en letras, números, subrayados o guiones "
"Unicodes."
msgid "Enter a valid IPv4 address."
msgstr "Introduzca una dirección IPv4 válida."
@ -373,6 +388,28 @@ msgstr[1] ""
"Asegúrese de que este valor tenga menos de %(limit_value)d caracteres (tiene "
"%(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] "Asegúrese de que no hay más de %(max)s dígito en total."
msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos en total."
#, 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] "Asegúrese de que no haya más de %(max)s dígito decimal."
msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos decimales."
#, 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] ""
"Asegúrese de que no haya más de %(max)s dígito antes del punto decimal"
msgstr[1] ""
"Asegúrese de que no haya más de %(max)s dígitos antes del punto decimal."
msgid "and"
msgstr "y"
@ -400,7 +437,7 @@ msgstr "Ya existe %(model_name)s con este %(field_label)s."
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s debe ser unico para %(date_field_label)s %(lookup_type)s."
"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
@ -411,11 +448,11 @@ msgstr "Entero"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' valor debe ser un entero."
msgstr "El valor'%(value)s' debe ser un entero."
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Valor '%(value)s' debe ser verdadero o falso."
msgstr "El valor '%(value)s' debe ser verdadero o falso."
msgid "Boolean (Either True or False)"
msgstr "Booleano (Verdadero o Falso)"
@ -432,16 +469,16 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' valor tiene un formato de fecha no válida. Debe estar en formato "
"AAAA-MM-DD."
"El valor '%(value)s' tiene un formato de fecha no válida. Debe estar en "
"formato AAAA-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s' valor tiene el formato correcto (AAAA-MM-DD), pero es una fecha "
"no válida."
"El valor '%(value)s' tiene el formato correcto (AAAA-MM-DD), pero la fecha "
"no es válida."
msgid "Date (without time)"
msgstr "Fecha (sin hora)"
@ -451,23 +488,23 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"'%(value)s' valor tiene un formato válido. Debe estar en formato AAAA-MM-DD "
"HH: [TZ]: MM [ss [uuuuuu].]."
"El valor'%(value)s' no tiene un formato válido. Debe estar en formato AAAA-"
"MM-DD HH: [TZ]: MM [ss [uuuuuu].]."
#, 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' valor tiene el formato correcto (AAAA-MM-DD HH: MM [:. Ss "
"[uuuuuu]] [TZ]), pero es una fecha no válida / hora."
"El valor '%(value)s' tiene el formato correcto (AAAA-MM-DD HH: MM [:. Ss "
"[uuuuuu]] [TZ]), pero la fecha/hora no es válida."
msgid "Date (with time)"
msgstr "Fecha (con hora)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "'%(value)s' valor debe ser un número decimal."
msgstr "El valor '%(value)s' debe ser un número decimal."
msgid "Decimal number"
msgstr "Número decimal"
@ -484,14 +521,14 @@ msgid "Duration"
msgstr "Duración"
msgid "Email address"
msgstr "dirección de correo electrónico"
msgstr "Correo electrónico"
msgid "File path"
msgstr "Ruta de fichero"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "Valor '%(value)s' debe ser un float."
msgstr "El valor '%(value)s' debe ser un float."
msgid "Floating point number"
msgstr "Número en coma flotante"
@ -507,7 +544,7 @@ msgstr "Dirección IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Valor '%(value)s' debe ser Ninguno, Verdadero o Falso."
msgstr "El valor '%(value)s' debe ser Ninguno, Verdadero o Falso."
msgid "Boolean (Either True, False or None)"
msgstr "Booleano (Verdadero, Falso o Nulo)"
@ -533,16 +570,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"'%(value)s' valor tiene un formato inválido. Debe estar en formato HH: MM "
"[: SS [uuuuuu].] ."
"El valor '%(value)s' no tiene un formato válido. Debe estar en formato 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' valor tiene el formato correcto (HH: MM [:. Ss [uuuuuu]]), pero "
"es un tiempo no válido."
"El valor '%(value)s' tiene el formato correcto (HH: MM [:. Ss [uuuuuu]]), "
"pero es una hora no válida."
msgid "Time"
msgstr "Hora"
@ -565,7 +602,7 @@ msgstr "Imagen"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "La instancia de %(model)s with %(field)s %(value)r no existe."
msgstr "La instancia de %(model)s con %(field)s %(value)r no existe."
msgid "Foreign Key (type determined by related field)"
msgstr "Llave foránea (tipo determinado por el campo relacionado)"
@ -576,6 +613,12 @@ msgstr "Relación uno-a-uno"
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Este campo es obligatorio."
@ -585,28 +628,6 @@ msgstr "Introduzca un número entero."
msgid "Enter a number."
msgstr "Introduzca un número."
#, 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] "Asegúrese de que no hay más de %(max)s dígito en total."
msgstr[1] "Asegúrese de que no hay más de %(max)s dígitos en total."
#, 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] "Asegúrese de que no haya más de %(max)s dígito decimal."
msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos decimales."
#, 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] ""
"Asegúrese de que no haya más de %(max)s dígito antes del punto decimal"
msgstr[1] ""
"Asegúrese de que no haya más de %(max)s dígitos antes del punto decimal."
msgid "Enter a valid date."
msgstr "Introduzca una fecha válida."
@ -674,14 +695,8 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Compo oculto %(name)s) *%(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Datos ManagementForm falta o ha sido manipulado"
msgstr "Los datos de ManagementForm faltan o han sido manipulados"
#, python-format
msgid "Please submit %d or fewer forms."
@ -708,14 +723,14 @@ msgstr "Por favor, corrija el dato duplicado para %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Por favor corriga el dato duplicado para %(field)s, el cual debe ser único."
"Por favor corrija el dato duplicado para %(field)s, ya que debe ser único."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Por favor corriga los datos duplicados para %(field_name)s el cual debe ser "
"Por favor corrija los datos duplicados para %(field_name)s ya que debe ser "
"único para %(lookup)s en %(date_field)s."
msgid "Please correct the duplicate values below."
@ -801,10 +816,10 @@ msgid "AM"
msgstr "AM"
msgid "midnight"
msgstr "media noche"
msgstr "medianoche"
msgid "noon"
msgstr "medio día"
msgstr "mediodía"
msgid "Monday"
msgstr "Lunes"
@ -1017,7 +1032,7 @@ msgid "December"
msgstr "Diciembre"
msgid "This is not a valid IPv6 address."
msgstr "Esto no es una dirección IPv6 válida."
msgstr "Esta no es una dirección IPv6 válida."
#, python-format
msgctxt "String to return when truncating text"
@ -1074,7 +1089,7 @@ msgid "Forbidden"
msgstr "Prohibido"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF verificacion fallida. Solicitud abortada"
msgstr "Verificación CSRF fallida. Solicitud abortada"
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "

View File

@ -9,11 +9,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-24 00:31+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-30 00:25+0000\n"
"Last-Translator: Ramiro Morales\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/"
"django/language/es_AR/)\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/django/django/"
"language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -81,16 +81,19 @@ msgid "Spanish"
msgstr "español"
msgid "Argentinian Spanish"
msgstr "español de Argentina"
msgstr "español (Argentina)"
msgid "Colombian Spanish"
msgstr "español (Colombia)"
msgid "Mexican Spanish"
msgstr "Español de México"
msgstr "español (México)"
msgid "Nicaraguan Spanish"
msgstr "Español (Nicaragua)"
msgstr "español (Nicaragua)"
msgid "Venezuelan Spanish"
msgstr "español de Venezuela"
msgstr "español (Venezuela)"
msgid "Estonian"
msgstr "estonio"
@ -113,6 +116,9 @@ msgstr "frisón"
msgid "Irish"
msgstr "irlandés"
msgid "Scottish Gaelic"
msgstr "gaélico escocés"
msgid "Galician"
msgstr "gallego"
@ -231,7 +237,7 @@ msgid "Serbian"
msgstr "serbio"
msgid "Serbian Latin"
msgstr "Latín de Serbia"
msgstr "latín de Serbia"
msgid "Swedish"
msgstr "sueco"
@ -301,10 +307,19 @@ msgstr "Introduzca una dirección de email válida."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "Introduzca un 'slug' válido consistente de letras, números o guiones."
msgstr ""
"Introduzca un 'slug' válido consistente de letras, números, guiones bajos o "
"guiones."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Introduzca un 'slug' válido consistente de letras Unicode, números, guiones "
"bajos o guiones."
msgid "Enter a valid IPv4 address."
msgstr "Introduzca una dirección IPv4 válida"
msgstr "Introduzca una dirección IPv4 válida."
msgid "Enter a valid IPv6 address."
msgstr "Introduzca una dirección IPv6 válida."
@ -357,6 +372,28 @@ msgstr[1] ""
"Asegúrese de que este valor tenga como máximo %(limit_value)d caracteres "
"(tiene %(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] "Asegúrese de que no exista en total mas de %(max)s dígito."
msgstr[1] "Asegúrese de que no existan en total mas de %(max)s dígitos."
#, 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] "Asegúrese de que no exista mas de %(max)s lugar decimal."
msgstr[1] "Asegúrese de que no existan mas de %(max)s lugares decimales."
#, 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] ""
"Asegúrese de que no exista mas de %(max)s dígito antes del punto decimal."
msgstr[1] ""
"Asegúrese de que no existan mas de %(max)s dígitos antes del punto decimal."
msgid "and"
msgstr "y"
@ -561,6 +598,12 @@ msgstr "Relación uno-a-uno"
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Este campo es obligatorio."
@ -570,28 +613,6 @@ msgstr "Introduzca un número entero."
msgid "Enter a number."
msgstr "Introduzca un número."
#, 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] "Asegúrese de que no exista en total mas de %(max)s dígito."
msgstr[1] "Asegúrese de que no existan en total mas de %(max)s dígitos."
#, 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] "Asegúrese de que no exista mas de %(max)s lugar decimal."
msgstr[1] "Asegúrese de que no existan mas de %(max)s lugares decimales."
#, 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] ""
"Asegúrese de que no exista mas de %(max)s dígito antes del punto decimal."
msgstr[1] ""
"Asegúrese de que no existan mas de %(max)s dígitos antes del punto decimal."
msgid "Enter a valid date."
msgstr "Introduzca una fecha válida."
@ -658,12 +679,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Campo oculto %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
"Los datos correspondientes al ManagementForm no existen o han sido "
@ -678,8 +693,8 @@ msgstr[1] "Por favor envíe un máximo de %d formularios."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Por favor envíe un máximo de %d formularios."
msgstr[1] "Por favor envíe un máximo de %d formularios."
msgstr[0] "Por favor envíe %d o mas formularios."
msgstr[1] "Por favor envíe %d o mas formularios."
msgid "Order"
msgstr "Ordenar"
@ -1126,7 +1141,7 @@ 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 ""
"Estás viendo este mensaje porque tienes <code>DEBUG = true</code> en tu "
"Estás viendo este mensaje porque tienes <code>DEBUG = True</code> en tu "
"archivo de settings Django y porque no has configurado ninguna URL. ¡A "
"trabajar!"

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,29 @@
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
DATE_FORMAT = r'j \d\e F \d\e Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i'
YEAR_MONTH_FORMAT = r'F \d\e Y'
MONTH_DAY_FORMAT = r'j \d\e F'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_FORMAT = 'd/m/Y H:i'
FIRST_DAY_OF_WEEK = 1
DATE_INPUT_FORMATS = [
'%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06'
'%Y%m%d', # '20061025'
]
DATETIME_INPUT_FORMATS = [
'%d/%m/%Y %H:%M:%S',
'%d/%m/%Y %H:%M:%S.%f',
'%d/%m/%Y %H:%M',
'%d/%m/%y %H:%M:%S',
'%d/%m/%y %H:%M:%S.%f',
'%d/%m/%y %H:%M',
]
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
NUMBER_GROUPING = 3

View File

@ -7,10 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/django/django/"
"language/es_MX/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -81,6 +81,9 @@ msgstr "Español"
msgid "Argentinian Spanish"
msgstr "Español de Argentina"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Español de México"
@ -111,6 +114,9 @@ msgstr "Frisón"
msgid "Irish"
msgstr "Irlandés"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Gallego"
@ -303,6 +309,11 @@ msgstr ""
"Introduzca un \"slug\", compuesto por letras, números, guiones bajos o "
"medios."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Introduzca una dirección IPv4 válida."
@ -351,6 +362,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "y"
@ -539,6 +570,12 @@ msgstr "Relación uno-a-uno"
msgid "Many-to-many relationship"
msgstr "Relación muchos-a-muchos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Este campo es obligatorio."
@ -548,26 +585,6 @@ msgstr "Introduzca un número entero."
msgid "Enter a number."
msgstr "Introduzca un número."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Introduzca una fecha válida."
@ -630,12 +647,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
# Translators:
# eallik <eallik@gmail.com>, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# Janno Liivak <jannolii@gmail.com>, 2013-2014
# Janno Liivak <jannolii@gmail.com>, 2013-2015
# madisvain <madisvain@gmail.com>, 2011
# Martin <martinpajuste@gmail.com>, 2014-2015
# Marti Raudsepp <marti@juffo.org>, 2014
@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-19 14:15+0000\n"
"Last-Translator: Martin <martinpajuste@gmail.com>\n"
"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/"
"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"
"Language-Team: Estonian (http://www.transifex.com/django/django/language/"
"et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -85,6 +85,9 @@ msgstr "hispaania"
msgid "Argentinian Spanish"
msgstr "argentiina hispaani"
msgid "Colombian Spanish"
msgstr "kolumbia hispaania"
msgid "Mexican Spanish"
msgstr "mehhiko hispaania"
@ -115,6 +118,9 @@ msgstr "friisi"
msgid "Irish"
msgstr "iiri"
msgid "Scottish Gaelic"
msgstr "šoti gaeli"
msgid "Galician"
msgstr "galiitsia"
@ -306,6 +312,13 @@ msgid ""
msgstr ""
"See väärtus võib sisaldada ainult tähti, numbreid, alljooni ja sidekriipse."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Sisesta korrektne 'nälk', mis koosneb Unicode tähtedest, numbritest, ala- ja "
"sidekriipsudest."
msgid "Enter a valid IPv4 address."
msgstr "Sisestage korrektne IPv4 aadress."
@ -358,6 +371,28 @@ msgstr[1] ""
"Väärtuses võib olla kõige rohkem %(limit_value)d tähemärki (praegu on "
"%(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] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(max)s."
msgstr[1] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(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] "Veenduge, et komakohtade arv ei oleks suurem kui %(max)s."
msgstr[1] "Veenduge, et komakohtade arv ei oleks suurem kui %(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] ""
"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s."
msgstr[1] ""
"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s."
msgid "and"
msgstr "ja"
@ -462,6 +497,8 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"'%(value)s' väärtusel on vale formaat. Peab olema formaadis [DD] [HH:"
"[MM:]]ss[.uuuuuu]."
msgid "Duration"
msgstr "Kestus"
@ -538,7 +575,7 @@ msgstr "Töötlemata binaarandmed"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' ei ole korrektne UUID."
msgid "File"
msgstr "Fail"
@ -548,7 +585,7 @@ msgstr "Pilt"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "%(model)s isendit %(field)s %(value)r ei leidu."
msgid "Foreign Key (type determined by related field)"
msgstr "Välisvõti (tüübi määrab seotud väli) "
@ -559,6 +596,12 @@ msgstr "Üks-ühele seos"
msgid "Many-to-many relationship"
msgstr "Mitu-mitmele seos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "See lahter on nõutav."
@ -568,28 +611,6 @@ msgstr "Sisestage täisarv."
msgid "Enter a number."
msgstr "Sisestage arv."
#, 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] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(max)s."
msgstr[1] "Veenduge, et kogu numbrikohtade arv ei oleks suurem kui %(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] "Veenduge, et komakohtade arv ei oleks suurem kui %(max)s."
msgstr[1] "Veenduge, et komakohtade arv ei oleks suurem kui %(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] ""
"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s."
msgstr[1] ""
"Veenduge, et komast vasakul olevaid numbreid ei oleks rohkem kui %(max)s."
msgid "Enter a valid date."
msgstr "Sisestage korrektne kuupäev."
@ -653,12 +674,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Peidetud väli %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm andmed on kadunud või nendega on keegi midagi teinud"
@ -1093,23 +1108,27 @@ msgid "More information is available with DEBUG=True."
msgstr "Saadaval on rohkem infot kasutades DEBUG=True"
msgid "Welcome to Django"
msgstr ""
msgstr "Teretulemast Django juurde"
msgid "It worked!"
msgstr ""
msgstr "See töötas!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgstr "Õnnitleme Teie esimese Django-põhise lehe puhul."
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 ""
"Muidugi ei ole sa veel midagi tegelikult teinud. Järgmiseks käivita oma "
"rakendus käsuga <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 ""
"Näete seda teadet, kuna teil on määratud <code>DEBUG = True</code> Django "
"seadete failis ja te ei ole ühtki URLi seadistanud. Ruttu tööle!"
msgid "No year specified"
msgstr "Aasta on valimata"

View File

@ -13,11 +13,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/"
"eu/)\n"
"Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -87,6 +86,9 @@ msgstr "Espainola"
msgid "Argentinian Spanish"
msgstr "Espainola (Argentina)"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Espainola (Mexiko)"
@ -117,6 +119,9 @@ msgstr "Frisiera"
msgid "Irish"
msgstr "Irlandako gaelera"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galiziera"
@ -308,6 +313,11 @@ msgid ""
msgstr ""
"Idatzi hizki, zenbaki, azpimarra edo marratxoz osatutako baleko 'slug' bat."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Sartu IPv4 helbide zuzena."
@ -362,6 +372,26 @@ msgstr[1] ""
"Ziurtatu balio honek gehienez %(limit_value)d karaktere dituela "
"(%(show_value)d ditu)."
#, 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] "Ziurtatu digitu %(max)s baino gehiago ez dagoela guztira."
msgstr[1] "Ziurtatu %(max)s digitu baino gehiago ez dagoela guztira."
#, 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] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren atzetik."
msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren atzetik."
#, 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] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren aurretik."
msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren aurretik."
msgid "and"
msgstr "eta"
@ -550,6 +580,12 @@ msgstr "Bat-bat erlazioa"
msgid "Many-to-many relationship"
msgstr "M:N erlazioa"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Eremu hau beharrezkoa da."
@ -559,26 +595,6 @@ msgstr "Idatzi zenbaki oso bat."
msgid "Enter a number."
msgstr "Idatzi zenbaki bat."
#, 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] "Ziurtatu digitu %(max)s baino gehiago ez dagoela guztira."
msgstr[1] "Ziurtatu %(max)s digitu baino gehiago ez dagoela guztira."
#, 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] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren atzetik."
msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren atzetik."
#, 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] "Ziurtatu ez dagoela digitu %(max)s baino gehiago komaren aurretik."
msgstr[1] "Ziurtatu ez dagoela %(max)s digitu baino gehiago komaren aurretik."
msgid "Enter a valid date."
msgstr "Idatzi baliozko data bat."
@ -642,12 +658,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(%(name)s eremu ezkutua) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -6,17 +6,17 @@
# Jannis Leidel <jannis@leidel.info>, 2011
# Mazdak Badakhshan <geraneum@gmail.com>, 2014
# Mohammad Hossein Mojtahedi <Mhm5000@gmail.com>, 2013
# Reza Mohammadi <reza@teeleh.ir>, 2013-2015
# Reza Mohammadi <reza@teeleh.ir>, 2013-2016
# Saeed <sd.javadi@gmail.com>, 2011
# Sina Cheraghi <sinacher@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-04-11 14:04+0000\n"
"Last-Translator: Ali Vakilzade <ali.vakilzade@gmail.com>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/"
"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"
"Language-Team: Persian (http://www.transifex.com/django/django/language/"
"fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -87,6 +87,9 @@ msgstr "اسپانیایی"
msgid "Argentinian Spanish"
msgstr "اسپانیایی آرژانتینی"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "اسپانیولی مکزیکی"
@ -117,6 +120,9 @@ msgstr "فریزی"
msgid "Irish"
msgstr "ایرلندی"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "گالیسیایی"
@ -307,6 +313,11 @@ msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "یک 'slug' معتبر شامل حروف، ارقام، خط زیر و یا خط تیره وارد کنید."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "یک نشانی IPv4 معتبر وارد کنید."
@ -353,6 +364,23 @@ msgstr[0] ""
"طول این مقدار باید حداکثر %(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] "نباید در مجموع بیش از %(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] "نباید بیش از %(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] "نباید بیش از %(max)s رقم قبل ممیز داشته باشد."
msgid "and"
msgstr "و"
@ -457,6 +485,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 "بازهٔ زمانی"
@ -554,6 +584,12 @@ msgstr "رابطه یک به یک "
msgid "Many-to-many relationship"
msgstr "رابطه چند به چند"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":؟.!"
msgid "This field is required."
msgstr "این فیلد لازم است."
@ -563,23 +599,6 @@ msgstr "به طور کامل یک عدد وارد کنید."
msgid "Enter a number."
msgstr "یک عدد وارد کنید."
#, 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] "نباید در مجموع بیش از %(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] "نباید بیش از %(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] "نباید بیش از %(max)s رقم قبل ممیز داشته باشد."
msgid "Enter a valid date."
msgstr "یک تاریخ معتبر وارد کنید."
@ -639,12 +658,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(فیلد پنهان %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":؟.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "اطلاعات ManagementForm ناقص است و یا دستکاری شده است."

View File

@ -2,7 +2,7 @@
#
# Translators:
# Aarni Koskela, 2015
# Antti Kaihola <antti-2013@ambitone.com>, 2011
# Antti Kaihola <antti.15+transifex@kaihola.fi>, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# Lasse Liehu <larso@gmx.com>, 2015
# Klaus Dahlén <klaus.dahlen@gmail.com>, 2011
@ -10,10 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/"
"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"
"Language-Team: Finnish (http://www.transifex.com/django/django/language/"
"fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -84,6 +84,9 @@ msgstr "espanja"
msgid "Argentinian Spanish"
msgstr "Argentiinan espanja"
msgid "Colombian Spanish"
msgstr "Kolumbian espanja"
msgid "Mexican Spanish"
msgstr "Meksikon espanja"
@ -114,6 +117,9 @@ msgstr "friisi"
msgid "Irish"
msgstr "irlanti"
msgid "Scottish Gaelic"
msgstr "Skottilainen gaeli"
msgid "Galician"
msgstr "galicia"
@ -274,7 +280,7 @@ msgid "Traditional Chinese"
msgstr "kiina (perinteinen)"
msgid "Messages"
msgstr ""
msgstr "Viestit"
msgid "Site Maps"
msgstr "Sivukartat"
@ -306,6 +312,13 @@ msgstr ""
"Tässä voidaan käyttää vain kirjaimia (a-z), numeroita (0-9) sekä ala- ja "
"tavuviivoja (_ -)."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Tässä voidaan käyttää vain Unicode-kirjaimia, numeroita sekä ala- ja "
"tavuviivoja."
msgid "Enter a valid IPv4 address."
msgstr "Syötä kelvollinen IPv4-osoite."
@ -358,6 +371,28 @@ msgstr[1] ""
"Varmista, että tämä arvo on enintään %(limit_value)d merkkiä pitkä (tällä "
"hetkellä %(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] "Tässä luvussa voi olla yhteensä enintään %(max)s numero."
msgstr[1] "Tässä luvussa voi olla yhteensä enintään %(max)s numeroa."
#, 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] "Tässä luvussa saa olla enintään %(max)s desimaali."
msgstr[1] "Tässä luvussa saa olla enintään %(max)s desimaalia."
#, 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] ""
"Tässä luvussa saa olla enintään %(max)s numero ennen desimaalipilkkua."
msgstr[1] ""
"Tässä luvussa saa olla enintään %(max)s numeroa ennen desimaalipilkkua."
msgid "and"
msgstr "ja"
@ -462,10 +497,10 @@ msgstr "Desimaaliluku"
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgstr "%(value)s-arvo pitää olla muodossa [PP] TT:MM[:ss[.uuuuuu]]."
msgid "Duration"
msgstr ""
msgstr "Kesto"
msgid "Email address"
msgstr "Sähköpostiosoite"
@ -537,7 +572,7 @@ msgstr "Raaka binaaridata"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "%(value)s ei ole kelvollinen UUID."
msgid "File"
msgstr "Tiedosto"
@ -547,7 +582,7 @@ msgstr "Kuva"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "%(model)s-tietuetta %(field)s-kentällä %(value)r ei ole olemassa."
msgid "Foreign Key (type determined by related field)"
msgstr "Vierasavain (tyyppi määräytyy liittyvän kentän mukaan)"
@ -558,6 +593,12 @@ msgstr "Yksi-yhteen relaatio"
msgid "Many-to-many relationship"
msgstr "Moni-moneen relaatio"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Tämä kenttä vaaditaan."
@ -567,28 +608,6 @@ msgstr "Syötä kokonaisluku."
msgid "Enter a number."
msgstr "Syötä luku."
#, 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] "Tässä luvussa voi olla yhteensä enintään %(max)s numero."
msgstr[1] "Tässä luvussa voi olla yhteensä enintään %(max)s numeroa."
#, 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] "Tässä luvussa saa olla enintään %(max)s desimaali."
msgstr[1] "Tässä luvussa saa olla enintään %(max)s desimaalia."
#, 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] ""
"Tässä luvussa saa olla enintään %(max)s numero ennen desimaalipilkkua."
msgstr[1] ""
"Tässä luvussa saa olla enintään %(max)s numeroa ennen desimaalipilkkua."
msgid "Enter a valid date."
msgstr "Syötä oikea päivämäärä."
@ -599,7 +618,7 @@ msgid "Enter a valid date/time."
msgstr "Syötä oikea pvm/kellonaika."
msgid "Enter a valid duration."
msgstr ""
msgstr "Syötä oikea kesto."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Tiedostoa ei lähetetty. Tarkista lomakkeen koodaus (encoding)."
@ -641,7 +660,7 @@ msgid "Enter a complete value."
msgstr "Syötä kokonainen arvo."
msgid "Enter a valid UUID."
msgstr ""
msgstr "Syötä oikea UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
@ -651,12 +670,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Piilokenttä %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm-tiedot puuttuvat tai niitä on muutettu"
@ -1094,20 +1107,25 @@ msgid "Welcome to Django"
msgstr "Tervetuloa Djangoon"
msgid "It worked!"
msgstr ""
msgstr "Kappas, sehän toimi!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgstr "Onnittelut ensimmäisestä Django-sivustasi!"
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 ""
"Et toki ole vielä tehnyt yhtään oikeaa työtä. Seuraavaksi voit aloittaa "
"ensimmäisen sovelluksesi ajamalla <code>python manage.py startapp "
"[sovelluksen_nimike]</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 ""
"Näet tämän viestin, koska asetuksissasi on <code>DEBUG = True</code> etkä "
"ole konfiguroinut yhtään URL-osoitetta. Töihin siitä!"
msgid "No year specified"
msgstr "Vuosi puuttuu"

View File

@ -6,17 +6,16 @@
# Claude Paroz <claude@2xlibre.net>, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# Jean-Baptiste Mora, 2014
# Larlet davidbgk <larlet@gmail.com>, 2011
# Larlet David <david@larlet.fr>, 2011
# Marie-Cécile Gohier <mariececile.gohier@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 15:02+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-28 08:57+0000\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French (http://www.transifex.com/projects/p/django/language/"
"fr/)\n"
"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -86,6 +85,9 @@ msgstr "Espagnol"
msgid "Argentinian Spanish"
msgstr "Espagnol argentin"
msgid "Colombian Spanish"
msgstr "Espagnol colombien"
msgid "Mexican Spanish"
msgstr "Espagnol mexicain"
@ -116,6 +118,9 @@ msgstr "Frise"
msgid "Irish"
msgstr "Irlandais"
msgid "Scottish Gaelic"
msgstr "Gaélique écossais"
msgid "Galician"
msgstr "Galicien"
@ -308,6 +313,13 @@ msgstr ""
"Ce champ ne doit contenir que des lettres, des nombres, des tirets bas _ et "
"des traits d'union."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Ce champ ne doit contenir que des caractères Unicode, des nombres, des "
"tirets bas (_) et des traits d'union."
msgid "Enter a valid IPv4 address."
msgstr "Saisissez une adresse IPv4 valide."
@ -364,12 +376,36 @@ msgstr[1] ""
"Assurez-vous que cette valeur comporte au plus %(limit_value)d caractères "
"(actuellement %(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] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre au total."
msgstr[1] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffres au total."
#, 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] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre après la virgule."
msgstr[1] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffres après la virgule."
#, 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] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre avant la virgule."
msgstr[1] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffres avant la virgule."
msgid "and"
msgstr "et"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "Un(e) %(model_name)s avec ce %(field_labels)s existe déjà."
msgstr "Un object %(model_name)s avec ces champs %(field_labels)s existe déjà."
#, python-format
msgid "Value %(value)r is not a valid choice."
@ -383,7 +419,7 @@ msgstr "Ce champ ne peut pas être vide."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "Un(e) %(model_name)s avec ce %(field_label)s existe déjà."
msgstr "Un objet %(model_name)s avec ce champ %(field_label)s existe déjà."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
@ -570,6 +606,12 @@ msgstr "Relation un à un"
msgid "Many-to-many relationship"
msgstr "Relation plusieurs à plusieurs"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Ce champ est obligatoire."
@ -579,30 +621,6 @@ msgstr "Saisissez un nombre entier."
msgid "Enter a number."
msgstr "Saisissez un nombre."
#, 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] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffre au total."
msgstr[1] "Assurez-vous qu'il n'y a pas plus de %(max)s chiffres au total."
#, 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] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre après la virgule."
msgstr[1] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffres après la virgule."
#, 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] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffre avant la virgule."
msgstr[1] ""
"Assurez-vous qu'il n'y a pas plus de %(max)s chiffres avant la virgule."
msgid "Enter a valid date."
msgstr "Saisissez une date valide."
@ -667,12 +685,6 @@ msgstr " :"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(champ masqué %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
"Les données du formulaire ManagementForm sont manquantes ou ont été "

View File

@ -6,10 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2015-11-27 09:34+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Western Frisian (http://www.transifex.com/projects/p/django/"
"Language-Team: Western Frisian (http://www.transifex.com/django/django/"
"language/fy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -80,6 +80,9 @@ msgstr ""
msgid "Argentinian Spanish"
msgstr ""
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr ""
@ -110,6 +113,9 @@ msgstr ""
msgid "Irish"
msgstr ""
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr ""
@ -302,6 +308,11 @@ msgstr ""
"Jou in falida 'slug' gearsteld mei letters, nûmers, ûnderstreekjes of "
"koppelteken."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Jou in falide IPv4-adres."
@ -346,6 +357,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr ""
@ -534,6 +565,12 @@ msgstr ""
msgid "Many-to-many relationship"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Dit fjild is fereaske."
@ -543,26 +580,6 @@ msgstr "Jou in folslein nûmer."
msgid "Enter a number."
msgstr "Jou in nûmer."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Jou in falide datum."
@ -625,12 +642,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -5,17 +5,16 @@
# John Moylan <john@8t8.eu>, 2013
# John Stafford <John.Stafford@rte.ie>, 2013
# Seán de Búrca <leftmostcat@gmail.com>, 2011
# Michael Thornhill <michael@maithu.com>, 2011-2012
# Michael Thornhill <michael@maithu.com>, 2011-2012,2015
# Séamus Ó Cúile <seamus.ocuile@oegaillimh.ie>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/"
"ga/)\n"
"Language-Team: Irish (http://www.transifex.com/django/django/language/ga/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -24,13 +23,13 @@ msgstr ""
"4);\n"
msgid "Afrikaans"
msgstr ""
msgstr "Afracáinis"
msgid "Arabic"
msgstr "Araibis"
msgid "Asturian"
msgstr ""
msgstr "Astúiris"
msgid "Azerbaijani"
msgstr "Asarbaiseáinis"
@ -39,13 +38,13 @@ msgid "Bulgarian"
msgstr "Bulgáiris"
msgid "Belarusian"
msgstr ""
msgstr "Bealarúisis"
msgid "Bengali"
msgstr "Beangáilis"
msgid "Breton"
msgstr ""
msgstr "Briotánach"
msgid "Bosnian"
msgstr "Boisnis"
@ -72,13 +71,13 @@ msgid "English"
msgstr "Béarla"
msgid "Australian English"
msgstr ""
msgstr "Béarla Astrálach"
msgid "British English"
msgstr "Béarla na Breataine"
msgid "Esperanto"
msgstr ""
msgstr "Esperanto"
msgid "Spanish"
msgstr "Spáinnis"
@ -86,6 +85,9 @@ msgstr "Spáinnis"
msgid "Argentinian Spanish"
msgstr "Spáinnis na hAirgintíne"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Spáinnis Mheicsiceo "
@ -93,7 +95,7 @@ msgid "Nicaraguan Spanish"
msgstr "Spáinnis Nicearagua"
msgid "Venezuelan Spanish"
msgstr ""
msgstr "Spáinnis Veiniséalach"
msgid "Estonian"
msgstr "Eastóinis"
@ -116,6 +118,9 @@ msgstr "Freaslainnis"
msgid "Irish"
msgstr "Gaeilge"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Gailísis"
@ -132,13 +137,13 @@ msgid "Hungarian"
msgstr "Ungáiris"
msgid "Interlingua"
msgstr ""
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indinéisis"
msgid "Ido"
msgstr ""
msgstr "Ido"
msgid "Icelandic"
msgstr "Íoslainnis"
@ -153,7 +158,7 @@ msgid "Georgian"
msgstr "Seoirsis"
msgid "Kazakh"
msgstr ""
msgstr "Casaicis"
msgid "Khmer"
msgstr "Ciméiris"
@ -165,7 +170,7 @@ msgid "Korean"
msgstr "Cóiréis"
msgid "Luxembourgish"
msgstr ""
msgstr "Lucsamburgach"
msgid "Lithuanian"
msgstr "Liotuáinis"
@ -183,16 +188,16 @@ msgid "Mongolian"
msgstr "Mongóilis"
msgid "Marathi"
msgstr ""
msgstr "Maraitis"
msgid "Burmese"
msgstr ""
msgstr "Burmais"
msgid "Norwegian Bokmal"
msgstr "Ioruais Bokmål"
msgid "Nepali"
msgstr ""
msgstr "Neipeailis"
msgid "Dutch"
msgstr "Ollainnis"
@ -201,7 +206,7 @@ msgid "Norwegian Nynorsk"
msgstr "Ioruais Nynorsk"
msgid "Ossetic"
msgstr ""
msgstr "Oiséitis"
msgid "Punjabi"
msgstr "Puinseáibis"
@ -276,19 +281,19 @@ msgid "Traditional Chinese"
msgstr "Sínis Traidisiúnta"
msgid "Messages"
msgstr ""
msgstr "Teachtaireachtaí"
msgid "Site Maps"
msgstr ""
msgid "Static Files"
msgstr ""
msgstr "Comhaid Statach"
msgid "Syndication"
msgstr ""
msgstr "Sindeacáitiú"
msgid "Web Design"
msgstr ""
msgstr "Dearadh Gréasáin"
msgid "Enter a valid value."
msgstr "Iontráil luach bailí"
@ -308,6 +313,11 @@ msgstr ""
"Iontráil 'slug' bailí a chuimsíonn litreacha, uimhreacha, fostríoca nó "
"fleiscíní."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Iontráil seoladh IPv4 bailí."
@ -361,6 +371,35 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
#, 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[4] ""
#, 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[4] ""
#, 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[4] ""
msgid "and"
msgstr "agus"
@ -458,7 +497,7 @@ msgid ""
msgstr ""
msgid "Duration"
msgstr ""
msgstr "Fad"
msgid "Email address"
msgstr "R-phost"
@ -549,6 +588,12 @@ msgstr "Duine-le-duine caidreamh"
msgid "Many-to-many relationship"
msgstr "Go leor le go leor caidreamh"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Tá an réimse seo riachtanach."
@ -558,35 +603,6 @@ msgstr "Iontráil slánuimhir."
msgid "Enter a number."
msgstr "Iontráil uimhir."
#, 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[4] ""
#, 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[4] ""
#, 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[4] ""
msgid "Enter a valid date."
msgstr "Iontráil dáta bailí."
@ -645,18 +661,12 @@ msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ""
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
@ -1066,17 +1076,17 @@ msgstr[4] ""
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
msgstr[0] "%d nóiméad"
msgstr[1] "%d nóiméad"
msgstr[2] "%d nóiméad"
msgstr[3] "%d nóiméad"
msgstr[4] "%d nóiméad"
msgid "0 minutes"
msgstr ""
msgstr "0 nóiméad"
msgid "Forbidden"
msgstr ""
msgstr "Toirmiscthe"
msgid "CSRF verification failed. Request aborted."
msgstr ""
@ -1106,13 +1116,13 @@ msgid ""
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr ""
msgstr "Tá tuilleadh eolais ar fáil le DEBUG=True."
msgid "Welcome to Django"
msgstr ""
msgstr "Fáilte go Django"
msgid "It worked!"
msgstr ""
msgstr "D'oibrigh sé!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
@ -1166,7 +1176,7 @@ msgstr ""
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""
msgstr "Leathanach neamhbhailí (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,24 @@
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j F Y'
TIME_FORMAT = 'h:ia'
DATETIME_FORMAT = 'j F Y h:ia'
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
SHORT_DATETIME_FORMAT = 'j M Y h:ia'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
# DATE_INPUT_FORMATS =
# TIME_INPUT_FORMATS =
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = '.'
THOUSAND_SEPARATOR = ','
# NUMBER_GROUPING =

View File

@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/"
"Language-Team: Galician (http://www.transifex.com/django/django/language/"
"gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -85,6 +85,9 @@ msgstr "español"
msgid "Argentinian Spanish"
msgstr "español da Arxentina"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "español de México"
@ -115,6 +118,9 @@ msgstr "frisón"
msgid "Irish"
msgstr "irlandés"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galego"
@ -307,6 +313,11 @@ msgstr ""
"Insira un 'slug' valido composto por letras, números, guións baixos ou "
"medios."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Insira unha dirección IPv4 válida."
@ -352,6 +363,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "e"
@ -541,6 +572,12 @@ msgstr "Relación un a un"
msgid "Many-to-many relationship"
msgstr "Relación moitos a moitos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Requírese este campo."
@ -550,26 +587,6 @@ msgstr "Insira un número enteiro."
msgid "Enter a number."
msgstr "Insira un número."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Insira unha data válida."
@ -634,12 +651,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -8,11 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-21 19:33+0000\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"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/"
"he/)\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"
"Content-Transfer-Encoding: 8bit\n"
@ -82,6 +81,9 @@ msgstr "ספרדית"
msgid "Argentinian Spanish"
msgstr "ספרדית ארגנטינית"
msgid "Colombian Spanish"
msgstr "ספרדית קולומביאנית"
msgid "Mexican Spanish"
msgstr "ספרדית מקסיקנית"
@ -112,6 +114,9 @@ msgstr "פריזית"
msgid "Irish"
msgstr "אירית"
msgid "Scottish Gaelic"
msgstr "גאלית סקוטית"
msgid "Galician"
msgstr "גאליציאנית"
@ -302,6 +307,12 @@ msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "יש להזין ערך המכיל אותיות, ספרות, קווים תחתונים ומקפים בלבד."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"יש להזין 'slug' חוקי המכיל אותיות יוניקוד, ספרות, קווים תחתונים ומקפים בלבד."
msgid "Enter a valid IPv4 address."
msgstr "יש להזין כתובת IPv4 חוקית."
@ -350,6 +361,26 @@ msgstr[0] ""
msgstr[1] ""
"נא לוודא שערך זה מכיל %(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] "נא לוודא שאין יותר מספרה %(max)s בסה\"כ."
msgstr[1] "נא לוודא שאין יותר מ־%(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] "נא לוודא שאין יותר מספרה %(max)s אחרי הנקודה."
msgstr[1] "נא לוודא שאין יותר מ־%(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] "נא לוודא שאין יותר מספרה %(max)s לפני הנקודה העשרונית"
msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות לפני הנקודה העשרונית"
msgid "and"
msgstr "ו"
@ -548,6 +579,12 @@ msgstr "יחס של אחד לאחד"
msgid "Many-to-many relationship"
msgstr "יחס של רבים לרבים"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "יש להזין תוכן בשדה זה."
@ -557,26 +594,6 @@ msgstr "נא להזין מספר שלם."
msgid "Enter a number."
msgstr "נא להזין מספר."
#, 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] "נא לוודא שאין יותר מספרה %(max)s בסה\"כ."
msgstr[1] "נא לוודא שאין יותר מ־%(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] "נא לוודא שאין יותר מספרה %(max)s אחרי הנקודה."
msgstr[1] "נא לוודא שאין יותר מ־%(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] "נא לוודא שאין יותר מספרה %(max)s לפני הנקודה העשרונית"
msgstr[1] "נא לוודא שאין יותר מ־%(max)s ספרות לפני הנקודה העשרונית"
msgid "Enter a valid date."
msgstr "יש להזין תאריך חוקי."
@ -635,12 +652,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(שדה מוסתר %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "מידע ManagementForm חסר או התעסקו איתו."

View File

@ -9,11 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/"
"hi/)\n"
"Language-Team: Hindi (http://www.transifex.com/django/django/language/hi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -83,6 +82,9 @@ msgstr "स्पानिश"
msgid "Argentinian Spanish"
msgstr "अर्जेंटीना स्पैनिश "
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "मेक्सिकन स्पैनिश"
@ -113,6 +115,9 @@ msgstr "फ्रिसियन"
msgid "Irish"
msgstr "आयरिश"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "गलिशियन"
@ -303,6 +308,11 @@ msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "एक वैध 'काउंटर' वर्णों, संख्याओं,रेखांकित चिन्ह ,या हाइफ़न से मिलाकर दर्ज करें ।"
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "वैध आइ.पि वी 4 पता भरें ।"
@ -349,6 +359,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "और"
@ -537,6 +567,12 @@ msgstr "एक-एक संबंध"
msgid "Many-to-many relationship"
msgstr "बहुत से कई संबंध"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "यह क्षेत्र अपेक्षित हैं"
@ -546,26 +582,6 @@ msgstr "एक पूर्ण संख्या दर्ज करें ।"
msgid "Enter a number."
msgstr "एक संख्या दर्ज करें ।"
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "वैध तिथि भरें ।"
@ -623,12 +639,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -5,6 +5,7 @@
# berislavlopac <berislav.lopac@gmail.com>, 2013
# Bojan Mihelač <bmihelac@mihelac.org>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# Mislav Cimperšak <mislav.cimpersak@gmail.com>, 2015
# Nino <ninonandroid@gmail.com>, 2013
# senko <senko.rasic@dobarkod.hr>, 2012
# Ylodi <stjepan@gmail.com>, 2011
@ -13,10 +14,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/"
"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"
"Language-Team: Croatian (http://www.transifex.com/django/django/language/"
"hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -74,7 +75,7 @@ msgid "English"
msgstr "Engleski"
msgid "Australian English"
msgstr ""
msgstr "Australski engleski"
msgid "British English"
msgstr "Britanski engleski"
@ -88,6 +89,9 @@ msgstr "Španjolski"
msgid "Argentinian Spanish"
msgstr "Argentinski španjolski"
msgid "Colombian Spanish"
msgstr "Kolumbijski španjolski"
msgid "Mexican Spanish"
msgstr "Meksički španjolski"
@ -118,6 +122,9 @@ msgstr "Frizijski"
msgid "Irish"
msgstr "Irski"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galičanski"
@ -140,7 +147,7 @@ msgid "Indonesian"
msgstr "Indonezijski"
msgid "Ido"
msgstr ""
msgstr "Ido"
msgid "Icelandic"
msgstr "Islandski"
@ -185,10 +192,10 @@ msgid "Mongolian"
msgstr "Mongolski"
msgid "Marathi"
msgstr ""
msgstr "Marathi"
msgid "Burmese"
msgstr ""
msgstr "Burmanski"
msgid "Norwegian Bokmal"
msgstr "Norveški Bokmal"
@ -203,7 +210,7 @@ msgid "Norwegian Nynorsk"
msgstr "Norveški Nynorsk"
msgid "Ossetic"
msgstr ""
msgstr "Osetski"
msgid "Punjabi"
msgstr "Pendžabljanin"
@ -278,19 +285,19 @@ msgid "Traditional Chinese"
msgstr "Tradicionalni kineski"
msgid "Messages"
msgstr ""
msgstr "Poruke"
msgid "Site Maps"
msgstr ""
msgid "Static Files"
msgstr ""
msgstr "Statične datoteke"
msgid "Syndication"
msgstr ""
msgid "Web Design"
msgstr ""
msgstr "Web dizajn"
msgid "Enter a valid value."
msgstr "Unesite ispravnu vrijednost."
@ -299,7 +306,7 @@ msgid "Enter a valid URL."
msgstr "Unesite ispravan URL."
msgid "Enter a valid integer."
msgstr ""
msgstr "Unesite vrijednost u obliku cijelog broja."
msgid "Enter a valid email address."
msgstr "Unesite ispravnu e-mail adresu."
@ -310,6 +317,13 @@ msgstr ""
"Unesite ispravan 'slug' koji se sastoji samo od slova, brojeva, povlaka ili "
"crtica."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Unesite ispravan 'slug' koji se sastoji samo od Unicode slova, brojeva, "
"povlaka ili crtica."
msgid "Enter a valid IPv4 address."
msgstr "Unesite ispravnu IPv4 adresu."
@ -370,16 +384,45 @@ msgstr[2] ""
"Osigurajte da ova vrijednost ima najviše %(limit_value)d znakova (trenutno "
"ima %(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] "Osigurajte da nema više od ukupno %(max)s numeričkog znaka."
msgstr[1] "Osigurajte da nema više od ukupno %(max)s numerička znaka."
msgstr[2] "Osigurajte da nema više od ukupno %(max)s numeričkih znakova."
#, 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] "Osigurajte da nema više od ukupno %(max)s decimalnog mjesta."
msgstr[1] "Osigurajte da nema više od ukupno %(max)s decimalna mjesta."
msgstr[2] "Osigurajte da nema više od ukupno %(max)s decimalnih mjesta."
#, 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] ""
"Osigurajte da nema više od ukupno %(max)s numberičkog znaka prije decimalne "
"točke."
msgstr[1] ""
"Osigurajte da nema više od ukupno %(max)s numberička znaka prije decimalne "
"točke."
msgstr[2] ""
"Osigurajte da nema više od ukupno %(max)s numberičkih znakova prije "
"decimalne točke."
msgid "and"
msgstr "i"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
msgstr "%(model_name)s sa navedenim %(field_labels)s već postoji."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgstr "Vrijednost %(value)r nije jedna od raspoloživih opcija."
msgid "This field cannot be null."
msgstr "Ovo polje ne može biti null."
@ -397,6 +440,8 @@ msgstr "%(model_name)s sa navedenim %(field_label)s već postoji."
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s mora biti jedinstven pojam za %(date_field_label)s "
"%(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
@ -407,11 +452,11 @@ msgstr "Cijeli broj"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgstr "'%(value)s' vrijednost mora biti cijeli broj."
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgstr "'%(value)s' vrijednost treba biti ili \"True\" ili \"False\"."
msgid "Boolean (Either True or False)"
msgstr "Boolean (True ili False)"
@ -428,12 +473,16 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' vrijednost je neispravno formatiran datum. Treba biti u YYYY-MM-"
"DD formatu."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s' vrijednost ima ispravan format (YYYY-MM-DD) ali je nevaljan "
"datum."
msgid "Date (without time)"
msgstr "Datum (bez vremena/sati)"
@ -455,7 +504,7 @@ msgstr "Datum (sa vremenom/satima)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgstr "'%(value)s' vrijednost mora biti decimalni broj."
msgid "Decimal number"
msgstr "Decimalni broj"
@ -465,9 +514,11 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"'%(value)s' vrijednost je neispravno formatirana. Treba biti u [DD] [HH:"
"[MM:]]ss[.uuuuuu] formatu."
msgid "Duration"
msgstr ""
msgstr "Trajanje"
msgid "Email address"
msgstr "E-mail adresa"
@ -477,7 +528,7 @@ msgstr "Put do datoteke"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgstr "'%(value)s' vrijednost mora biti broj s pomičnim zarezom."
msgid "Floating point number"
msgstr "Broj s pomičnim zarezom (floating point number)"
@ -493,7 +544,7 @@ msgstr "IP adresa"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgstr "'%(value)s' vrijednost mora biti \"None\", \"True\" ili \"False\"."
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (True, False ili None)"
@ -537,7 +588,7 @@ msgstr ""
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' nije ispravan UUID."
msgid "File"
msgstr "Datoteka"
@ -558,6 +609,12 @@ msgstr "One-to-one relationship"
msgid "Many-to-many relationship"
msgstr "Many-to-many relationship"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Unos za ovo polje je obavezan."
@ -567,29 +624,6 @@ msgstr "Unesite cijeli broj."
msgid "Enter a number."
msgstr "Unesite broj."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Unesite ispravan datum."
@ -600,7 +634,7 @@ msgid "Enter a valid date/time."
msgstr "Unesite ispravan datum/vrijeme."
msgid "Enter a valid duration."
msgstr ""
msgstr "Unesite ispravno trajanje."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Datoteka nije poslana. Provjerite 'encoding type' forme."
@ -640,7 +674,7 @@ msgid "Enter a complete value."
msgstr ""
msgid "Enter a valid UUID."
msgstr ""
msgstr "Unesite ispravan UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
@ -650,12 +684,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
@ -669,9 +697,9 @@ msgstr[2] "Molimo unesite %d ili manje obrazaca."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[0] "Molimo unesite %d ili više obrazaca."
msgstr[1] "Molimo unesite %d ili više obrazaca."
msgstr[2] "Molimo unesite %d ili više obrazaca."
msgid "Order"
msgstr "Redoslijed:"
@ -708,7 +736,7 @@ msgstr "Izaberite ispravnu opciju. Ta opcija nije jedna od dostupnih opcija."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
msgstr "\"%(pk)s\" nije ispravna vrijednost za primarni ključ."
#, python-format
msgid ""
@ -995,7 +1023,7 @@ msgid "December"
msgstr "prosinca"
msgid "This is not a valid IPv6 address."
msgstr ""
msgstr "To nije ispravna IPv6 adresa."
#, python-format
msgctxt "String to return when truncating text"
@ -1091,7 +1119,7 @@ msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgstr "Radi!"
msgid "Congratulations on your first Django-powered page."
msgstr ""

View File

@ -1,6 +1,7 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# András Veres-Szentkirályi, 2016
# Attila Nagy <>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# János Péter Ronkay <transifex2@hangya.net>, 2011-2012,2014
@ -10,11 +11,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/"
"language/hu/)\n"
"POT-Creation-Date: 2015-10-09 17:42+0200\n"
"PO-Revision-Date: 2016-04-13 10:39+0000\n"
"Last-Translator: András Veres-Szentkirályi\n"
"Language-Team: Hungarian (http://www.transifex.com/django/django/language/"
"hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -84,6 +85,9 @@ msgstr "Spanyol"
msgid "Argentinian Spanish"
msgstr "Argentin spanyol"
msgid "Colombian Spanish"
msgstr "Kolumbiai spanyol"
msgid "Mexican Spanish"
msgstr "Mexikói spanyol"
@ -114,6 +118,9 @@ msgstr "Fríz"
msgid "Irish"
msgstr "Ír"
msgid "Scottish Gaelic"
msgstr "Skót gael"
msgid "Galician"
msgstr "Gall"
@ -181,7 +188,7 @@ msgid "Mongolian"
msgstr "Mongol"
msgid "Marathi"
msgstr ""
msgstr "Maráthi"
msgid "Burmese"
msgstr "Burmai"
@ -274,19 +281,19 @@ msgid "Traditional Chinese"
msgstr "Hagyományos kínai"
msgid "Messages"
msgstr ""
msgstr "Üzenetek"
msgid "Site Maps"
msgstr ""
msgstr "Oldaltérképek"
msgid "Static Files"
msgstr ""
msgstr "Statikus fájlok"
msgid "Syndication"
msgstr ""
msgstr "Szindikáció"
msgid "Web Design"
msgstr ""
msgstr "Web Design"
msgid "Enter a valid value."
msgstr "Adjon meg egy érvényes értéket."
@ -295,7 +302,7 @@ msgid "Enter a valid URL."
msgstr "Adjon meg egy érvényes URL-t."
msgid "Enter a valid integer."
msgstr ""
msgstr "Adjon meg egy érvényes számot."
msgid "Enter a valid email address."
msgstr "Írjon be egy érvényes e-mail címet."
@ -306,6 +313,13 @@ msgstr ""
"Az URL barát cím csak betűket, számokat, aláhúzásokat és kötőjeleket "
"tartalmazhat."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Az URL barát cím csak Unicode betűket, számokat, aláhúzásokat és kötőjeleket "
"tartalmazhat."
msgid "Enter a valid IPv4 address."
msgstr "Írjon be egy érvényes IPv4 címet."
@ -360,16 +374,42 @@ msgstr[1] ""
"Bizonyosodjon meg arról, hogy ez az érték legfeljebb %(limit_value)d "
"karaktert tartalmaz (jelenlegi hossza: %(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] "Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegyből áll."
msgstr[1] "Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegyből áll."
#, 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] ""
"Bizonyosodjon meg arról, hogy legfeljebb %(max)s tizedesjegyből áll."
msgstr[1] ""
"Bizonyosodjon meg arról, hogy legfeljebb %(max)s tizedesjegyből áll."
#, 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] ""
"Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegy van a "
"tizedesvessző előtt."
msgstr[1] ""
"Bizonyosodjon meg arról, hogy legfeljebb %(max)s számjegy van a "
"tizedesvessző előtt."
msgid "and"
msgstr "és"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
msgstr "Már létezik %(model_name)s ilyennel: %(field_labels)s."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgstr "%(value)r érték érvénytelen."
msgid "This field cannot be null."
msgstr "Ez a mező nem lehet nulla."
@ -387,6 +427,8 @@ msgstr "Már létezik %(model_name)s ilyennel: %(field_label)s."
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s egyedi kell hogy legyen %(lookup_type)s alapján a(z) "
"%(date_field_label)s mezőn."
#, python-format
msgid "Field of type: %(field_type)s"
@ -397,11 +439,11 @@ msgstr "Egész"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgstr "'%(value)s' értéknek egész számnak kell lennie."
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgstr "'%(value)s' érték csak igaz (True) vagy hamis (False) lehet."
msgid "Boolean (Either True or False)"
msgstr "Logikai (True vagy False)"
@ -418,12 +460,16 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' érték érvénytelen dátum formátumban van. A dátumnak YYYY-MM-DD "
"formátumban kell lennie."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s' érték megfelelő formátumban van (YYYY-MM-DD), de a megadott "
"dátum érvénytelen."
msgid "Date (without time)"
msgstr "Dátum (idő nélkül)"
@ -433,19 +479,23 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"'%(value)s' érték érvénytelen dátum formátumban van. A dátumnak YYYY-MM-DD "
"HH:MM[:ss[.uuuuuu]][TZ] formátumban kell lennie."
#, 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' érték megfelelő formátumban van (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]), de a megadott dátum/idő érvénytelen."
msgid "Date (with time)"
msgstr "Dátum (idővel)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgstr "'%(value)s' értéknek decimálisnak kell lennie."
msgid "Decimal number"
msgstr "Tizes számrendszerű (decimális) szám"
@ -455,9 +505,11 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"'%(value)s' érték érvénytelen formátumban van. Az értéknek [DD] [HH:"
"[MM:]]ss[.uuuuuu] formátumban kell lennie."
msgid "Duration"
msgstr ""
msgstr "Időtartam"
msgid "Email address"
msgstr "E-mail cím"
@ -467,7 +519,7 @@ msgstr "Elérési út"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgstr "'%(value)s' értéknek lebegőpontos számnak kell lennie."
msgid "Floating point number"
msgstr "Lebegőpontos szám"
@ -484,6 +536,7 @@ msgstr "IP cím"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
"'%(value)s' érték csak semmi (None), igaz (True) vagy hamis (False) lehet."
msgid "Boolean (Either True, False or None)"
msgstr "Logikai (True, False vagy None)"
@ -509,12 +562,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"'%(value)s' érték formátuma érvénytelen. Az időnek HH:MM[:ss[.uuuuuu]] "
"formátumban kell lennie."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"'%(value)s' formátuma megfelelő (HH:MM[:ss[.uuuuuu]]), de a megadott időpont "
"érvénytelen."
msgid "Time"
msgstr "Idő"
@ -527,7 +584,7 @@ msgstr "Nyers bináris adat"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgstr "'%(value)s' nem egy érvényes UUID."
msgid "File"
msgstr "Fájl"
@ -537,7 +594,7 @@ msgstr "Kép"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "%(model)s példány %(value)r %(field)s értékkel nem létezik."
msgid "Foreign Key (type determined by related field)"
msgstr "Idegen kulcs (típusa a kapcsolódó mezőtől függ)"
@ -548,6 +605,12 @@ msgstr "Egy-egy kapcsolat"
msgid "Many-to-many relationship"
msgstr "Több-több kapcsolat"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Ennek a mezőnek a megadása kötelező."
@ -557,26 +620,6 @@ msgstr "Adjon meg egy egész számot."
msgid "Enter a number."
msgstr "Adj meg egy számot."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Adjon meg egy érvényes dátumot."
@ -587,7 +630,7 @@ msgid "Enter a valid date/time."
msgstr "Adjon meg egy érvényes dátumot/időt."
msgid "Enter a valid duration."
msgstr ""
msgstr "Adjon meg egy érvényes időtartamot."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Nem küldött el fájlt. Ellenőrizze a kódolás típusát az űrlapon."
@ -630,39 +673,33 @@ msgid "Enter a list of values."
msgstr "Adja meg értékek egy listáját."
msgid "Enter a complete value."
msgstr ""
msgstr "Adjon meg egy teljes értéket."
msgid "Enter a valid UUID."
msgstr ""
msgstr "Adjon meg egy érvényes UUID-t."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ""
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Rejtett mező: %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
msgstr "ManagementForm adatok hiányoznak vagy belenyúltak"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Legfeljebb %d űrlapot küldjön be."
msgstr[1] "Legfeljebb %d űrlapot küldjön be."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Legalább %d űrlapot küldjön be."
msgstr[1] "Legalább %d űrlapot küldjön be."
msgid "Order"
msgstr "Sorrend"
@ -703,7 +740,7 @@ msgstr ""
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
msgstr "\"%(pk)s\" egy érvénytelen elsődleges kulcs érték."
#, python-format
msgid ""
@ -989,7 +1026,7 @@ msgid "December"
msgstr "december"
msgid "This is not a valid IPv6 address."
msgstr ""
msgstr "Ez nem egy érvényes IPv6 cím."
#, python-format
msgctxt "String to return when truncating text"
@ -1043,10 +1080,10 @@ msgid "0 minutes"
msgstr "0 perc"
msgid "Forbidden"
msgstr ""
msgstr "Hozzáférés megtagadva"
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgstr "CSRF ellenőrzés sikertelen. Kérést kiszolgálása megszakítva."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
@ -1054,45 +1091,63 @@ msgid ""
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Azért látja ezt az üzenetet, mert ez a HTTPS oldal elvárja a 'Referer "
"fejléc' küldését a böngészőtől, azonban ilyen nem érkezett. Erre a fejlécre "
"biztonsági okból van szükség annak kiszűrésére, hogy harmadik fél eltérítse "
"az ön böngészőjét."
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 ""
"Ha a böngészőjében le van tiltva a 'Referer' fejléc, kérem engedélyezze "
"azokat, legalább erre a weboldalra, vagy azonos forrásból ('same-origin') "
"származó kérésekre."
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 ""
"Azért látja ezt az üzenetet, mert ez a weboldal elvárja a CSRF cookie "
"elküldését űrlapoknál. Erre a cookie-ra biztonsági okból van szükség annak "
"kiszűrésére, hogy harmadik fél eltérítse az ön böngészőjét."
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 ""
"Ha a böngészője elutasítja a cookie-kat, kérem engedélyezze azokat, legalább "
"erre a weboldalra, vagy azonos forrásból ('same-origin') származó kérésekre."
msgid "More information is available with DEBUG=True."
msgstr ""
msgstr "További információ DEBUG=True beállítással érhető el."
msgid "Welcome to Django"
msgstr ""
msgstr "Üdvözli a Django"
msgid "It worked!"
msgstr ""
msgstr "Működik!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgstr "Gratulálunk az első Django alapú oldalhoz!"
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 ""
"Természetesen még hátra van a munka nagy része. Következő lépésként indítsa "
"el az első appot a <code>python manage.py startapp [app_label]</code> "
"paranccsal."
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 ""
"Azért jelenik meg ez az üzenet, mert a <code>DEBUG = True</code> szerepel a "
"Django settings fájlban, és még nem került beállításra egy URL sem. Jó "
"munkát!"
msgid "No year specified"
msgstr "Nincs év megadva"

View File

@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/"
"language/ia/)\n"
"Language-Team: Interlingua (http://www.transifex.com/django/django/language/"
"ia/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -80,6 +80,9 @@ msgstr "espaniol"
msgid "Argentinian Spanish"
msgstr "espaniol argentin"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "espaniol mexican"
@ -110,6 +113,9 @@ msgstr "frison"
msgid "Irish"
msgstr "irlandese"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "galiciano"
@ -302,6 +308,11 @@ msgstr ""
"Specifica un denotation valide, consistente de litteras, numeros, tractos de "
"sublineamento o tractos de union."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Specifica un adresse IPv4 valide."
@ -355,6 +366,26 @@ msgstr[1] ""
"Assecura te que iste valor ha al plus %(limit_value)d characteres (illo ha "
"%(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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "e"
@ -548,6 +579,12 @@ msgstr "Relation un a un"
msgid "Many-to-many relationship"
msgstr "Relation multes a multes"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Iste campo es obligatori."
@ -557,26 +594,6 @@ msgstr "Specifica un numero integre."
msgid "Enter a number."
msgstr "Specifica un numero."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Specifica un data valide."
@ -639,12 +656,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -1,8 +1,10 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Fery Setiawan <gembelweb@gmail.com>, 2015
# Jannis Leidel <jannis@leidel.info>, 2011
# M Asep Indrayana <me@drayanaindra.com>, 2015
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2016
# rodin <romihardiyanto@gmail.com>, 2011
# rodin <romihardiyanto@gmail.com>, 2013-2015
# Sutrisno Efendi <kangfend@gmail.com>, 2015
@ -10,11 +12,11 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-04-04 15:52+0000\n"
"Last-Translator: Sutrisno Efendi <kangfend@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/"
"language/id/)\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"
"Language-Team: Indonesian (http://www.transifex.com/django/django/language/"
"id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -70,7 +72,7 @@ msgid "English"
msgstr "Inggris"
msgid "Australian English"
msgstr ""
msgstr "Australia Inggris"
msgid "British English"
msgstr "Inggris Britania"
@ -84,6 +86,9 @@ msgstr "Spanyol"
msgid "Argentinian Spanish"
msgstr "Spanyol Argentina"
msgid "Colombian Spanish"
msgstr "Kolombia Spanyol"
msgid "Mexican Spanish"
msgstr "Spanyol Meksiko"
@ -114,6 +119,9 @@ msgstr "Frisia"
msgid "Irish"
msgstr "Irlandia"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galicia"
@ -280,10 +288,10 @@ msgid "Site Maps"
msgstr "Peta Situs"
msgid "Static Files"
msgstr ""
msgstr "Bidang Tetap"
msgid "Syndication"
msgstr ""
msgstr "Kongsi"
msgid "Web Design"
msgstr "Desain Web"
@ -306,6 +314,13 @@ msgstr ""
"Masukkan 'slug' yang terdiri dari huruf, angka, garis bawah, atau tanda "
"minus."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Masukkan 'slug' yang terdiri dari huruf, bilangan, garis bawah, atau tanda "
"minus."
msgid "Enter a valid IPv4 address."
msgstr "Masukkan alamat IPv4 yang valid."
@ -352,6 +367,25 @@ msgstr[0] ""
"Pastikan nilai ini mengandung paling banyak %(limit_value)d karakter "
"(sekarang %(show_value)d karakter)."
#, 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] "Pastikan jumlah angka pada bilangan tidak melebihi %(max)s angka."
#, 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] "Pastikan bilangan tidak memiliki lebih dari %(max)s angka desimal."
#, 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] ""
"Pastikan jumlah angka sebelum desimal pada bilangan tidak memiliki lebih "
"dari %(max)s angka."
msgid "and"
msgstr "dan"
@ -361,7 +395,7 @@ msgstr "%(model_name)s dengan %(field_labels)s ini tidak ada."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgstr "Nilai %(value)r bukan pilihan yang sah."
msgid "This field cannot be null."
msgstr "Field ini tidak boleh null."
@ -411,12 +445,16 @@ msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"nilai '%(value)s' tidak sesuai format penanggalan. Formatnya harus dalam "
"YYYY-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"nilai '%(value)s' memiliki format yang sesuai (YYYY-MM-DD) tetap tanggalnya "
"tidak benar."
msgid "Date (without time)"
msgstr "Tanggal (tanpa waktu)"
@ -448,6 +486,8 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"nilai '%(value)s' tidak sesuai format. Formatnya harus dalam [DD] [HH:"
"[MM:]]ss[.uuuuuu] ."
msgid "Duration"
msgstr "Durasi"
@ -460,7 +500,7 @@ msgstr "Lokasi berkas"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgstr "Nilai '%(value)s' harus berupa bilangan float."
msgid "Floating point number"
msgstr "Bilangan 'floating point'"
@ -476,7 +516,7 @@ msgstr "Alamat IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgstr "'%(value)s' nilai harus salah satu antara None, True atau False."
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (Salah satu dari True, False, atau None)"
@ -502,12 +542,16 @@ msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"nilai '%(value)s' tidak sesuai format. Formatnya harus dalam 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 ""
"nilai '%(value)s' sesuai dengan format (HH:MM[:ss[.uuuuuu]]) tetapi waktunya "
"tidak benar."
msgid "Time"
msgstr "Waktu"
@ -530,7 +574,7 @@ msgstr "Gambar"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgstr "%(model)s instan dengan %(field)s %(value)r tidak ditemukan."
msgid "Foreign Key (type determined by related field)"
msgstr "Kunci Asing (tipe tergantung dari bidang yang berkaitan)"
@ -541,6 +585,12 @@ msgstr "Hubungan satu-ke-satu"
msgid "Many-to-many relationship"
msgstr "Hubungan banyak-ke-banyak"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Bidang ini tidak boleh kosong."
@ -550,25 +600,6 @@ msgstr "Masukkan keseluruhan angka bilangan."
msgid "Enter a number."
msgstr "Masukkan sebuah bilangan."
#, 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] "Pastikan jumlah angka pada bilangan tidak melebihi %(max)s angka."
#, 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] "Pastikan bilangan tidak memiliki lebih dari %(max)s angka desimal."
#, 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] ""
"Pastikan jumlah angka sebelum desimal pada bilangan tidak memiliki lebih "
"dari %(max)s angka."
msgid "Enter a valid date."
msgstr "Masukkan tanggal yang valid."
@ -633,12 +664,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Bidang tersembunyi %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
@ -650,7 +675,7 @@ msgstr[0] "Pastikan mengirim %d formulir atau lebih sedikit. "
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[0] "Kirimkan %d atau lebih forms."
msgid "Order"
msgstr "Urutan"
@ -1021,7 +1046,7 @@ msgid "0 minutes"
msgstr "0 menit"
msgid "Forbidden"
msgstr ""
msgstr "Terlarang"
msgid "CSRF verification failed. Request aborted."
msgstr "verifikasi CSRF gagal, permintann di batalkan"
@ -1032,12 +1057,19 @@ msgid ""
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Anda melihat pesan ini karena situs HTTP ini membutuhkan 'Referer header' "
"dikirim dari Web browser anda, tapi tidak terkirim. Header tersebut wajib "
"karena alasan keamanan, untuk memastikan bahwa browser anda tidak dibajak "
"oleh pihak ketiga."
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 ""
"Jika anda menonaktifkan 'Referer' headers pada konfigurasi browser anda, "
"mohon aktfikan kembali, setidaknya untuk situs ini atau untuk koneksi HTTPS, "
"atau untuk 'same-origin' requests."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
@ -1071,11 +1103,17 @@ 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 ""
"Tentu saja, anda belum menyelesaikan pekerjaan apapun. Selanjutnya, mulai "
"aplikasi pertama anda dengan ekseskusi <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 ""
"Anda dapat meilhat pesan ini karena ada <code>DEBUG = True</code> di berkas "
"konfigurasi Django dan belum dikonfigurasi untuk suatu URL apapun. Get to "
"work!"
msgid "No year specified"
msgstr "Tidak ada tahun dipilih"

View File

@ -6,11 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Ido (http://www.transifex.com/projects/p/django/language/"
"io/)\n"
"Language-Team: Ido (http://www.transifex.com/django/django/language/io/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -80,6 +79,9 @@ msgstr "Español"
msgid "Argentinian Spanish"
msgstr "Español de Argentina"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Español de México"
@ -110,6 +112,9 @@ msgstr "Frysk"
msgid "Irish"
msgstr "Gaeilge"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galego"
@ -302,6 +307,11 @@ msgstr ""
"Skribez valida \"slug\" kompozata de literi, numeri, juntostreki o "
"subjuntostreki."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Skribez valida IPv4 adreso."
@ -355,6 +365,26 @@ msgstr[1] ""
"Verifikez ke ica datumo havas %(limit_value)d literi admaxime (olu havas "
"%(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] ""
#, 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] ""
#, 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] ""
msgid "and"
msgstr "e"
@ -543,6 +573,12 @@ msgstr "Un-ad-un parenteso"
msgid "Many-to-many relationship"
msgstr "Multi-a-multi parenteso"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Ica feldo esas obligata."
@ -552,26 +588,6 @@ msgstr "Skribez kompleta numero"
msgid "Enter a number."
msgstr "Skribez numero."
#, 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] ""
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Skribez valida dato."
@ -635,12 +651,6 @@ msgstr ""
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Okulta feldo %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""

View File

@ -5,21 +5,21 @@
# Hafsteinn Einarsson <haffi67@gmail.com>, 2011-2012
# Jannis Leidel <jannis@leidel.info>, 2011
# saevarom <saevar@saevar.is>, 2011
# saevarom <saevar@saevar.is>, 2013
# saevarom <saevar@saevar.is>, 2013,2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-18 08:44+0000\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"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/"
"language/is/)\n"
"Language-Team: Icelandic (http://www.transifex.com/django/django/language/"
"is/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
msgid "Afrikaans"
msgstr ""
@ -84,6 +84,9 @@ msgstr "Spænska"
msgid "Argentinian Spanish"
msgstr "Argentínsk spænska"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Mexíkósk Spænska"
@ -114,6 +117,9 @@ msgstr "Frísneska"
msgid "Irish"
msgstr "Írska"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galíska"
@ -306,6 +312,11 @@ msgstr ""
"Settu inn gildan vefslóðartitil sem samanstendur af latneskum bókstöfum, "
"númerin, undirstrikum og bandstrikum."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Sláðu inn gilda IPv4 tölu."
@ -357,6 +368,26 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#, 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] "Gildið má ekki hafa fleiri en %(max)s tölu."
msgstr[1] "Gildið má ekki hafa fleiri en %(max)s tölur."
#, 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] ""
#, 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] ""
msgid "and"
msgstr "og"
@ -545,6 +576,12 @@ msgstr "Einn-á-einn samband."
msgid "Many-to-many relationship"
msgstr "Margir-til-margra samband."
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Þennan reit þarf að fylla út."
@ -554,26 +591,6 @@ msgstr "Sláðu inn heila tölu."
msgid "Enter a number."
msgstr "Sláðu inn heila tölu."
#, 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] "Gildið má ekki hafa fleiri en %(max)s tölu."
msgstr[1] "Gildið má ekki hafa fleiri en %(max)s tölur."
#, 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] ""
#, 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] ""
msgid "Enter a valid date."
msgstr "Sláðu inn gilda dagsetningu."
@ -584,7 +601,7 @@ msgid "Enter a valid date/time."
msgstr "Sláðu inn gilda dagsetningu ásamt tíma."
msgid "Enter a valid duration."
msgstr ""
msgstr "Sláðu inn gilt tímabil."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Engin skrá var send. Athugaðu kótunartegund á forminu (encoding type)."
@ -623,10 +640,10 @@ msgid "Enter a list of values."
msgstr "Sláðu inn lista af gildum."
msgid "Enter a complete value."
msgstr ""
msgstr "Sláðu inn heilt gildi."
msgid "Enter a valid UUID."
msgstr ""
msgstr "Sláðu inn gilt UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
@ -634,28 +651,22 @@ msgstr ""
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgstr "(Falinn reitur %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
msgstr "Gögn fyrir ManagementForm vantar eða hefur verið breytt"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Vinsamlegast sendu %d eða færri form."
msgstr[1] "Vinsamlegast sendu %d eða færri form."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Vinsamlegast sendu %d eða fleiri form."
msgstr[1] "Vinsamlegast sendu %d eða fleiri form."
msgid "Order"
msgstr "Röð"
@ -979,7 +990,7 @@ msgid "December"
msgstr "Desember"
msgid "This is not a valid IPv6 address."
msgstr ""
msgstr "Þetta er ekki gilt IPv6 vistfang."
#, python-format
msgctxt "String to return when truncating text"
@ -1036,7 +1047,7 @@ msgid "Forbidden"
msgstr ""
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgstr "CSRF auðkenning tókst ekki."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
@ -1063,26 +1074,30 @@ msgid ""
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr ""
msgstr "Meiri upplýsingar fást með DEBUG=True."
msgid "Welcome to Django"
msgstr ""
msgstr "Velkomin/n í Django"
msgid "It worked!"
msgstr ""
msgstr "Það tókst!"
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgstr "Til hamingju með fyrstu Django síðuna þína."
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 ""
"Þetta er auðvitað ekki nóg. Næst skaltu búa til fyrsta appið þitt með því að "
"nota skipunina<code>python manage.py startapp [app_heiti]</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 ""
"Þú sérð þessi skilaboð vegna þess að þú hefur <code>DEBUG = True</code> í "
"Django stillingunum þínum og hefur ekki sett upp neinar vefslóðir."
msgid "No year specified"
msgstr "Ekkert ár tilgreint"
@ -1121,7 +1136,7 @@ msgstr "Þetta er hvorki síðasta síða, né er hægt að breyta í heiltölu.
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""
msgstr "Ógild síða (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."

View File

@ -3,7 +3,7 @@
# Translators:
# C8E <C8E@miron.it>, 2011
# C8E <C8E@miron.it>, 2014
# Denis Darii <sinednx@gmail.com>, 2011
# Denis Darii <denis.darii@gmail.com>, 2011
# Flavio Curella <flavio.curella@gmail.com>, 2013
# Jannis Leidel <jannis@leidel.info>, 2011
# Themis Savvidis <themhs@gmail.com>, 2013
@ -16,10 +16,10 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-18 09:16+0100\n"
"PO-Revision-Date: 2015-03-28 19:39+0000\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"
"Language-Team: Italian (http://www.transifex.com/projects/p/django/language/"
"Language-Team: Italian (http://www.transifex.com/django/django/language/"
"it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -90,6 +90,9 @@ msgstr "Spagnolo"
msgid "Argentinian Spanish"
msgstr "Spagnolo Argentino"
msgid "Colombian Spanish"
msgstr "Spagnolo Colombiano"
msgid "Mexican Spanish"
msgstr "Spagnolo Messicano"
@ -120,6 +123,9 @@ msgstr "Frisone"
msgid "Irish"
msgstr "Irlandese"
msgid "Scottish Gaelic"
msgstr "Gaelico Scozzese"
msgid "Galician"
msgstr "Galiziano"
@ -312,6 +318,13 @@ msgstr ""
"Inserisci uno 'slug' valido contenente lettere, cifre, sottolineati o "
"trattini."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Inserisci uno 'slug' valido contenente lettere, cifre, sottolineati o "
"trattini."
msgid "Enter a valid IPv4 address."
msgstr "Inserisci un indirizzo IPv4 valido."
@ -365,6 +378,27 @@ msgstr[1] ""
"Assicurati che questo valore non contenga più di %(limit_value)d caratteri "
"(ne ha %(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] "Assicurati che non vi sia più di %(max)s cifra in totale."
msgstr[1] "Assicurati che non vi siano più di %(max)s cifre in totale."
#, 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] "Assicurati che non vi sia più di %(max)s cifra decimale."
msgstr[1] "Assicurati che non vi siano più di %(max)s cifre decimali."
#, 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] "Assicurati che non vi sia più di %(max)s cifra prima della virgola."
msgstr[1] ""
"Assicurati che non vi siano più di %(max)s cifre prima della virgola."
msgid "and"
msgstr "e"
@ -568,6 +602,12 @@ msgstr "Relazione uno a uno"
msgid "Many-to-many relationship"
msgstr "Relazione molti a molti"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Questo campo è obbligatorio."
@ -577,27 +617,6 @@ msgstr "Inserisci un numero intero."
msgid "Enter a number."
msgstr "Inserisci un numero."
#, 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] "Assicurati che non vi sia più di %(max)s cifra in totale."
msgstr[1] "Assicurati che non vi siano più di %(max)s cifre in totale."
#, 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] "Assicurati che non vi sia più di %(max)s cifra decimale."
msgstr[1] "Assicurati che non vi siano più di %(max)s cifre decimali."
#, 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] "Assicurati che non vi sia più di %(max)s cifra prima della virgola."
msgstr[1] ""
"Assicurati che non vi siano più di %(max)s cifre prima della virgola."
msgid "Enter a valid date."
msgstr "Inserisci una data valida."
@ -663,12 +682,6 @@ msgstr ":"
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Campo nascosto %(name)s) %(error)s"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "I dati del ManagementForm sono mancanti oppure sono stati manomessi"

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