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
2013-12-06
Made the migration detector use meta.local_fields instead of meta.fields.
Baptiste Mispelon
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Fixed error in ManyToManyField.deconstruct().
Baptiste Mispelon
2013-12-06
Added app_label to the error message when field reconstructing fails.
Baptiste Mispelon
2013-12-06
Merge pull request #2037 from bmispelon/invalidbaseserror
Andrew Godwin
2013-12-06
Fixed #19678 -- GeoDjango test failure with spatialite >= 3.0.
Ramiro Morales
2013-12-06
Renamed syncdb to migrate in spatialite backend
Claude Paroz
2013-12-06
Removed unreachable `else` in `try` block.
maurycyp
2013-12-06
Fixed TypeError when rendering ModelState with multiple bases.
Baptiste Mispelon
2013-12-05
Corrected setting name in gis test error message.
Ramiro Morales
2013-12-05
Better error reporting when from_app_cache fails
Andrew Godwin
2013-12-05
Fix poor variable name (flake8 warning)
Andrew Godwin
2013-12-05
Removed 'return' in __init__
maurycyp
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-12-04
Don't make a second migration if there was a force-null-default addcol.
Andrew Godwin
2013-12-04
Add clone() method to Field to get clean copies of it.
Andrew Godwin
2013-12-04
Add --dry-run option to makemigrations
Andrew Godwin
2013-12-04
Migrate prompts if you need makemigrations, runserver prompts for migrate
Andrew Godwin
2013-12-04
Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.
Bouke Haarsma
2013-12-04
Fixed #21546 -- Strengthened kqueue detection.
Aymeric Augustin
2013-12-02
Fixed #13476 -- Added support for color in console output under Windows.
Ramiro Morales
2013-12-03
Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infi...
Loic Bistuer
2013-12-01
Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler.
Krzysztof Jurewicz
2013-11-30
Fixed #21535 -- Fixed password hash iteration upgrade.
Tim Graham
2013-11-30
Fixed #21358 -- Allowed runserver on non-English locales
Claude Paroz
2013-11-30
Removed gender-based pronouns per [c0a2daad78].
Tim Graham
2013-11-30
Fixed comment typos.
Alex Hill
2013-11-30
Closed file after reading pot file
Claude Paroz
2013-11-30
Enabled makemessages to support several translation directories
Claude Paroz
2013-11-29
Fixed an unescisarily gendered pronoun in a docstring
Alex Gaynor
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-29
Fixed #21380 -- Added a way to set different permission for static directories.
Vajrasky Kok
2013-11-28
Fixed a deprecation warning introduced by 96dd48c83f.
Simon Charette
2013-11-29
Use 'update_fields' in RelatedManager.clear() when bulk=False.
Loic Bistuer
2013-11-28
Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Claude Paroz
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
A handle of flake8 fixes
Alex Gaynor
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-27
Include deferred SQL in sqlmigrate output
Andrew Godwin
2013-11-27
Fixed #21438: makemigrations now detects ManyToManyFields
Andrew Godwin
2013-11-27
PostGIS schema editor support
Andrew Godwin
2013-11-27
Add gis deconstruct() method (this does not make schema work)
Andrew Godwin
2013-11-27
Change initial migration writing to work as docs suggest.
Andrew Godwin
2013-11-27
Fix squashed migration loading ordering issue
Andrew Godwin
2013-11-26
Fixed #21448 -- Fixed test client logout with cookie-based sessions
Claude Paroz
2013-11-26
Fixed #21355 -- try importing _imaging from PIL namespace first.
Richard Xia
2013-11-26
Use str.isupper() to test if a string is uppercased.
Baptiste Mispelon
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
[prev]
[next]