Adrian Holovaty
|
c63372f3c4
|
Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField. Thanks, mir@noris.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 15:36:14 +00:00 |
Adrian Holovaty
|
ad181e21c2
|
Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks, Christopher Lenz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 15:29:53 +00:00 |
Luke Plant
|
8eecb95ec8
|
Added CsrfMiddleware to contrib, and documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-08 23:03:08 +00:00 |
Adrian Holovaty
|
885dd85b5f
|
Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None. Thanks, django@binaryfeed.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 23:18:22 +00:00 |
Luke Plant
|
df668ee782
|
Changed the admin index to sort models alphabetically.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 18:56:03 +00:00 |
Luke Plant
|
d09ae12632
|
Removed unused code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 18:47:28 +00:00 |
Luke Plant
|
7a62bac56e
|
Made QuerySet slicing return IndexError instead of DoesNotExist (and related changes).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 18:46:53 +00:00 |
Adrian Holovaty
|
71f4568613
|
Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Christopher Lenz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 18:35:51 +00:00 |
Luke Plant
|
0b73811e26
|
Fixed QuerySet __getitem__ corner case so that it throws exceptions consistently
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 12:15:19 +00:00 |
Adrian Holovaty
|
058ab898b0
|
Improved runserver to display 'CONTROL-C' vs. 'CTRL-BREAK' based on the current platform
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 03:29:22 +00:00 |
Adrian Holovaty
|
eb4bbbb6f3
|
Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@google.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 03:27:49 +00:00 |
Luke Plant
|
f57e34e990
|
Fixed #1579 - added support for 'Q' objects in limit_choices_to.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-06 00:26:24 +00:00 |
Adrian Holovaty
|
a0872543a7
|
Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure Cuhalev
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 12:52:15 +00:00 |
Adrian Holovaty
|
cca0e7346d
|
Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.lazarus@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 04:08:14 +00:00 |
Adrian Holovaty
|
b301640a1b
|
Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and database backend that returns integers as long ints
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 03:24:42 +00:00 |
Adrian Holovaty
|
503a27d212
|
Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 03:19:16 +00:00 |
Adrian Holovaty
|
427a54b4a3
|
Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPython is not used.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 03:17:51 +00:00 |
Adrian Holovaty
|
f94f0555bc
|
Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line function, and added docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 03:08:29 +00:00 |
Adrian Holovaty
|
f2ef28fd5c
|
Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Thanks for reporting, mdt@emdete.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 03:02:11 +00:00 |
Adrian Holovaty
|
775c06a959
|
Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when field fiel's value is null. Thanks, rhettg@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 02:59:58 +00:00 |
Adrian Holovaty
|
9fec605d8d
|
Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the same database table. Thanks, Ian Clelland
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 02:38:32 +00:00 |
Jacob Kaplan-Moss
|
583dcdcede
|
Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports from the non-existant django.parts.media.photos. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-04 17:09:18 +00:00 |
Adrian Holovaty
|
1f57fcac98
|
Removed ManyToManyRel.singular, which wasn't being used anymore.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-04 04:59:22 +00:00 |
Adrian Holovaty
|
2b551dec40
|
Fixed bug in admin: raw_id_admin fields weren't displaying their old values next to the form field, due to descriptor-fields change
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-04 04:09:23 +00:00 |
Jacob Kaplan-Moss
|
ceecba2973
|
Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thanks, ubernostrum)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-03 19:23:44 +00:00 |
Adrian Holovaty
|
69d6bd7af3
|
Fixed #1745 -- Accessing many-to-many relationships without a PK value now throws an exception. Thanks, Luke
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 19:51:41 +00:00 |
Adrian Holovaty
|
cc4196a407
|
Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 18:44:22 +00:00 |
Adrian Holovaty
|
f69cf70ed8
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 01:31:56 +00:00 |
Georg Bauer
|
d4c38fa8f7
|
fixed #1526: updated slovak (sk) translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-13 11:16:28 +00:00 |
Adrian Holovaty
|
00b3891524
|
Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-12 13:35:31 +00:00 |
Adrian Holovaty
|
853ee34191
|
Fixed #1531 -- Fixed eager exception catching that caused the template system to report a base template didn't exist when indeed it does exist but contains an {% include %} of a nonexisting template
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-12 03:31:03 +00:00 |
Adrian Holovaty
|
c862e43f7f
|
Negligible spacing change to core/template/loader.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-12 03:29:41 +00:00 |
Adrian Holovaty
|
63e7f20595
|
Fixed #1569 -- Made streaming HttpResponse unicode-aware
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-11 13:43:29 +00:00 |
Adrian Holovaty
|
8ac114c017
|
Removed unneeded 'import sys' from base.py handler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-11 03:30:10 +00:00 |
Adrian Holovaty
|
51a6d81d72
|
Fixed #1551 -- Improved base handler to not lose track of important exception in case of exceptions within repr(). Thanks, Ned
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-11 03:29:01 +00:00 |
Adrian Holovaty
|
8d70ed4b25
|
Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-11 03:23:03 +00:00 |
Adrian Holovaty
|
cd7dbd8f00
|
Converted django.core.mail to use 'from django.conf import settings' instead of importing specific settings directly
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-11 03:19:57 +00:00 |
Georg Bauer
|
30c72faa9c
|
refs #1607 - updated hebrew translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 11:55:52 +00:00 |
Adrian Holovaty
|
b9e40b14bc
|
Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 03:35:56 +00:00 |
Adrian Holovaty
|
b8d8aca5fd
|
Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 03:34:47 +00:00 |
Adrian Holovaty
|
e3e271ff92
|
Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer error if they use ManyToMany instead of ManyToManyField
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 03:32:38 +00:00 |
Adrian Holovaty
|
0162a3b54f
|
Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use cursor.lastrowid instead of a separate SELECT statement. Thanks, Andy Dustman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 00:32:42 +00:00 |
Adrian Holovaty
|
bb2a38cecc
|
Fixed syntax error in [2639]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 00:12:56 +00:00 |
Adrian Holovaty
|
3bb340271c
|
Changed settings imports from [2639] to use 'from django.conf import settings', to make it easier to merge to magic-removal
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 00:01:59 +00:00 |
Adrian Holovaty
|
bc4638d722
|
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-09 23:54:34 +00:00 |
Georg Bauer
|
158aeb7b97
|
fixed #1581 - added new hebrew translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-06 09:58:05 +00:00 |
Georg Bauer
|
3d8094f898
|
fixed #1587 - added new ukrainian translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-06 09:52:06 +00:00 |
Adrian Holovaty
|
b1599e56b8
|
Fixed #1557 in trunk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-30 04:43:55 +00:00 |
Adrian Holovaty
|
341d1eb022
|
Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), not .match(). Thanks, Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-28 21:39:15 +00:00 |
Adrian Holovaty
|
b353103cb6
|
Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ejf-django
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-28 17:46:53 +00:00 |