summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #2469 -- Made the "drop index" constraint names match those we create i...Malcolm Tredinnick2006-08-091-1/+1
* Fixed #2260 -- fixed a problem where some foreign key references were beingMalcolm Tredinnick2006-08-091-5/+11
* Negligible style change in django.db.models.loadingAdrian Holovaty2006-08-081-2/+2
* Added example of strftime formatting to docs/model-api.txt FileField docs. Th...Adrian Holovaty2006-08-081-0/+7
* Fixed #2494 -- Django development server no longer does reverse DNS. As a sid...Adrian Holovaty2006-08-071-4/+0
* Fixed #2491 -- Pass the project directory back from setup_environ so that weMalcolm Tredinnick2006-08-061-1/+2
* Moved the environment setup into a method that can be called from other scripts.Malcolm Tredinnick2006-08-061-1/+7
* Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.comAdrian Holovaty2006-08-051-1/+1
* Fixed #2485 -- Added comment to project_template/settings.py that says to use...Adrian Holovaty2006-08-051-1/+2
* Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty2006-08-051-0/+1
* fixed #2171: updated 'ru' translationGeorg Bauer2006-08-042-1/+2
* Cleaned up 'How do I create users without having to edit password hashes?' en...Adrian Holovaty2006-08-041-6/+3
* Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty2006-08-044-0/+92
* Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8...Adrian Holovaty2006-08-021-1/+1
* Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...Adrian Holovaty2006-08-022-0/+7
* Fixed #2257 -- make constraint names unique across all table/columnMalcolm Tredinnick2006-08-011-7/+3
* Fixed #2465 -- Documented the fact that select_related doesn't follow null=TrueAdrian Holovaty2006-08-011-0/+3
* Refs #1796 -- Fixed a problem when creating models with relations toMalcolm Tredinnick2006-08-011-1/+1
* Added link to 'batteries included' explanation in docs/add_ons.txtAdrian Holovaty2006-08-011-2/+5
* Fixed #2463 -- Fixed temporarily broken many-to-many fields in admin interfac...Adrian Holovaty2006-08-011-2/+5
* Fixed #2269 -- limit_choices_to now works properly with a custom ForeignKey.t...Adrian Holovaty2006-08-011-1/+1
* Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty2006-08-014-5/+52