This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-01 12:24:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
History
…
..
add_ons.txt
…
admin_css.txt
…
apache_auth.txt
…
api_stability.txt
…
authentication.txt
…
cache.txt
…
contributing.txt
…
csrf.txt
Fixed
#1998
-- Changed double quotes to single quotes
2006-05-26 04:05:02 +00:00
db-api.txt
…
design_philosophies.txt
…
django-admin.txt
…
email.txt
Fixed
#1235
: email sent from {{{django.core.mail}}} will now be encoded using
2006-05-13 17:18:42 +00:00
faq.txt
…
fastcgi.txt
…
flatpages.txt
…
forms.txt
…
generic_views.txt
…
i18n.txt
…
install.txt
…
legacy_databases.txt
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
middleware.txt
…
model-api.txt
…
modpython.txt
…
outputting_csv.txt
…
outputting_pdf.txt
…
overview.txt
Fixed
#1811
-- Fixed inconsistencies in docs/overview.txt
2006-05-09 15:31:03 +00:00
redirects.txt
…
release_notes_0.95.txt
Fixed an RST typo so that the django-users mailing list reference is now a
2006-07-31 10:36:30 +00:00
request_response.txt
Fixed
#2092
: added a "is_secure()" method to HttpRequest which correctly handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket.
2006-07-21 16:20:22 +00:00
serialization.txt
Added a JSON serializer, a few more tests, and a couple more lines of docs.
2006-06-29 16:42:49 +00:00
sessions.txt
…
settings.txt
…
sites.txt
…
static_files.txt
…
syndication_feeds.txt
…
templates_python.txt
…
templates.txt
Added note to docs/templates.txt about same logical operator
2006-07-29 00:31:33 +00:00
transactions.txt
…
tutorial01.txt
…
tutorial02.txt
…
tutorial03.txt
…
tutorial04.txt
…
url_dispatch.txt
…