summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [soc2010/app-loading] merged trunkarchive/soc2010/app-loadingsoc2010/app-loadingArthur Koziel2010-09-13473-9394/+19779
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] update get_app/get_apps testsArthur Koziel2010-09-122-32/+40
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] update testsArthur Koziel2010-09-128-75/+74
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] implement APP_CLASSES settingArthur Koziel2010-09-124-30/+41
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] initialize cache and check for errors when setting up ↵Arthur Koziel2010-09-101-2/+8
| | | | | | the environment git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13729 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] check if there is more than one app with the same ↵Arthur Koziel2010-08-163-1/+22
| | | | | | db_prefix git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] use the db_prefix attribute to create database tablesArthur Koziel2010-08-152-3/+6
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] added verbose_name to app instance and modified admin ↵Arthur Koziel2010-08-156-18/+29
| | | | | | to use it git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] register models als unbound if the cache is not ↵Arthur Koziel2010-08-143-61/+101
| | | | | | initialized git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] store normalized version of INSTALLED_APPS in appcacheArthur Koziel2010-08-112-0/+17
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] raise ImproperlyConfigured when trying to register ↵Arthur Koziel2010-08-112-37/+41
| | | | | | 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
* [soc2010/app-loading] load custom models if specified with models_path attributeArthur Koziel2010-08-114-10/+34
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] ignore the classname of custom apps when executing ↵Arthur Koziel2010-08-101-1/+7
| | | | | | management commands git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] use app label instead of fqnArthur Koziel2010-08-103-29/+11
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] re-adding files after failed dcommitArthur Koziel2010-08-0610-240/+414
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] removed app_errors attributeArthur Koziel2010-08-062-6/+6
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] removed app_store attributeArthur Koziel2010-06-291-15/+11
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* [soc2010/app-loading] save models in app; adjust get_model/get_modelsArthur Koziel2010-06-282-11/+39
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* added dummy App class and track instancesArthur Koziel2010-06-223-0/+16
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* rewrite app globbing doctest to unittestArthur Koziel2010-06-221-18/+17
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* add appcache testsArthur Koziel2010-06-221-0/+206
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* remove get_apps() call. the installed apps don't need to be loaded here, the ↵Arthur Koziel2010-06-221-5/+3
| | | | | | 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
* Created SoC app loading branch.Jacob Kaplan-Moss2010-05-270-0/+0
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump to 1.2.1.1.2.1James Bennett2010-05-242-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 ↵Jannis Leidel2010-05-232-0/+7
| | | | | | 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
* Fixed #13590 - Made CSRF failure page styling consistent with Django's ↵Luke Plant2010-05-221-5/+25
| | | | | | | | | | 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
* Refs #13573 -- Modified the key technique added in r13295 to be more robust ↵Russell Keith-Magee2010-05-211-3/+6
| | | | | | 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
* Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.Jannis Leidel2010-05-211-8/+22
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13569 -- Fixed createsuperuser management command to work with the ↵Jannis Leidel2010-05-212-1/+10
| | | | | | new relaxed requirements for usernames. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13560 -- Fixed localization of widgets.Jannis Leidel2010-05-217-35/+43
| | | | | | 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
* Fixed #13573 -- Corrected problem with template caching when template ↵Russell Keith-Magee2010-05-214-7/+35
| | | | | | 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
* Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs.Karen Tracey2010-05-191-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13563, a typo in the GeoDjango tutorial.Jacob Kaplan-Moss2010-05-191-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a couple of typos in the release notes.Jacob Kaplan-Moss2010-05-171-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated the docs conf.py to have the correct version number.Jacob Kaplan-Moss2010-05-171-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Trunk is now 1.2.1 pre-alpha.James Bennett2010-05-171-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Add in the section on Python 2.3 compatibility.James Bennett2010-05-171-0/+26
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Flip PyPI classifier from beta to stable.James Bennett2010-05-171-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Bump version and download info to 1.2.1.2James Bennett2010-05-172-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* A final *final* clarification in the release notes.James Bennett2010-05-171-5/+6
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Some final clarifications in the release notes.James Bennett2010-05-171-12/+17
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13273 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Slight fixes to related fields reference to avoid conflicting target namesJacob Kaplan-Moss2010-05-171-62/+69
| | | | | | with the queryset docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Some heavy refactoring to the 1.2 release notes.Jacob Kaplan-Moss2010-05-171-423/+514
| | | | | | Don't bury the lede, folks! git-svn-id: http://code.djangoproject.com/svn/django/trunk@13271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a couple of es_AR translation errors.Ramiro Morales2010-05-172-5/+5
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for ↵Russell Keith-Magee2010-05-171-1/+1
| | | | | | the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, Håvard ↵Jannis Leidel2010-05-164-378/+352
| | | | | | Grimelid. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added notes about the two new date format specifiers (``c`` and ``u``) added ↵Jannis Leidel2010-05-162-5/+24
| | | | | | 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
* Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 ↵Jannis Leidel2010-05-163-3/+3
| | | | | | | | 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
* Fixed #13544 -- Updated Norwegian bokmal translation. Thanks, Jon Lønne.Jannis Leidel2010-05-154-529/+497
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed the 'under development' marker from the 1.1.2 release notes; a ↵Russell Keith-Magee2010-05-141-6/+4
| | | | | | little too late, but better than never. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13263 bcc190cf-cafb-0310-a4f2-bffc1f526a37