Adrian Holovaty
|
5066fe528c
|
Added django.contrib.auth, in preparation for moving stuff to it
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-30 01:09:47 +00:00 |
Adrian Holovaty
|
674ac13ca6
|
Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-30 00:19:15 +00:00 |
Adrian Holovaty
|
e2e98aff6a
|
Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, Kieran
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-30 00:08:56 +00:00 |
Jacob Kaplan-Moss
|
289119563e
|
Fixed small ReST error in [1495]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 18:27:35 +00:00 |
Jacob Kaplan-Moss
|
ae76186a4f
|
Added mod_python authentication handler and document on authenticating against Django's auth database from Apache
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 18:26:07 +00:00 |
Adrian Holovaty
|
e1b107b192
|
Changed URL for cygnus in AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 17:09:43 +00:00 |
Adrian Holovaty
|
c336c8c6b9
|
Added cygnus to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 17:06:35 +00:00 |
Adrian Holovaty
|
397fc995cd
|
Added C8E to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 17:03:16 +00:00 |
Jacob Kaplan-Moss
|
568a926452
|
Clarified wording about deprecated features (thanks, Wilson)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 15:30:06 +00:00 |
Adrian Holovaty
|
3373447fba
|
Fixed typo in docs/admin_css.txt. Thanks, Daniel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 14:43:07 +00:00 |
Adrian Holovaty
|
2af63d3aab
|
Fixed #954 -- Many-to-many raw_id_admin change page now displays original object(s) correctly. Thanks for reporting, mordaha
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 05:54:56 +00:00 |
Adrian Holovaty
|
29d1598cce
|
Added a GOTCHA comment in django/core/template/init.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 05:53:05 +00:00 |
Adrian Holovaty
|
5a54455ac8
|
Negligible spacing fix to admin/templates/widget/foreign.html
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 05:50:31 +00:00 |
Adrian Holovaty
|
467d82c16c
|
Negligible spacing fix to admin.templatetags.admin_modify
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 05:50:07 +00:00 |
Adrian Holovaty
|
1ce5ef6166
|
Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they weren't working.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 05:22:51 +00:00 |
Adrian Holovaty
|
de7a336486
|
Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, Swaroop
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 02:05:32 +00:00 |
Adrian Holovaty
|
539e5af17c
|
Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused database_check functionality. Thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 01:04:28 +00:00 |
Adrian Holovaty
|
e9193a79fd
|
Fixed some tiny typos in docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 00:24:34 +00:00 |
Adrian Holovaty
|
9e3efbecf8
|
Restored {% debug %} template tag, which was inadvertently removed in [1443]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 20:48:08 +00:00 |
Jacob Kaplan-Moss
|
1ee5982b2c
|
Added "how to contribute to Django" document
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 15:30:21 +00:00 |
Adrian Holovaty
|
2e09e145c0
|
Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 14:28:21 +00:00 |
Adrian Holovaty
|
496e777da9
|
Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Thanks, nesh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 14:26:04 +00:00 |
Adrian Holovaty
|
133839b033
|
Fixed #943 -- Restored django-admin createsuperuser functionality with no arguments. Thanks, deric
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 14:23:02 +00:00 |
Georg Bauer
|
79e710b4df
|
fixes #946 - updated 'cs' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 11:06:21 +00:00 |
Georg Bauer
|
bcc02c982f
|
added a new translation tag for the search "go" button
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 10:29:41 +00:00 |
Adrian Holovaty
|
e85b071e47
|
Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each use in shell scripts. Thanks for the patch, bjorn@exoweb.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-28 02:57:38 +00:00 |
Adrian Holovaty
|
5de6fe1b2d
|
Fixed #938 -- Fixed bug in admin model docs with OneToOneField
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 23:43:35 +00:00 |
Adrian Holovaty
|
7548bfba64
|
Fixed bug in contrib/admin/templates/admin_doc/model_detail.html
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 23:16:26 +00:00 |
Adrian Holovaty
|
f1eff69a4f
|
Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support for non-named groups in URLconf regexes)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 23:03:56 +00:00 |
Adrian Holovaty
|
cc3660c07d
|
Fixed #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs (with named groups) still work. This is backwards-incompatible if you've defined custom middleware with a process_view function. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 22:08:51 +00:00 |
Adrian Holovaty
|
8c3b41c3e9
|
Removed unnecessary load_template_source() function in django/core/template/loader.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 21:37:41 +00:00 |
Adrian Holovaty
|
6a36699818
|
Fixed #917 -- Made admin change_list view overridable by custom templates
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 20:25:56 +00:00 |
Adrian Holovaty
|
4cdaf74cec
|
Moved {% extends %} tag to top of template for admin/change_list.html
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 20:22:42 +00:00 |
Adrian Holovaty
|
3cf5d034db
|
Fixed #931 -- Fixed unordered_list template filter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 19:38:07 +00:00 |
Adrian Holovaty
|
1bd85787ec
|
Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thanks, jhernandez
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 19:28:38 +00:00 |
Georg Bauer
|
7ff2c879c3
|
fixes #932 - updated 'cs' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 18:17:16 +00:00 |
Adrian Holovaty
|
2e7e19e0f2
|
Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also caught docutils ImportError in a more controlled way
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 17:20:43 +00:00 |
Adrian Holovaty
|
f237936a87
|
Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for reporting, nesh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 17:14:11 +00:00 |
Adrian Holovaty
|
2fb95f1de6
|
Changed template library system so that it looks for a module-level variable named 'register' rather than the first instance of template.Library it finds
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 16:43:56 +00:00 |
Adrian Holovaty
|
2564f34c2b
|
Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.html
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 16:10:49 +00:00 |
Georg Bauer
|
5c49a1e391
|
fixes #929 - updated 'sr' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 15:43:14 +00:00 |
Adrian Holovaty
|
f1641be02d
|
Added nesh's full name to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 15:32:18 +00:00 |
Adrian Holovaty
|
ed97929b91
|
Added a 'Directory listings' section to docs/static_files.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 15:28:19 +00:00 |
Adrian Holovaty
|
c8e98f4cdd
|
Fixed ReST error in [1455]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 14:52:12 +00:00 |
Adrian Holovaty
|
5e0be518f8
|
Added note to docs/static_files.txt about serving static files in production
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 14:49:57 +00:00 |
Adrian Holovaty
|
c0700db1a3
|
Added docs/static_files.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 14:42:21 +00:00 |
Adrian Holovaty
|
501b06c7b4
|
Fixed several bugs in docs/url_dispatch.txt, and made several clarifications
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 14:35:18 +00:00 |
Adrian Holovaty
|
0cb2a00369
|
Added robots meta tag to views.static.serve to block robots from indexing and archiving the directory-index static view.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 14:07:04 +00:00 |
Adrian Holovaty
|
a2527ebe77
|
Improved docs/modpython.txt to add note about debugging under mod_python with print statements
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 13:53:35 +00:00 |
Adrian Holovaty
|
515ae9c128
|
Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 07:28:51 +00:00 |