summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the search-api branch into the attic.archive/attic/search-apiattic/search-apiJames Bennett2009-09-110-0/+0
* [search-api] Allow shorthand for fields (attribute shorthand already supported)Brian Beck2006-08-221-0/+2
* [search-api] Initial commit, Lucene working, Xapian and Hype almost working, ...Brian Beck2006-08-2110-0/+567
* Added search-api branch for Brian Beck's SoC project.Jacob Kaplan-Moss2006-08-210-0/+0
* Fixed typo in docs/model-api.txtAdrian Holovaty2006-08-201-1/+1
* Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po...Adrian Holovaty2006-08-181-2/+4
* Updated my bio in the FAQ.Wilson Miner2006-08-181-5/+5
* Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...Adrian Holovaty2006-08-181-1/+1
* Added note to 'If you don't need internationalization' section of docs/i18n.t...Adrian Holovaty2006-08-181-2/+3
* Added USE_I18N setting to default settings.py created for startproject commandAdrian Holovaty2006-08-181-0/+4
* Made small change to docs/templates_python.txt to explicitly define 'context ...Adrian Holovaty2006-08-181-3/+4
* Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm...Adrian Holovaty2006-08-181-1/+1
* Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o...Adrian Holovaty2006-08-181-1/+4
* Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...Adrian Holovaty2006-08-181-0/+3
* Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty2006-08-182-1/+41
* Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty2006-08-183-6/+52
* Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty2006-08-171-0/+1
* Small formatting change to docs/model-api.txt change from [3597] -- double hy...Adrian Holovaty2006-08-171-2/+2
* Clarified documentation regarding string-form model references.Russell Keith-Magee2006-08-171-3/+7
* Fixed small security hole in bin/compile-messages.py by escaping the .po file...Adrian Holovaty2006-08-161-1/+8
* Small error-message formatting change to compile-messages.pyAdrian Holovaty2006-08-161-1/+1
* Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh...Adrian Holovaty2006-08-141-0/+8
* fixed #2542: updated 'ru' translationGeorg Bauer2006-08-142-260/+151
* Small formatting change to compile-messages.pyAdrian Holovaty2006-08-131-1/+1
* Fixed incorrect error message in django.template.loaders.filesystem if you pa...Adrian Holovaty2006-08-131-1/+1
* Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ...Adrian Holovaty2006-08-121-0/+1
* Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.deAdrian Holovaty2006-08-124-1/+26
* Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo...Adrian Holovaty2006-08-121-1/+8
* Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ...Adrian Holovaty2006-08-121-1/+1
* Fixed ReST error in docs/db-api.txtAdrian Holovaty2006-08-121-10/+11
* Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not d...Adrian Holovaty2006-08-121-1/+1
* Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correct...Adrian Holovaty2006-08-122-0/+5
* Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being usedAdrian Holovaty2006-08-121-1/+0
* Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ...Adrian Holovaty2006-08-122-2/+5
* Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habm...Adrian Holovaty2006-08-111-2/+2
* Added paragraph to docs/documentation.txt about removing comments from frozen...Adrian Holovaty2006-08-111-0/+8
* Added docs/documentation.txtAdrian Holovaty2006-08-111-0/+140
* Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n...Adrian Holovaty2006-08-111-3/+4
* Changed inspectdb to *not* trim trailing 's' from database table name to crea...Adrian Holovaty2006-08-111-3/+1
* Improved urlresolvers so that URLconfs can be passed objects instead of stringsAdrian Holovaty2006-08-112-17/+78
* Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a p...Adrian Holovaty2006-08-111-1/+1
* Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...Adrian Holovaty2006-08-113-3/+13
* Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, du...Adrian Holovaty2006-08-111-17/+17
* Moved the space check from r3549 to before the Python keyword check so thatMalcolm Tredinnick2006-08-111-4/+4
* Fixed #2517 -- Improved inspectdb to handle table column names that contain s...Adrian Holovaty2006-08-102-0/+5
* Fixed #2512 -- Fixed SQL error when saving existing empty models.Malcolm Tredinnick2006-08-102-5/+8
* Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!).Malcolm Tredinnick2006-08-101-1/+1
* Fixed #2484 -- Handle num_in_admin and num_extra_on_change being 0 for theMalcolm Tredinnick2006-08-101-1/+1
* Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta...Adrian Holovaty2006-08-092-8/+15
* Fixed #2502 -- Fixed typo in db.models.permalink function. Thanks, adurdin@gm...Adrian Holovaty2006-08-091-1/+1