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
Age
Commit message (
Expand
)
Author
2014-01-19
Fix unicode default input on py3
Andrew Godwin
2014-01-19
Fixed #21783: Use defaults for adding NOT NULL on sqlite
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-19
Fixed #18907 -- Correct docs regard population of model backrefs.
Tim Graham
2014-01-19
Merge pull request #2116 from apollo13/setuptools
Aymeric Augustin
2014-01-19
Fixed #21825 -- gis compiler uses self instead of qn for as_sql()
Anssi Kääriäinen
2014-01-19
Fixed Oracle query failures caused by lookup refactor
Anssi Kääriäinen
2014-01-19
Refs #21628 -- removed one usage of the imp module in the tests. It is deprec...
Alex Gaynor
2014-01-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2014-01-18
Stopped assuming that INSTALLED_APPS only contains app names.
Aymeric Augustin
2014-01-18
Fixed typos spotted by Claude Paroz
Anssi Kääriäinen
2014-01-18
Fixed #21821 -- db_type argument for field_cast_sql
Anssi Kääriäinen
2014-01-18
Fixed #21794 -- Adjusted warning for abstract models.
Aymeric Augustin
2014-01-18
Fixed #21659 -- Modified the registration/password_change_form.html admin tem...
Tim Graham
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2014-01-17
Adjusted inspectdb management command to yield PEP 8-compliant output barring...
JustinTArthur
2014-01-17
Fixed #18942 -- Clarified usage of {% get_static_prefix %}.
Tim Graham
2014-01-17
Fixed #13116 -- Described scope of variables created by {% url ... as var %} ...
Tim Graham
2014-01-17
Fixed #20052 -- Discouraged use of Jython given the current state of django-j...
Tim Graham
2014-01-17
Fixed #21785: Bad handling of both auto_now and _add on deconstruct
Andrew Godwin
2014-01-16
Fixed #16785 -- Documented some of the design decisions of the cache framework.
Tim Graham
2014-01-16
Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.
Tim Graham
2014-01-16
Merge pull request #2176 from numerodix/master
Tim Graham
2014-01-16
Fixed typo in docstring.
Martin Matusiak
2014-01-16
Fixed #21784: Correctly decode stdin input for migration defaults
Andrew Godwin
2014-01-16
Fixed #21740 -- Stopped using mutable default arguments in test client
Claude Paroz
2014-01-16
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
Tim Graham
2014-01-16
Fixed #21768 -- Corrected TemplateView context section.
Tim Graham
2014-01-16
Fixed #21727 -- Added some links to help clarify topics/auth/default.txt
Tim Graham
2014-01-16
Fixed #21747 -- Added {% elif %} to template topics guide.
Tim Graham
2014-01-15
Merge pull request #2170 from numerodix/master
Tim Graham
2014-01-15
Merge pull request #2171 from kwood/master
Tim Graham
2014-01-15
Fix typo in storage docs
Kevin Wood
2014-01-15
Fixed typo in comment.
Martin Matusiak
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-13
Remove unneded open(.., 'U') when on python 3.
Marc Tamlyn
2014-01-13
Removed BDFL stuff from docs/internals/contributing/bugs-and-features.txt
Adrian Holovaty
2014-01-13
Removed BDFLs section from docs/internals/committers.txt
Adrian Holovaty
2014-01-13
Negligible change to my bio in docs/internals/committers.txt
Adrian Holovaty
2014-01-12
Be more careful about closing connections in mail tests.
Marc Tamlyn
2014-01-12
Undelete the `return True` removed in 4e0a2fe.
Marc Tamlyn
2014-01-12
Add further workarounds for HTMLParser with Python 3.4.
Marc Tamlyn
2014-01-12
Fixed #21770 -- Updated autocomplete for app-loading.
Aymeric Augustin
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-12
Used a regular lock for app registry population.
Aymeric Augustin
2014-01-12
Fixed a test that was failing with PostGIS.
Aymeric Augustin
2014-01-12
Restored a test broken by overzealous PEP8 cleanup
Aymeric Augustin
2014-01-12
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Aymeric Augustin
2014-01-12
Fixed flake8 issues.
Simon Charette
[prev]
[next]