summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-30Fixed display bug in admin when deleting an object that has a OneToOneFieldAdrian Holovaty
2005-08-29Updated docs/templates.txt to add {% ifequal %}Adrian Holovaty
2005-08-29Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,...Adrian Holovaty
2005-08-29Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ...Adrian Holovaty
2005-08-29Fixed small typo in docs/tutorial01.txt -- thanks, pb@e-scribe.comAdrian Holovaty
2005-08-29Fixed small bug in manipulator handling of one-to-one-related foreign keysAdrian Holovaty
2005-08-29Fixed bug in metasystem manipulator_validator_unique_for_date(), related to [...Adrian Holovaty
2005-08-29Fixed bug in metasystem method_get_next_in_order and method_get_previous_in_o...Adrian Holovaty
2005-08-26Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhansAdrian Holovaty
2005-08-26Fixed typo in docs/model-api.txtAdrian Holovaty
2005-08-26Final ReST bugfix to docs/model-api.txtAdrian Holovaty
2005-08-26Fixed ReST bug in docs/model-api.txt -- I thinkAdrian Holovaty
2005-08-26Fixed bug in docs/model-api.txtAdrian Holovaty
2005-08-26Added 'Using models', 'Models across files' and 'Models in multiple files' se...Adrian Holovaty
2005-08-26Fixed another stupid ReST bugs in [560]Adrian Holovaty
2005-08-26Fixed the inevitable ReST bugs in [560]Adrian Holovaty
2005-08-26Fixed the inevitable ReST bugs in [560]Adrian Holovaty
2005-08-26Beefed up docs/model-api.txt -- added a significant amount of documentation, ...Adrian Holovaty
2005-08-26Tiny change to docstring in many_to_one_null model unit testAdrian Holovaty
2005-08-26Removed 'this isn't yet supported' message from custom_pk unit test docstring...Adrian Holovaty
2005-08-26Fixed ReST bug in docs/model-api.txtAdrian Holovaty
2005-08-26Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, JeremyAdrian Holovaty
2005-08-26Changed django-admin.py inspectdb to output new-style model syntaxAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-25Changed 'coding error' and 'database error' e-mails to include request.path i...Adrian Holovaty
2005-08-23Fixed a small bug in admin changelist view -- the code that handles ordering byJacob Kaplan-Moss
2005-08-23Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom HaddonAdrian Holovaty
2005-08-22Changed SessionMiddleware to use process_request instead of process_view -- t...Adrian Holovaty
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