Luke Plant
|
ddcf51a0ba
|
Updated information about unit tests, contrib apps in particular.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-20 15:34:51 +00:00 |
Luke Plant
|
9cf3048b08
|
Fixed #3774 - primary_key=True does not, in fact, imply blank=False
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-20 12:10:13 +00:00 |
Marc Fargas
|
6123f8455c
|
Catalan translation updates.
This includes: Lowercasing language and month names,
and two new language names.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-20 11:04:29 +00:00 |
Jacob Kaplan-Moss
|
e637f47232
|
Fixed #7475: fixed a possible race condition in ModelChoiceIterator. Thanks, esaj.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 21:15:33 +00:00 |
Russell Keith-Magee
|
5d09d8769d
|
Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management commands. Thanks to farcaller for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 14:38:56 +00:00 |
Russell Keith-Magee
|
e726065d5d
|
Fixed #6812 -- Modified the formtools test case to be run order safe with respect to the ROOT_URLCONF setting. Thanks for the patch, james
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 13:32:39 +00:00 |
Russell Keith-Magee
|
090aeee399
|
Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace when custom SQL loading fails. Also added documentation for the --traceback option. Thanks to guettli for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 13:24:39 +00:00 |
Russell Keith-Magee
|
a7f6faaa81
|
Fixed #7059 -- Added a note to the settings documentation reminding users that when DEBUG=True, Django keeps a log of queries. Thanks for the suggestion, simonb.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 12:13:43 +00:00 |
Russell Keith-Magee
|
5da67a084a
|
Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks for the report and patch, clint.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 12:05:39 +00:00 |
Marc Fargas
|
d943c19428
|
Closes #7461, Month/Week names lowercased. Thanks Arien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7700 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-19 07:53:24 +00:00 |
Jacob Kaplan-Moss
|
7ecd4867a5
|
Fixed #7458: added Lithuanian to LANGUAGES.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 20:53:55 +00:00 |
Jacob Kaplan-Moss
|
8cb4895c68
|
Added Estonian to global_settings.LANGUAGES. Refs #7141.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 20:51:22 +00:00 |
Marc Fargas
|
7e0664bfd8
|
Refs #7461, lowercased language names in Spanish translation. Thanks Arien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 20:47:07 +00:00 |
Marc Fargas
|
12f8d59193
|
Refs #7458, New Lithuanian translation. Thanks Rapolas Kaselis.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 20:38:35 +00:00 |
Jacob Kaplan-Moss
|
1a75b5a03c
|
Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to Ivan Sagalaev and batiste@dosimple.ch for the patches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 16:33:04 +00:00 |
Jacob Kaplan-Moss
|
2b62e945b0
|
Fixed #3393: login view no longer assumes that set_test_cookie has been called. This is mildly backwards-incompatible, but in the "now it works the way it should have all along" sense. Thanks to James and lcordier for the patches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7692 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 16:13:14 +00:00 |
Russell Keith-Magee
|
c5f7caba72
|
Refs #7268 -- Added svn:executable flag for the Bash completion script.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 13:27:20 +00:00 |
Russell Keith-Magee
|
f9b9052c55
|
Refs #7268 -- Added django-admin as an alias in the django-bash-completion script. Thanks, Raphael Hertzog <hertzog@debian.org>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 13:17:23 +00:00 |
Russell Keith-Magee
|
e146e508da
|
Fixed #7554 -- Modified contrib.localflavor to make use of ugettext, rather than ugettext. Thanks to msaelices for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 13:10:05 +00:00 |
Russell Keith-Magee
|
4317ba5799
|
Fixed #7318 -- Cleaned up the template inheritance logic, specifically to handle the case where the parent template has no template tags/blocks. Took the opportunity to optimize the logic a little. Thanks to Matthias Kestenholz <mk@spinlock.ch> for the original report and test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 12:59:39 +00:00 |
Russell Keith-Magee
|
dc7f21daf7
|
Fixed #7429 -- Modified the Session base class a little more dictionary-like by adding update(), has_key(), values(), and iterator access methods. Thanks to Jeremy Dunck for the suggestion and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 12:07:46 +00:00 |
Marc Fargas
|
0694c75e2d
|
Missing compile-messages.py -l hr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-18 09:12:39 +00:00 |
Aljosa Mohorovic
|
f0c750d018
|
updated croatian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7682 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 21:43:53 +00:00 |
Gary Wilson Jr
|
f410de010d
|
Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, and fixed reST link in [7678].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 15:46:59 +00:00 |
Jacob Kaplan-Moss
|
04df702263
|
Updated LICENSE. Announcement forthcomming...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 14:53:24 +00:00 |
Russell Keith-Magee
|
e829e9ff8f
|
Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. Thanks, msaelices.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 13:58:19 +00:00 |
Russell Keith-Magee
|
6d242ccc63
|
Fixed #7216 -- Added a description on how to use named URLs with a permalink. Thanks, masklinn.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 13:56:10 +00:00 |
Russell Keith-Magee
|
cd0f7b9a39
|
Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, George Vilches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 13:47:17 +00:00 |
Russell Keith-Magee
|
c6f277f972
|
Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS described in the settings docs. Thanks, pbx.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 13:37:31 +00:00 |
Russell Keith-Magee
|
b3653db4f0
|
Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. Thanks to programmerq for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 11:22:03 +00:00 |
Russell Keith-Magee
|
e4fc327890
|
Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 11:19:08 +00:00 |
Marc Fargas
|
8a861942cd
|
Closes #7413, Updated Hebrew translation (Thanks Meir Kriheli)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 10:54:48 +00:00 |
Marc Fargas
|
2cd9aadacf
|
Refs #7141, Estonian updates (Thanks Erik Allik)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-17 09:37:25 +00:00 |
Marc Fargas
|
813c8fdb6d
|
Refs #7141, New Estonian translation. (Thanks Erik Allik & mrts)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 17:59:59 +00:00 |
Marc Fargas
|
2606230616
|
Closes #7455, compiled .mo file for Croatian translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 17:47:58 +00:00 |
Russell Keith-Magee
|
6564daa597
|
Fixed #7347 -- Corrected docstring in IT localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 12:38:58 +00:00 |
Marc Fargas
|
dd8adb304a
|
Refs #7461, Typos in 'es' locale. Thanks arien
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 08:05:42 +00:00 |
Adrian Holovaty
|
e073861332
|
Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thanks, Bastian Kleineidam
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:16:21 +00:00 |
Adrian Holovaty
|
02bbd9a9b2
|
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoting it. Thanks, skjohn@us.ibm.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:13:04 +00:00 |
Adrian Holovaty
|
4094d03e29
|
Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:09:44 +00:00 |
Adrian Holovaty
|
260d3be69f
|
Fixed #7354 -- Fixed a Python 2.3 compatibility issue in formtools/wizard.py. Thanks, mage
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:06:50 +00:00 |
Adrian Holovaty
|
3859314d4a
|
Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julien
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:04:24 +00:00 |
Adrian Holovaty
|
96b1d0f966
|
Fixed #6830 -- Changed the docs/tutorial01.txt reference to the IRC channel to lower the expectation slightly on how much help you'll receive
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7655 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:03:25 +00:00 |
Adrian Holovaty
|
d339b2b65e
|
Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:01:33 +00:00 |
Adrian Holovaty
|
ee882b6abd
|
Fixed #6497 -- Improved fixture error reporting by displaying the entire traceback. Also, SystemExit and KeyboardInterrupt now exit the script properly. Thanks for the patch, Bastian Kleineidam
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 04:00:08 +00:00 |
Adrian Holovaty
|
a0a06d1a89
|
Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' check for existing Python modules. Thanks, i_i
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 03:56:48 +00:00 |
Adrian Holovaty
|
cc64abfc1d
|
Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect models. Also changed list_filter for FlatPage. Thanks for the patch, benspaulding
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 03:47:38 +00:00 |
Adrian Holovaty
|
16482911fd
|
Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, kcarnold and Simon Greenhill
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 03:41:03 +00:00 |
Adrian Holovaty
|
fbeec87b62
|
Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Ciocirlan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 03:38:43 +00:00 |
Adrian Holovaty
|
1b92483ae5
|
Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, Evan Jones
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-16 03:37:57 +00:00 |