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
/
django
Age
Commit message (
Expand
)
Author
2014-01-22
[1.7.x] Bump version number for 1.7 alpha 1.
1.7a1
James Bennett
2014-01-22
Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...
Loic Bistuer
2014-01-22
Merge pull request #2198 from Markush2010/ticket21852
Andrew Godwin
2014-01-22
Fixed #21850 -- Made GeometryField.geodetic case insensitive
Oliver George
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-21
Merge pull request #2186 from zemanel/master
Tim Graham
2014-01-21
Corrected problem with MySQL checks handler and related fields.
Russell Keith-Magee
2014-01-20
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
Carl Meyer
2014-01-21
Refs #21831 -- Softened the TestClient dependency on contrib.auth.
Russell Keith-Magee
2014-01-20
Added ManifestStaticFilesStorage to staticfiles contrib app.
Jannis Leidel
2014-01-20
fixed typo on docstring
José Moreira
2014-01-20
Fixed a couple of deprecation warnings
Anssi Kääriäinen
2014-01-20
Use date_extract_sql() for DateFields
Anssi Kääriäinen
2014-01-20
Fixed regex lookup on Oracle
Anssi Kääriäinen
2014-01-20
Fixed Oracle in lookup when more than 1000 params
Anssi Kääriäinen
2014-01-20
Fixed multi geometries editing in OpenLayers widget
Claude Paroz
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Fixed #21290: Documented migration serializing and improved error
Andrew Godwin
2014-01-19
Moved the loader tags registration with the other builtins.
Baptiste Mispelon
2014-01-19
Fixed #21638: Validators are now comparable, stops infinite user mig'ns
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21786: Bad behaviour when mixins + abstract bases for migrations
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-19
Merge pull request #1681 from loic/migrations.format
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
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 #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-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
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 #21785: Bad handling of both auto_now and _add on deconstruct
Andrew Godwin
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-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-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
[next]