summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-21Fixed #380 -- Clarified tutorial 1. Thanks, ssteinerAdrian Holovaty
2005-08-21Fixed #381 -- Clarified tutorial 1. Thanks, ssteinerAdrian Holovaty
2005-08-21Fixed #383 -- Clarified tutorial 2. Thanks, ssteinerAdrian Holovaty
2005-08-19Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540...Adrian Holovaty
2005-08-19Added 'limit' and 'offset' unit tests, one of which fails in MySQL 3 (refs #350)Adrian Holovaty
2005-08-19Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. T...Adrian Holovaty
2005-08-19Fixed #371 -- Fixed bug in 'random' template filter. Thanks, BoffbowshAdrian Holovaty
2005-08-18Modified admin styles to make headers and buttons readable with images off.Wilson Miner
2005-08-18Improved session code to force creation of a new session key if the given ses...Adrian Holovaty
2005-08-18Clarified docs/django-admin.txt to say 'runserver' runs the model validator a...Adrian Holovaty
2005-08-18Added a link to docs/legacy_databases.txtAdrian Holovaty
2005-08-18Added docs/legacy_databases.txtAdrian Holovaty
2005-08-18Tweaked [531] slightly, so that it checks for 'is None' instead of boolean 'not'Adrian Holovaty
2005-08-18Added friendly error message if a view returns None instead of an HttpRespons...Adrian Holovaty
2005-08-17Fixed bug in manipulator_valid_rel_key() -- it assumed the related object's p...Adrian Holovaty
2005-08-17Fixed #335 -- Admin login form now checks that cookies are enabled.Adrian Holovaty
2005-08-17Fixed typo in docs/generic_views.txtAdrian Holovaty
2005-08-17Made some tiny tweaks to docs/tutorial02.txt -- thanks, anonymousAdrian Holovaty
2005-08-17Fixed #340 -- Default admin settings (in django-admin startproject) now inclu...Adrian Holovaty
2005-08-17Added 'Session object guidlines' section to docs/sessions.txtAdrian Holovaty
2005-08-17Added doc/sessions.txtAdrian Holovaty
2005-08-17Fixed #336 -- Typo in docs/generic_views.txt. Thanks, MattAdrian Holovaty
2005-08-16Fixed small bug in parts.auth.formfields.AuthenticationFormAdrian Holovaty
2005-08-16Fixed small bug in views.auth.login.loginAdrian Holovaty
2005-08-16Added SessionMiddleware to MIDDLEWARE_CLASSES in global_settings, so it's ava...Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-16Small formatting change to validation error in [516], to be consistent with o...Adrian Holovaty
2005-08-16Added raw_id_admin support to ManyToManyField objects; fixes #260Jacob Kaplan-Moss
2005-08-16Fixed typo in django.views.auth.loginAdrian Holovaty
2005-08-16Removed special-case test for '_files' URL in common middleware -- thanks, Je...Adrian Holovaty
2005-08-16Changed 'django-admin startproject' to included MIDDLEWARE_CLASSES in setting...Adrian Holovaty
2005-08-15Changed handlers (both mod_python and WSGI) to support setting multiple cooki...Adrian Holovaty
2005-08-15Changed meta.py save() code from [507] to work under sqlite. All tests now pa...Adrian Holovaty
2005-08-15Improved model validator to validate 'choices' for a fieldAdrian Holovaty
2005-08-15Fixed #318 -- Fixed typo in docs/model-api.txt. Thanks, django@sharpbanana.co.ukAdrian Holovaty
2005-08-15Fixed #320 -- Changed save() code so that it doesn't rely on cursor.rowcount....Adrian Holovaty
2005-08-15Added unit test that tests #323 -- currently fails for MySQL and passes for P...Adrian Holovaty
2005-08-15Fixed #322 -- Development server now calls validate() again. Thanks, rmunnAdrian Holovaty
2005-08-15Fixed #322 -- 'django-admin runserver' no longer validates models.Adrian Holovaty
2005-08-15Added 'django-admin.py validate', which validates all installed models. Valid...Adrian Holovaty
2005-08-15Improved error handling for invalid model parameters that aren't custom funct...Adrian Holovaty
2005-08-15Changed docs/tutorial01.txt to be clearer about PYTHONPATH environment variab...Adrian Holovaty
2005-08-15Changed docs/tutorial01.txt to use a tree format instead of 'ls' output -- th...Adrian Holovaty
2005-08-15Fixed typo in docs/tutorial04.txt -- thanks, 'nitpicker'Adrian Holovaty
2005-08-15Fixed #93 and #279 -- 'django-admin startproject' no longer creates invalid s...Adrian Holovaty
2005-08-15Fixed #316 -- Added special-case for MySQL microseconds, so that it doesn't t...Adrian Holovaty
2005-08-15Fixed #311 -- Small change to docstring. Thanks, rmunnAdrian Holovaty
2005-08-15Fixed #321 -- Undid [494], which assumed the installed version of MySQLdb had...Adrian Holovaty
2005-08-14Fixed #316 -- Changed MySQL backend to disregard warningsAdrian Holovaty
2005-08-14Added a quick example of prepopulate_from to clarify the descriptionJacob Kaplan-Moss