https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
31ddfab Move the sqlalchemy branch into the attic. git-svn-id: http://code.djangoproject.com/svn/django/branches/attic/sqlalchemy@11521 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 September 2009, 21:28:11 UTC
fe361e6 Merged revisions 4186 to 4454 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4455 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 January 2007, 23:43:09 UTC
122426e sqlalchemy: Merged revisions 4054 to 4185 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4186 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 December 2006, 15:10:09 UTC
dadfca0 sqlalchemy: Merged revisions 3918 to 4053 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4054 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 November 2006, 04:50:01 UTC
0b059aa sqlalchemy: Merged revisions 3832 to 3917 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3918 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 October 2006, 07:49:37 UTC
1bb4fa2 sqlalchemy: Merged revisions 3770 to 3831 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3832 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 September 2006, 15:39:20 UTC
8afc419 sqlalchemy: Merged revisions 3724 to 3769 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3770 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 September 2006, 08:40:46 UTC
70e0581 sqlalchemy: Merged revisions 3679 to 3723 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3724 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 September 2006, 15:51:14 UTC
083ebb3 Created sqlalchemy branch, for integrating Django's model API with SQLAlchemy. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3679 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 August 2006, 21:37:20 UTC
ff4f249 Added a rough cut of a document on using the new testing framework. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3678 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 August 2006, 18:04:09 UTC
f89b9c8 Fixed verbosity check in installing initial data git-svn-id: http://code.djangoproject.com/svn/django/trunk@3676 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 August 2006, 20:44:35 UTC
0e57743 Made psycopg2 backend behave the same as the other backends when it comes to unicode and datetime time zone info. See [http://groups.google.com/group/django-developers/browse_frm/thread/4575a3fe0d78e2e4/d607d96f7b422620#d607d96f7b422620 the django-dev thread] for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3675 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 August 2006, 20:00:47 UTC
5626416 Test database creation/deletion now correctly quotes database names when creating/dropping them. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3673 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 August 2006, 18:59:54 UTC
a547ef0 Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch, Jarosław Zabiełło git-svn-id: http://code.djangoproject.com/svn/django/trunk@3672 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 August 2006, 18:43:58 UTC
e7424f0 Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAwareJSONEncoder. Thanks for the patch, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3671 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 August 2006, 18:39:30 UTC
33637e3 Fixed #2610 -- corrected documentation about the auth context processor (thanks, ubernostrum). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3670 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 August 2006, 16:41:26 UTC
2c2653d Reverted [3659], the 'name' field on Template objects and the signal emitted whenever a template is rendered. Refs #2333. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3666 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 August 2006, 18:10:32 UTC
97b9ad7 Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 August 2006, 13:59:47 UTC
77ab11b Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3660 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 August 2006, 12:46:39 UTC
89fa97b Refs #2333 - Added a signal that is emitted whenever a template is rendered, and added a 'name' field to Template to allow easy identification of templates. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3659 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 August 2006, 12:35:07 UTC
7dce86c Refs #2333 - Added test framework. This includes doctest and unittest finders, Django-specific doctest and unittest wrappers, and a pseudo-client that can be used to stimulate and test views. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3658 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 August 2006, 12:24:59 UTC
1a1fb70 Fixed small typo in docs/overview.txt. Thanks, kirk git-svn-id: http://code.djangoproject.com/svn/django/trunk@3654 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 August 2006, 03:37:34 UTC
0a770a0 Added 'How can I get started contributing code to Django?' to the FAQ, and beefed up 'Why does this project exist?' git-svn-id: http://code.djangoproject.com/svn/django/trunk@3653 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 August 2006, 23:15:09 UTC
2836624 Added some helpful hints to list_display documentation in docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3652 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 August 2006, 15:40:41 UTC
3460943 Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for the patch, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3650 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 August 2006, 02:05:05 UTC
3cfc8bb Fixed #2582 -- filter_interface now works on fields with verbose_name containing quotes. Thanks for reporting, 235 git-svn-id: http://code.djangoproject.com/svn/django/trunk@3649 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 August 2006, 17:45:21 UTC
5ddd0e0 Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more utf-8 friendly than Bitstream. Thanks for the patch, riklaunim@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3644 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 August 2006, 04:58:16 UTC
295429d Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch, gandalf@owca.info git-svn-id: http://code.djangoproject.com/svn/django/trunk@3643 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 August 2006, 04:55:50 UTC
513ae3a Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html template. Thanks for reporting, Gary Wilson git-svn-id: http://code.djangoproject.com/svn/django/trunk@3642 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 August 2006, 04:53:43 UTC
dbaf121 Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Thanks, jonathan-django@jmail.za.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@3635 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 August 2006, 18:27:33 UTC
cccbe23 Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patch, henrik_kroeger@arcor.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3634 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 August 2006, 17:43:34 UTC
ff5e01d Fixed #2471 -- Got date-based generic views working with SQLite DateFields. Thanks for the patch, Steven Armstrong git-svn-id: http://code.djangoproject.com/svn/django/trunk@3633 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 August 2006, 17:40:54 UTC
128151e Fixed typo in docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3620 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 August 2006, 05:32:20 UTC
64cf4b9 Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object popup window not to use repr(), because that produces values such as 123L for longints. Refs #2500 git-svn-id: http://code.djangoproject.com/svn/django/trunk@3613 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 21:39:29 UTC
df20bf5 Updated my bio in the FAQ. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3612 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 19:10:46 UTC
eef88a6 Fixed #2561 -- memcached cache backend no longer ignores default timeout. Thanks for the report and patch, Christopher Lenz git-svn-id: http://code.djangoproject.com/svn/django/trunk@3611 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 15:10:08 UTC
e7a91d3 Added note to 'If you don't need internationalization' section of docs/i18n.txt about removing the i18n context processor git-svn-id: http://code.djangoproject.com/svn/django/trunk@3608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:43:55 UTC
5334867 Added USE_I18N setting to default settings.py created for startproject command git-svn-id: http://code.djangoproject.com/svn/django/trunk@3607 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:42:28 UTC
0a9a59f Made small change to docs/templates_python.txt to explicitly define 'context processors', for the benefit of searches git-svn-id: http://code.djangoproject.com/svn/django/trunk@3606 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:40:47 UTC
8b8f452 Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3605 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:37:01 UTC
d4a2fbb Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and ordering AuthenticationMiddleware. Refs #2541. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3604 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:33:37 UTC
d592ca4 Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of CACHE_ANONYMOUS_ONLY=True and uninstalled/unordered AuthenticationMiddleware. Thanks, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3603 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:31:13 UTC
8f065bb Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentation. Thanks, Ian Holsman git-svn-id: http://code.djangoproject.com/svn/django/trunk@3602 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 03:12:36 UTC
efa19ae Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documentation. Thanks, Andy Dustman. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3601 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 August 2006, 02:48:34 UTC
eefe35c Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots. Thanks for the idea, Ian Holsman git-svn-id: http://code.djangoproject.com/svn/django/trunk@3600 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 August 2006, 23:05:42 UTC
445f692 Small formatting change to docs/model-api.txt change from [3597] -- double hyphens instead of a single hyphen git-svn-id: http://code.djangoproject.com/svn/django/trunk@3598 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 August 2006, 00:37:49 UTC
7fe6fd7 Clarified documentation regarding string-form model references. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3597 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 August 2006, 00:02:51 UTC
518d406 Fixed small security hole in bin/compile-messages.py by escaping the .po filename in os.system() call. Announcement forthcoming git-svn-id: http://code.djangoproject.com/svn/django/trunk@3592 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 August 2006, 06:28:13 UTC
7c79f2a Small error-message formatting change to compile-messages.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@3590 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 August 2006, 04:27:42 UTC
f98f702 Added paragraph to docs/model-api.txt explicitly pointing out file uploads should be validated, for security reasons git-svn-id: http://code.djangoproject.com/svn/django/trunk@3585 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 August 2006, 23:07:43 UTC
d07c2e9 fixed #2542: updated 'ru' translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3582 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 August 2006, 15:18:21 UTC
f13e70f Small formatting change to compile-messages.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@3577 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2006, 03:45:43 UTC
0f000b7 Fixed incorrect error message in django.template.loaders.filesystem if you pass in template_dirs=None. Thanks, Martin Glueck git-svn-id: http://code.djangoproject.com/svn/django/trunk@3575 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2006, 01:49:11 UTC
3e51dac Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. Thanks, erikg@codepoet.no git-svn-id: http://code.djangoproject.com/svn/django/trunk@3571 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 17:42:02 UTC
45be33a Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3570 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 06:02:28 UTC
20070d9 Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo@qix.it git-svn-id: http://code.djangoproject.com/svn/django/trunk@3569 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:55:28 UTC
9354cfb Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, for easy targetting with JavaScript and CSS git-svn-id: http://code.djangoproject.com/svn/django/trunk@3568 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:42:48 UTC
aa587cd Fixed ReST error in docs/db-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3567 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:31:31 UTC
54ea309 Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not datetime objects git-svn-id: http://code.djangoproject.com/svn/django/trunk@3566 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:18:25 UTC
9cd0c33 Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correctly. Thanks, crankycoder@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3565 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:15:25 UTC
9ce3273 Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being used git-svn-id: http://code.djangoproject.com/svn/django/trunk@3564 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:10:51 UTC
74f5d2b Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, django@dougma.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3563 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 August 2006, 05:09:12 UTC
6f8e9be Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3562 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 22:04:42 UTC
2e6aa7a Added paragraph to docs/documentation.txt about removing comments from frozen docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@3561 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 20:31:43 UTC
49c6705 Added docs/documentation.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3560 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 20:25:21 UTC
a8705ce Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@noris.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3559 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 19:17:46 UTC
e5bf574 Changed inspectdb to *not* trim trailing 's' from database table name to create class name, because Django no longer does that as of magic-removal git-svn-id: http://code.djangoproject.com/svn/django/trunk@3558 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 15:32:35 UTC
0b71ffa Improved urlresolvers so that URLconfs can be passed objects instead of strings git-svn-id: http://code.djangoproject.com/svn/django/trunk@3554 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 07:01:29 UTC
4805675 Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a primary key value that isn't an integer. Thanks, Gary Wilson and deryck@samba.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@3553 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 05:31:08 UTC
23964a7 Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to double-escape them. Thanks, tom@eggdrop.ch git-svn-id: http://code.djangoproject.com/svn/django/trunk@3552 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 05:20:31 UTC
3e22c8f Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3551 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 05:07:07 UTC
01983c8 Moved the space check from r3549 to before the Python keyword check so that perverse column names like "fin ally" don't fall through the cracks. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3550 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 August 2006, 02:22:42 UTC
caa51f4 Fixed #2517 -- Improved inspectdb to handle table column names that contain spaces. Thanks, Karen Tracey git-svn-id: http://code.djangoproject.com/svn/django/trunk@3549 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 August 2006, 16:58:26 UTC
a6a402a Fixed #2512 -- Fixed SQL error when saving existing empty models. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3548 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 August 2006, 03:55:03 UTC
cba451c Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3547 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 August 2006, 03:48:34 UTC
ffb6ecc Fixed #2484 -- Handle num_in_admin and num_extra_on_change being 0 for the admin interface. Thanks, Joseph Kocherhans. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3546 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 August 2006, 03:44:11 UTC
925c711 Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now takes path and domain as optional keyword arguments. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3545 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2006, 15:40:24 UTC
2c370e1 Fixed #2502 -- Fixed typo in db.models.permalink function. Thanks, adurdin@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3544 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2006, 14:40:29 UTC
7a22a51 Fixed #2469 -- Made the "drop index" constraint names match those we create in the first place. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3543 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2006, 11:22:14 UTC
5ca2847 Fixed #2260 -- fixed a problem where some foreign key references were being omitted during a "reset" or "sqlreset". Thanks, marcink@elksoft.pl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3542 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2006, 07:16:35 UTC
d9d44d7 Negligible style change in django.db.models.loading git-svn-id: http://code.djangoproject.com/svn/django/trunk@3539 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 August 2006, 21:17:59 UTC
284bf1c Added example of strftime formatting to docs/model-api.txt FileField docs. Thanks for the suggestion, Bradley Whittington git-svn-id: http://code.djangoproject.com/svn/django/trunk@3538 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 August 2006, 15:03:01 UTC
19c48c9 Fixed #2494 -- Django development server no longer does reverse DNS. As a side effect, the server no longer sets the REMOVE_HOST environment variable git-svn-id: http://code.djangoproject.com/svn/django/trunk@3530 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 August 2006, 14:41:57 UTC
ae83871 Fixed #2491 -- Pass the project directory back from setup_environ so that we can set up the "startapp" command. Thanks, marcink@elksoft.pl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3528 bcc190cf-cafb-0310-a4f2-bffc1f526a37 06 August 2006, 10:35:25 UTC
27bf70d Moved the environment setup into a method that can be called from other scripts. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3527 bcc190cf-cafb-0310-a4f2-bffc1f526a37 06 August 2006, 02:29:38 UTC
0c8c42a Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3526 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 August 2006, 01:49:26 UTC
320c10c Fixed #2485 -- Added comment to project_template/settings.py that says to use absolute paths, not relative paths git-svn-id: http://code.djangoproject.com/svn/django/trunk@3525 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 August 2006, 01:48:33 UTC
9fd211d Fixed #61 -- Added admin/auth/user/*.html to setup.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@3524 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 August 2006, 01:45:26 UTC
243912b fixed #2171: updated 'ru' translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3522 bcc190cf-cafb-0310-a4f2-bffc1f526a37 04 August 2006, 14:28:10 UTC
69de69d Cleaned up 'How do I create users without having to edit password hashes?' entry in docs/faq.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3521 bcc190cf-cafb-0310-a4f2-bffc1f526a37 04 August 2006, 04:20:34 UTC
fd5d923 Fixed #61 -- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3520 bcc190cf-cafb-0310-a4f2-bffc1f526a37 04 August 2006, 04:18:12 UTC
9c8c39b Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 800-pixels wide. Thanks for reporting, patrick@vonautomatisch.at git-svn-id: http://code.djangoproject.com/svn/django/trunk@3517 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 August 2006, 15:07:46 UTC
350a4a4 Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simon Greenhill git-svn-id: http://code.djangoproject.com/svn/django/trunk@3516 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 August 2006, 15:05:51 UTC
fa5e056 Fixed #2257 -- make constraint names unique across all table/column combinations (for the benefit of MySQL). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3512 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 21:46:51 UTC
a7f8984 Fixed #2465 -- Documented the fact that select_related doesn't follow null=True git-svn-id: http://code.djangoproject.com/svn/django/trunk@3511 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 21:45:57 UTC
d03bc77 Refs #1796 -- Fixed a problem when creating models with relations to themselves: more than one instance was being created. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3510 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 21:15:41 UTC
6ea0a13 Added link to 'batteries included' explanation in docs/add_ons.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3509 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 20:48:26 UTC
ad39bb1 Fixed #2463 -- Fixed temporarily broken many-to-many fields in admin interface due to [3507]. Thanks, Nesh git-svn-id: http://code.djangoproject.com/svn/django/trunk@3508 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 14:20:01 UTC
97e820a Fixed #2269 -- limit_choices_to now works properly with a custom ForeignKey.to_field. Thanks for reporting, mir@noris.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3507 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 04:05:25 UTC
1a428ec Fixed #2370 -- It's now possible to pass default URLconf arguments to include(). Added docs, as well. Thanks for the patch, martin.glueck@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3506 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 August 2006, 02:57:08 UTC
back to top