index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2011-02-09
[1.2.X] Fixed a security issue in the CSRF componenent. Disclosure and new ...
Alex Gaynor
2011-02-07
[1.2.X] Fixed #15055 -- added information about (and an example of) the csrf_...
Gabriel Hurley
2011-02-07
[1.2.X] Tweaked language markers in i18n topic document for better Sphinx syn...
Ramiro Morales
2011-02-02
[1.2.X] Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks...
Timo Graham
2011-02-02
[1.2.X] Fixed #7325 -- Broken links for model documentation; thanks Justin Li...
Timo Graham
2011-01-30
[1.2.X] Fixed #15191 - typo in form validation docs; thanks berto for the rep...
Timo Graham
2011-01-30
[1.2.X] Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Th...
Russell Keith-Magee
2011-01-29
[1.2.X] Fixed example use of deprecated function in GeoDjango tutorial.
Justin Bronn
2011-01-28
[1.2.X] Added note to 1.2.5 release notes about ModelAdmin.lookup_allowed change
Luke Plant
2011-01-27
[1.2.X] Fixed #13662 -- Added an entry in the README to direct people to the ...
Russell Keith-Magee
2011-01-26
[1.2.X] Fixed #6456 - Excised FileField file deletion to avoid data loss. Tha...
Carl Meyer
2011-01-26
[1.2.X] Fixed #15163 - typo in email docs; thanks metal for the report.
Timo Graham
2011-01-25
[1.2.X] Fixed #14038 -- Added information to release notes and version change...
Ramiro Morales
2011-01-22
[1.2.X] Fixed #15141 - remove some deprecated storage engines from the MySQL ...
Timo Graham
2011-01-18
[1.2.X] Refs #14661 -- Clarified the handling of initial data injected via cu...
Russell Keith-Magee
2011-01-16
[1.2.X] Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the ...
Timo Graham
2011-01-16
[1.2.X] Fixed #15062 -- Documented the fact that managers must be able to be ...
Russell Keith-Magee
2011-01-11
[1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for ...
Timo Graham
2011-01-03
[1.2.X] Fixed #10078 - Document use of locales in management commands. Thanks...
Timo Graham
2011-01-03
[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...
Timo Graham
2010-12-31
[1.2.X] Fixed #13307 -- Enhanced the generic inlines documentation by mention...
Ramiro Morales
2010-12-31
[1.2.X] Some small fixes to DB optimization docs.
Luke Plant
2010-12-31
[1.2.X] Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for th...
Timo Graham
2010-12-30
[1.2.X] Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyC...
Timo Graham
2010-12-29
[1.2.X] Fixed #14842 - Indent the model Meta options. Thanks adamv.
Timo Graham
2010-12-29
[1.2.X] Fixed #13452 - Document that regroup can be used with any template lo...
Timo Graham
2010-12-29
[1.2.X] Fixed #14712 - Add an example for the post_syncdb signal. Thanks Fran...
Timo Graham
2010-12-29
[1.2.X] Fixed #12193 - Add details to the i18n documentation for translation ...
Timo Graham
2010-12-29
[1.2.X] Fixed #13961 - note that reverse URL lookups can't be done within a b...
Timo Graham
2010-12-29
[1.2.X] Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet fo...
Timo Graham
2010-12-29
[1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. Tha...
Timo Graham
2010-12-29
[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...
Ramiro Morales
2010-12-29
[1.2.X] Fixed a crossref formatting problem in the signals reference docs.
Gabriel Hurley
2010-12-29
[1.2.X] Fixed #14403 -- Provided some extra resources on the difference betwe...
Gabriel Hurley
2010-12-28
[1.2.X] Fixed #14905 -- Corrected some misleading linking and language in the...
Gabriel Hurley
2010-12-28
[1.2.X] Fixed #14912 -- Expanded documentation for the urlize template filter...
Gabriel Hurley
2010-12-28
[1.2.X] Fixed #11496 - note that DecimalField max/min_value should be type(de...
Timo Graham
2010-12-28
[1.2.X] Fixed #14708 - Document available keys for form field error messages;...
Timo Graham
2010-12-28
[1.2.X] Fixed #14320 - Add a note about lack of timezone support in MySQL. Th...
Timo Graham
2010-12-28
[1.2.X] Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis...
Timo Graham
2010-12-27
[1.2.X] Fixed #13397 - Include third level headings in the TOC. thanks cyang ...
Timo Graham
2010-12-27
[1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily ...
Timo Graham
2010-12-27
[1.2.X] Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott...
Timo Graham
2010-12-27
[1.2.X] Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelA...
Timo Graham
2010-12-27
[1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv ...
Timo Graham
2010-12-26
[1.2.X] Fixed #13949 - Note that readonly fields can't be modified via custom...
Timo Graham
2010-12-26
[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!
Timo Graham
2010-12-25
[1.2.X] Fixed #13020 - add clarifying note to SessionStore. thanks elbarto fo...
Timo Graham
2010-12-25
[1.2.X] Fixed #14927 - typo in model option docs. thanks tiliv.
Timo Graham
2010-12-25
[1.2.X] Fixed #14956 - typo in messages docs. thanks alexarsh for the report.
Timo Graham
[next]