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
2013-03-24
Fixed #20124 - Fixed doc warnings.
Tim Graham
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-23
Merge pull request #942 from stephrdev/trac-18000
Jannis Leidel
2013-03-23
Updated docs, changed versionchanged to versionadded.
Stephan Jaekel
2013-03-23
Added some class attributes to pass initial form lists to the WizardView with...
Stephan Jaekel
2013-03-23
Moved the code to handle goto requests in a extra WizardView method.
Stephan Jaekel
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-21
Docs template name mistake
Tom V
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-19
Fixed #16319 -- added SuccessMessageMixin to contrib.messages
Paul Collins
2013-03-18
small documentation update to outline caveat with SESSION_COOKIE_DOMAIN
Ryan West
2013-03-18
Added warn note to docs about MySQL issues with 0000-00-00 date strings
Juan Catalano
2013-03-18
Update versions and links to source tarballs.
Justin Bronn
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-18
Fixed #17037 -- Added a --all option to diffsettings.
Aymeric Augustin
2013-03-15
Fixed #20053 -- Fix `index_together` documentation
Johan Charpentier
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
Fixed #16649 -- Refactored save_base logic
Anssi Kääriäinen
2013-03-11
Fixed broken link in binary fields doc.
Ramiro Morales
2013-03-11
Deprecated django.contrib.comments.
Jacob Kaplan-Moss
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-10
Fixed #20018: Added backtick to fix reference
Jonathan Loy
2013-03-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Adde two "versionadded" markers, thanks to mYk for noticing.
Alex Gaynor
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
2013-03-02
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
Claude Paroz
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-03-01
Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Claude Paroz
2013-02-28
Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-25
Fixed #19801 - Added brackets to input_formats.
Tim Graham
2013-02-25
Minor edits to some recently-added admin docs.
Carl Meyer
2013-02-24
Added missing versionadded for sqldropindexes command docs
Claude Paroz
2013-02-24
Add column-<field_name> classes to the admin list
Diederik van der Boor
2013-02-24
Test case and docs for custom context data in feeds
Zbigniew Siciarz
2013-02-24
Fixed minor rst formatting glitch.
Aymeric Augustin
2013-02-24
Merge pull request #817 from rybaktomasz/ticket_5568
Honza Král
2013-02-24
Made changes asked in review by HonzaKral
Tomasz Rybak
2013-02-23
Fixed #19880 - Fixed an error in the form wizard initial_dict example.
Tim Graham
2013-02-23
Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to upd...
Tim Graham
2013-02-23
Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.
Vladimir A Filonov
2013-02-23
Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...
Tim Graham
2013-02-23
Fixed #17094 - Typo in class-based views doc.
Tim Graham
2013-02-23
Merge pull request #749 from ecabuk/master
Honza Král
[next]