summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2005-09-13Fixed metasystem bug when using get_related_many_to_many() method with a cust...Adrian Holovaty
2005-09-13Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467Adrian Holovaty
2005-09-13Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...Adrian Holovaty
2005-09-13Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugeneAdrian Holovaty
2005-09-11Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-11Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u...Adrian Holovaty
2005-09-06Made 'django-admin.py init' more robustAdrian Holovaty
2005-09-05Improved model validator to check for upload_to attribute in FileFieldsAdrian Holovaty
2005-09-04Fixed #458 -- Added /r/ to default admin urlconfAdrian Holovaty
2005-09-02Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ...Adrian Holovaty
2005-09-02Improved model validator to make sure prepopulate_from is a list or tupleAdrian Holovaty
2005-09-02Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i...Adrian Holovaty
2005-09-02Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...Adrian Holovaty
2005-09-02Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.comAdrian Holovaty
2005-09-02Fixed #453 -- 'django-admin install' now does model validation before install...Adrian Holovaty
2005-09-02Changed django.core.management.validate to take an optional 'outfile' argumen...Adrian Holovaty
2005-09-02Fixed #454 -- Clarified django-admin '--help' output to use 'modelmodule' ins...Adrian Holovaty
2005-09-02Fixed spacing bug in '--help' output of django-adminAdrian Holovaty
2005-09-02Fixed bug in [601]Adrian Holovaty
2005-09-02Fixed bug in has_related_links=True, which is legacy and shouldn't be used by...Adrian Holovaty
2005-09-01Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adr...Adrian Holovaty
2005-09-01Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst...Adrian Holovaty
2005-09-01Fixed bug in contrib comment_form template tag when hard-coded object IDs are...Adrian Holovaty
2005-09-01Fixed #446 -- Fixed bug in yesno template filter. Thanks, HugoAdrian Holovaty
2005-09-01Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings...Adrian Holovaty
2005-08-31Fixed #385 -- Fixed bug in yesno template filter. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-08-31Fixed #403 -- Fixed bug in floatformat template filter. Thanks, neshAdrian Holovaty
2005-08-31Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than...Adrian Holovaty
2005-08-31Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window...Adrian Holovaty
2005-08-30Refactored comment templatetags to remove redundant 'tag_name' parameter. Als...Adrian Holovaty
2005-08-30Fixed display bug in admin when deleting an object that has a OneToOneFieldAdrian 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 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-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-22Changed SessionMiddleware to use process_request instead of process_view -- t...Adrian Holovaty
2005-08-19Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540...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-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