index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
Age
Commit message (
Expand
)
Author
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-08
Cleaned whitespace errors introduced in previous commit
Anssi Kääriäinen
2012-06-08
Fixed #18399 – Added a way to get ContentTypes for proxy models
Simon Charette
2012-06-07
Fixed #18445 -- Added a links in the docs.
Aymeric Augustin
2012-06-07
Fixed #18363 -- Added Python 3 compatibility layer.
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
fix bad locale names
jakul
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
Fixed #18397 -- Avoided referencing lawrence.com.
Aymeric Augustin
2012-06-07
Fixed #18396 -- Changed Spatialite download URLs.
Aymeric Augustin
2012-06-07
Fixed #18411 -- Clarified HttpRequest doc slightly.
Aymeric Augustin
2012-06-07
Fixed #14502 -- Added a verbatim template tag.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
2012-06-06
Added alt attribute to img tags in docs.
Aymeric Augustin
2012-06-05
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Honza Kral
2012-06-04
Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.
Luke Plant
2012-06-02
Fixed #18259 -- Specified that ROOT_URLCONF might be needed.
Claude Paroz
2012-05-24
Fixed #18353 -- Inconsistency in date-based CBVs.
Aymeric Augustin
2012-05-20
Documented next/previous_week. Refs #10890.
Aymeric Augustin
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-18
Fixed typo on GeoQuerySet.geohash method.
Glen Robertson
2012-05-17
Added load i18n code to the base wizard form template documentation as it use...
Jeremy Cowgar
2012-05-16
Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...
Jannis Leidel
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-05-10
Fixed #17950 -- Warned about usability limits of ModelChoiceField.
Aymeric Augustin
2012-05-10
Fixed #18257 -- Typo in contenttypes docs.
Aymeric Augustin
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-05-01
Fixed #18246 -- Replaced bash-specific syntax in geodjango postgis helper scr...
Claude Paroz
2012-05-01
Clarified warning about date-based generic views.
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...
Claude Paroz
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-04-21
Added documentation notes about lack of database savepoints support when usin...
Ramiro Morales
2012-04-21
Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.
Ramiro Morales
2012-04-20
Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflec...
Claude Paroz
2012-04-20
Very minor Python formatting change to template documentation
Chris Beaven
2012-04-19
Added more explicit warnings about unconfigured reStructured Text usage in docs.
Luke Plant
2012-04-14
Fixed #18041 -- Removed support for Markdown versions < 2.1, following the 1....
Claude Paroz
2012-04-12
Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.
Claude Paroz
2012-04-11
Fixed #18107 -- Replaced a deprecated import path for GeoIP in docs. Thanks j...
Claude Paroz
2012-04-10
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...
Aymeric Augustin
[next]