openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Zulip
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
2 days
ago.
Nov 30, 2024 — Nov 30, 2025
Showing page 4,745 of 4,765
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed #489 -- Changed MySQL backend to use longtext instead of text for TextField
Adrian Holovaty
More...
about 20 years ago
Fixed ReST bug in [678]
Adrian Holovaty
More...
about 20 years ago
Changed overview and tutorial docs to use render_to_response and get_object_or_404, to cut down on code
Adrian Holovaty
More...
about 20 years ago
Made a small improvement to django.views.core.flatfiles so that it only uses select_template if a custom template is available, so as not to hit the filesystem.
Adrian Holovaty
More...
about 20 years ago
Changed django.views.core.flatfiles to use get_object_or_404
Adrian Holovaty
More...
about 20 years ago
Changed django.views.admin.template to use render_to_response, to cut on code
Adrian Holovaty
More...
about 20 years ago
Changed django.views.admin.main to use get_object_or_404 and render_to_response, to cut on code
Adrian Holovaty
More...
about 20 years ago
Added django.core.extensions get_object_or_404 and get_list_or_404
Adrian Holovaty
More...
about 20 years ago
Fixed #543 -- Fixed broken mod_python support due to an import in the wrong place
Adrian Holovaty
More...
about 20 years ago
Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo and Simon
Adrian Holovaty
More...
about 20 years ago
Fixed #333 -- Added DEFAULT_MIME_TYPE setting, and set it to 'text/html; charset=utf-8' by default
Adrian Holovaty
More...
about 20 years ago
Added request.session.delete_test_cookie()
Adrian Holovaty
More...
about 20 years ago
Fixed #236 -- Added HttpResponse.delete_cookie() method.
Adrian Holovaty
More...
about 20 years ago
Removed a legacy 'TODO' from django.middleware.sessions
Adrian Holovaty
More...
about 20 years ago
Fixed #539 -- Added support for strides to 'slice' template filter, and made the code more efficient. Thanks, Esaj
Adrian Holovaty
More...
about 20 years ago
Converted load_and_render() calls to render_to_response() because of [664].
Adrian Holovaty
More...
about 20 years ago
Added django.core.template_loader.render_to_string and django.core.extensions.render_to_response. django.core.extensions.load_and_render is deprecated in favor of render_to_response.
Adrian Holovaty
More...
about 20 years ago
Added django.core.validators.isValidHTML
Adrian Holovaty
More...
about 20 years ago
Fixed #538 -- Added zip_safe=False to setup.py. Thanks,
[email protected]
Adrian Holovaty
More...
about 20 years ago
Converted django.contrib.comments.views.* to use load_and_render
Adrian Holovaty
More...
about 20 years ago
Converted django.views.admin.doc to use load_and_render
Adrian Holovaty
More...
about 20 years ago
Converted django.views.auth.login to use load_and_render
Adrian Holovaty
More...
about 20 years ago
Converted django.views.registration.passwords to use load_and_render -- it's less code
Adrian Holovaty
More...
about 20 years ago
Fixed #533 -- Fixed bug when using custom context_instance in load_and_render(). Thanks, Brantley
Adrian Holovaty
More...
about 20 years ago
Changed django.core.extensions.load_and_render to take context_instance instead of context_class keyword arg, so DjangoContext can be used
Adrian Holovaty
More...
about 20 years ago
Added django.core.extensions.load_and_render, which factors out the boilerplate of loading a template, rendering a context and returning an HttpResponse
Adrian Holovaty
More...
about 20 years ago
Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary keys are integers and are not called 'id'. Thanks for the bug report, nesh
Adrian Holovaty
More...
about 20 years ago
Added ManyToManyField filter doesn't display question to FAQ
Adrian Holovaty
More...
about 20 years ago
Added 'Why did you write all of Django from scratch' FAQ question
Adrian Holovaty
More...
about 20 years ago
Changed my bio to reflect my job change
Adrian Holovaty
More...
about 20 years ago
←
1
2
…
4741
4742
4743
4744
4745
4746
4747
4748
4749
…
4764
4765
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree