Arthur Koziel
3273307490
[soc2010/app-loading] update tests
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 21:16:09 +00:00
Arthur Koziel
11a32d6011
[soc2010/app-loading] implement APP_CLASSES setting
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 05:34:58 +00:00
Arthur Koziel
574424f40d
[soc2010/app-loading] initialize cache and check for errors when setting up the environment
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13729 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10 22:44:44 +00:00
Arthur Koziel
5e17e835a0
[soc2010/app-loading] check if there is more than one app with the same db_prefix
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-16 16:29:17 +00:00
Arthur Koziel
2f027bf5dd
[soc2010/app-loading] use the db_prefix attribute to create database tables
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-15 22:02:04 +00:00
Arthur Koziel
a357ed10be
[soc2010/app-loading] added verbose_name to app instance and modified admin to use it
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-15 18:31:48 +00:00
Arthur Koziel
3da601b606
[soc2010/app-loading] register models als unbound if the cache is not initialized
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-14 00:52:33 +00:00
Arthur Koziel
81dc507963
[soc2010/app-loading] store normalized version of INSTALLED_APPS in appcache
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-11 12:26:15 +00:00
Arthur Koziel
467441587c
[soc2010/app-loading] raise ImproperlyConfigured when trying to register models to an app that isnt listed in INSTALLED_APPS
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-11 11:15:00 +00:00
Arthur Koziel
2b7bfaccf2
[soc2010/app-loading] load custom models if specified with models_path attribute
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-11 01:39:37 +00:00
Arthur Koziel
9cf522e693
[soc2010/app-loading] ignore the classname of custom apps when executing management commands
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-10 01:16:51 +00:00
Arthur Koziel
9f8478ff31
[soc2010/app-loading] use app label instead of fqn
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-10 01:01:14 +00:00
Arthur Koziel
56d7859e25
[soc2010/app-loading] re-adding files after failed dcommit
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06 13:46:02 +00:00
Arthur Koziel
60c5f63d5a
[soc2010/app-loading] removed app_errors attribute
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06 13:35:15 +00:00
Arthur Koziel
6f4fc60126
[soc2010/app-loading] removed app_store attribute
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-29 14:50:25 +00:00
Arthur Koziel
06f15e49b8
[soc2010/app-loading] save models in app; adjust get_model/get_models
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-28 20:22:42 +00:00
Arthur Koziel
ab037f2b8d
added dummy App class and track instances
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-22 21:19:39 +00:00
Arthur Koziel
2b50fd810a
rewrite app globbing doctest to unittest
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-22 21:19:14 +00:00
Arthur Koziel
ff3c1c6e3a
add appcache tests
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-22 21:18:55 +00:00
Arthur Koziel
c362007099
remove get_apps() call. the installed apps don't need to be loaded here, the testsuiterunner will take care of that
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-22 21:18:38 +00:00
Jacob Kaplan-Moss
4e141dcaba
Created SoC app loading branch.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-27 09:37:20 +00:00
James Bennett
6cffb9b880
Bump to 1.2.1.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1.2.1
2010-05-24 19:10:30 +00:00
Jannis Leidel
e6ec07dc1f
Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-23 10:38:23 +00:00
Luke Plant
6b2d6e1833
Fixed #13590 - Made CSRF failure page styling consistent with Django's default error page styling.
...
Thanks to alefteris for suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-22 18:42:16 +00:00
Russell Keith-Magee
84060a1f7a
Refs #13573 -- Modified the key technique added in r13295 to be more robust against potential key collisions while keeping key names human-readable. Thanks to Alex for being finicky.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-21 14:25:26 +00:00
Jannis Leidel
5acd9cd8ba
Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-21 14:09:25 +00:00
Jannis Leidel
286ce85e45
Fixed #13569 -- Fixed createsuperuser management command to work with the new relaxed requirements for usernames.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-21 14:08:49 +00:00
Jannis Leidel
b057a8b247
Fixed #13560 -- Fixed localization of widgets.
...
Particularly this fixes the SplitDateTimeField and the AdminDateWidget by localizating the widget's value in its render method instead of the form field. Thanks to David Danier for the report and Russell for help with the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-21 14:07:54 +00:00
Russell Keith-Magee
8a6cb3d969
Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-21 08:54:15 +00:00
Karen Tracey
6b2fd346ad
Fixed #13566 , a typo in the 1.2 release notes. Thanks johnthedebs.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-19 12:35:02 +00:00
Jacob Kaplan-Moss
747e8dfe5f
Fixed #13563 , a typo in the GeoDjango tutorial.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-19 03:25:42 +00:00
Jacob Kaplan-Moss
97560f3a07
Fixed a couple of typos in the release notes.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 22:28:44 +00:00
Jacob Kaplan-Moss
ffcffcb96b
Updated the docs conf.py to have the correct version number.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 18:51:50 +00:00
James Bennett
5b6c20f2c4
Trunk is now 1.2.1 pre-alpha.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 18:21:18 +00:00
James Bennett
9444c8dd1d
Add in the section on Python 2.3 compatibility.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 17:57:07 +00:00
James Bennett
f8af1afbea
Flip PyPI classifier from beta to stable.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 17:42:14 +00:00
James Bennett
6276167b72
Bump version and download info to 1.2.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1.2
2010-05-17 17:31:49 +00:00
James Bennett
c40b131ed5
A final *final* clarification in the release notes.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 16:48:32 +00:00
James Bennett
d88d0ec336
Some final clarifications in the release notes.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13273 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 16:47:16 +00:00
Jacob Kaplan-Moss
47e3cc74d9
Slight fixes to related fields reference to avoid conflicting target names
...
with the queryset docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 16:32:37 +00:00
Jacob Kaplan-Moss
acd8dcd5b0
Some heavy refactoring to the 1.2 release notes.
...
Don't bury the lede, folks!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 16:32:29 +00:00
Ramiro Morales
b496518623
Fixed a couple of es_AR translation errors.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 13:57:15 +00:00
Russell Keith-Magee
10b5f38593
Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for the report.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17 00:27:37 +00:00
Jannis Leidel
a17d897751
Fixed #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, Håvard Grimelid.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-16 20:48:45 +00:00
Jannis Leidel
06ab9eeaf5
Added notes about the two new date format specifiers (`c
and
u
`) added in 1.2. Thanks for the patch, Ramiro Morales.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13267 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-16 20:48:19 +00:00
Jannis Leidel
34ddcd9939
Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 uses "T" as the separator between the date and the time value to increase real world usefulness.
...
While the ISO standard permits the use of a space instead of "T" for readability, it does have an impact on standards like HTML5 which rely on specific rules made in RFC 3339.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-16 15:54:10 +00:00
Jannis Leidel
fa14e3127d
Fixed #13544 -- Updated Norwegian bokmal translation. Thanks, Jon Lønne.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-15 00:19:01 +00:00
Russell Keith-Magee
626d2e7243
Removed the 'under development' marker from the 1.1.2 release notes; a little too late, but better than never.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-14 11:42:59 +00:00
Russell Keith-Magee
bca6a7f6c0
Minor fixes to 1.2 release docs. Thanks to Ramiro Morales for noticing the version number problem.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-14 11:41:15 +00:00
Russell Keith-Magee
9900917d79
Fixed #13540 -- Corrected typo in 1.2 release docs. Thanks to erw for the report.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-14 11:27:00 +00:00