Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf
Commit message (Expand)AuthorAgeFilesLines
...
* Removed an obsolete unicity check.Aymeric Augustin2013-12-311-5/+0
* Simplied some code in django.conf.__init__.Ondrej Sika2013-12-191-5/+2
* Change initial migration writing to work as docs suggest.Andrew Godwin2013-11-271-0/+0
* Use str.isupper() to test if a string is uppercased.Baptiste Mispelon2013-11-261-2/+2
* Fixed #21388 -- Corrected language code for FrisianBouke Haarsma2013-11-116-4/+4
* Fixed #18149 -- Changed language codes for ChineseBouke Haarsma2013-11-0412-0/+2519
* Fixed all E261 warningscoagulant2013-11-0237-166/+166
* Started attackign the next flake8 violationAlex Gaynor2013-10-313-0/+6
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-5/+5
* Fixed assorted flake8 errors.Tim Graham2013-10-112-2/+2
* Whitespace cleanup.Tim Graham2013-10-1035-227/+220
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-2/+2
* Set 'bidi' Urdu property to TrueClaude Paroz2013-08-301-1/+1
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-231-0/+1
|\
| * Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-221-0/+1
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-191-0/+5
|\|
| * Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS s...Mel Collins2013-08-121-0/+5
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-2/+4
|\|
| * Fixed test failures on Python 3 - refs #12288Tim Graham2013-08-091-2/+4
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-092-2/+6
|\|
| * Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan2013-08-091-0/+3
| * Deprecated django.utils.importlibClaude Paroz2013-07-292-2/+3
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-07-223-6/+18
|\|
| * Fixed #20582 -- Allowed default Form.label_suffix to be t...Claude Paroz2013-07-131-2/+13
| * Fixed #17471 -- Added smtplib.SMTP_SSL connection option ...Claude Paroz2013-07-111-0/+1
| * Completed some more name_local namesClaude Paroz2013-07-081-3/+3
| * Fixed #20716 --Missing 'name_local' translationMathias Andre2013-07-081-1/+1
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-07-023-16/+10
|\|
| * Deprecated django.utils.dictconfig.Aymeric Augustin2013-07-011-1/+1
| * Removed some conditional code only needed under Python 2.6.Aymeric Augustin2013-07-011-8/+4
| * Report wrongly-typed settings and abort, as originally pl...Ramiro Morales2013-06-291-0/+8
| * Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
| * Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS...Ramiro Morales2013-06-291-10/+0
* | Fix test running with new apps stuff/migrate actually run...Andrew Godwin2013-06-191-0/+7
|/
* Merge pull request #1217 from erikr/better-settings-errors2Claude Paroz2013-05-271-1/+4
|\
| * Fixed #20443 -- Import errors in settings cause confusing...Erik Romijn2013-05-251-1/+4
* | Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-1/+2
|/
* Updated translation catalogsClaude Paroz2013-05-251-88/+100
* Make Urdu (ur) recognized as RTL language. Refs #20454Axel Hecht2013-05-191-1/+1
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-1/+1
* Updated translation templates and removed en translationsClaude Paroz2013-05-021-42/+45
* Removed LocaleMiddleware from settings template.Aymeric Augustin2013-04-051-1/+0
* Fixed #14540 -- Added Porto-Rico specific formatsClaude Paroz2013-03-292-0/+30
* Updated translation templatesClaude Paroz2013-03-281-218/+246
* Added Burmese languageClaude Paroz2013-03-284-0/+1220
* Added Ossetic languageClaude Paroz2013-03-284-0/+1250
* Replaced escaped by real characters in LANG_INFO structureClaude Paroz2013-03-281-42/+43
* Updated translations from TransifexClaude Paroz2013-03-2810-58/+62
* Merge remote-tracking branch 'ptone/18985-fix'Jacob Kaplan-Moss2013-03-271-8/+10
|\