Adrian Holovaty
|
f791a598a8
|
Negligible formatting changes to some recent commits
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 22:33:28 +00:00 |
Jacob Kaplan-Moss
|
bb53a0e264
|
Dropped the presumptive next release's number to 0.97 just so that nobody gets silly about the magic one-oh.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 16:05:03 +00:00 |
Malcolm Tredinnick
|
a3f32ead5d
|
Bumped version number to 1.0-pre, so that we can tell it apart from the 0.96
releases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 12:30:13 +00:00 |
Malcolm Tredinnick
|
abe6c5d6ae
|
Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel Alves
Barbosa de Oliveira Vaz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 04:42:40 +00:00 |
Malcolm Tredinnick
|
a5938f350c
|
Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 03:56:17 +00:00 |
Malcolm Tredinnick
|
b6264d0452
|
Fixed #3887 -- Fixed formatting error in docstring that was causing problems in
online admin documentation. Thanks Florian Apolloner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 03:45:47 +00:00 |
Malcolm Tredinnick
|
44ba9aa674
|
Fixed #3882 -- Changed error messages in Brazilian localflavor to be in
English. Thanks, Wiliam Alves de Souza.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 03:13:21 +00:00 |
Malcolm Tredinnick
|
9107ab6e1d
|
Fixed #3900 -- Included missing function in utils/translation/__init__.py.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 03:08:56 +00:00 |
Malcolm Tredinnick
|
286e676231
|
Delayed the reading of settings.USE_I18N until the first use of the i18n
functions. This solves a few import problems we are seeing. Fixed #3687. Refs #2920.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-02 10:58:43 +00:00 |
Malcolm Tredinnick
|
4a3db287f1
|
Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case
of strings translated with gettext_lazy and friends.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-02 10:53:05 +00:00 |
Malcolm Tredinnick
|
70c4a88e82
|
Added support for SCGI and AJP. This is a piece that was missed in [4897]. Refs
#3047.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 07:30:27 +00:00 |
Malcolm Tredinnick
|
d882656ea3
|
Added the ability to name URL patterns. Helps with disambiguity reverse matches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 07:25:20 +00:00 |
Malcolm Tredinnick
|
96bf5e853c
|
Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField.
Thanks, James Turnbull.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:42:48 +00:00 |
Malcolm Tredinnick
|
c60587b5a7
|
Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them
in place.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:26:26 +00:00 |
Adrian Holovaty
|
4e31a17e9e
|
Negligible comment formatting change in django/db/models/base.py (from [4881])
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:25:03 +00:00 |
Malcolm Tredinnick
|
4552175d44
|
Tweaked formatting so that comments are readable on 80-char terminals.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:05:59 +00:00 |
Malcolm Tredinnick
|
a599f1234e
|
Fixed #3879 -- Updated Norwegian social security validation rules. Thanks,
bp@datakortet.no.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:00:44 +00:00 |
Russell Keith-Magee
|
9191fa1f64
|
Fixed #3532 -- Made spaceless template tag remove all spaces, rather than preserving a single space. Thanks for the suggestion, ampaze@gmx.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 01:09:21 +00:00 |
Malcolm Tredinnick
|
1109e722aa
|
Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks to
combined work from phil.h.smith@gmail.com and Chris.Wesseling@cwi.nl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 12:02:37 +00:00 |
Malcolm Tredinnick
|
6a5deb6bc0
|
Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance().
Thanks, ludo@qix.it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 09:47:32 +00:00 |
Malcolm Tredinnick
|
64073e4752
|
Fixed #3879 -- Added Norwegian localflavor. Thanks bp@datakortet.no
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 09:14:37 +00:00 |
Malcolm Tredinnick
|
79312f7a4e
|
Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 09:05:54 +00:00 |
Russell Keith-Magee
|
7be1f44053
|
Fixed #3473 -- Corrected access to get in manager (probably introduced as part of magic-removal conversion).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 02:23:34 +00:00 |
Malcolm Tredinnick
|
df119b7786
|
Removed some trailing whitespace that had smuggled itself aboard in [4870].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 12:00:38 +00:00 |
Malcolm Tredinnick
|
5e739219de
|
Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 11:57:50 +00:00 |
Malcolm Tredinnick
|
63a629bb8d
|
Fixed #3847 -- Added validation support for Finnish social security numbers.
Thanks, karsu.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 10:18:15 +00:00 |
Malcolm Tredinnick
|
51c7dadc4c
|
Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 10:04:22 +00:00 |
Malcolm Tredinnick
|
6a643b03d7
|
Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 06:48:19 +00:00 |
Malcolm Tredinnick
|
3c6609ac0c
|
Refactored the HttpResponse sub-classes so that adding a subclass that only
changes the HTTP status code requires less code (no need to duplicate the
__init__ method).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 06:46:36 +00:00 |
Malcolm Tredinnick
|
e824bcb1bd
|
Fixed #3824 -- Updated Japanese translations. Thanks, Makoto Tsuyuki.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 05:51:42 +00:00 |
Malcolm Tredinnick
|
efd95dfedd
|
Fixed #3866 -- Added Italian localflavors contribution from
flavio.curella@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 05:45:17 +00:00 |
Malcolm Tredinnick
|
6f19ce8832
|
Fixed #3673 -- Updated Telugu translation. Thanks Pavithran.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 04:53:36 +00:00 |
Malcolm Tredinnick
|
72235e5a95
|
Fixed #3823 -- Updated Argentinean Spanish translation. Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 04:51:18 +00:00 |
Malcolm Tredinnick
|
93cbd0844d
|
Fixed #3836 -- Updated French translation. Thanks Baptiste.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 04:48:35 +00:00 |
Adrian Holovaty
|
d22e39c10d
|
Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag into there
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 01:50:06 +00:00 |
Adrian Holovaty
|
587abaa95c
|
Removed stray tab in django.contrib.humanize template tag
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 22:28:13 +00:00 |
Russell Keith-Magee
|
c1a73d80da
|
Fixed #3253 -- Included test errors in the return code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 11:59:31 +00:00 |
Russell Keith-Magee
|
aebd5f94a2
|
Fixed #3845 -- Added index to URL attribute of flatpages model.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 11:46:26 +00:00 |
Russell Keith-Magee
|
5f68a26ff4
|
Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked in the rest of the lorem templatetag implementation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 11:43:24 +00:00 |
Malcolm Tredinnick
|
f6d370c3a4
|
Backed out [4828]. We keep all contributor names in the AUTHORS file, not in
the code itself.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-28 15:38:49 +00:00 |
Adrian Holovaty
|
302d183a2f
|
Fixed #3822 -- Changed get_indexes_for_model() in django.core.management to quote index names. Thanks, Robin Breathe
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 22:35:22 +00:00 |
Jacob Kaplan-Moss
|
d6fd9fb22b
|
Fixed #3826: added a {% with %}. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 17:25:56 +00:00 |
Russell Keith-Magee
|
750ea554c1
|
Improved error reporting when fixture files are provided in an unknown serialization format.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 11:11:03 +00:00 |
Adrian Holovaty
|
8a0b3ed35b
|
Fixed #3633 -- Added credit to German translators. Thanks, Dirk Eschler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 23:31:40 +00:00 |
Adrian Holovaty
|
a5bb14ed2e
|
Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 23:29:31 +00:00 |
Adrian Holovaty
|
796b2304f3
|
Fixed #3773 -- Added app_label to Permission.__str__(), so that the admin permission list is easier to use with multiple permissions of the same name. Thanks, mrmachine
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 21:28:59 +00:00 |
Adrian Holovaty
|
f2861dad43
|
Fixed #3715 -- Added Japanese package to django.contrib.localflavor. Thanks, Makoto Tsuyuki
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 21:26:44 +00:00 |
Adrian Holovaty
|
e2c04e8cf2
|
Indented DEPARTMENT_ASCII_CHOICES in localflavor.fr.fr_department to be consistent with our style
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 21:22:07 +00:00 |
Adrian Holovaty
|
955f4db6f4
|
Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, Fabrice Aneche
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 21:10:36 +00:00 |
Adrian Holovaty
|
6481cf43f9
|
Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 18:05:01 +00:00 |