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
2013-11-28
Merge pull request #2005 from loic/ticket21169
Anssi Kääriäinen
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
All the E125 errors hvae been eradicated.
Alex Gaynor
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-28
Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.
Vajrasky Kok
2013-11-28
Fixed #21515 -- Corrected example of template.Context in documentation.
Baptiste Mispelon
2013-11-27
A handle of flake8 fixes
Alex Gaynor
2013-11-27
Added a warning regarding risks in serving user uploaded media.
Tim Graham
2013-11-27
Merge pull request #2000 from loic/docs
Anssi Kääriäinen
2013-11-28
Fixed typo in release notes.
Loic Bistuer
2013-11-27
PEP-8 cleanup
Anssi Kääriäinen
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
Update tutorial part 1 to discuss migrations properly
Andrew Godwin
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
Field.deconstruct() howto docs
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
Merge pull request #1985 from raphaa/21499
Andrew Godwin
2013-11-26
Replace use of dict.has_key with `key in dict`
Alex Gaynor
2013-11-26
Fixed a typo in the documentation
Alex Gaynor
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-26
Fixed #21512 -- Added more complete information about Pillow and PIL in model...
Vajrasky Kok
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-25
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-25
Fixed #21509 -- Removed dead exception catching code.
Krzysztof Jurewicz
2013-11-25
flake8 fix
Alex Gaynor
2013-11-25
Fixed #21403: Corrected test code
Shai Berger
2013-11-25
Fixed #21507 -- Corrected default widget information for FileField
Ludwik Trammer
2013-11-25
Fixed test failure on Oracle
Shai Berger
2013-11-24
flake8 fixes
Alex Gaynor
2013-11-24
Fixed some unnescesarily gendered language in the docs
Alex Gaynor
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-24
Fixed typo in previous commit; refs #21490.
Tim Graham
2013-11-24
Fixed #21490 -- Fixed custom admin URL reverse example.
Tim Graham
2013-11-24
Removed confusing comments from the docs.
Loic Bistuer
2013-11-24
Fixed #21497 -- Forced conversion to bytes for very long index names
Joel Bohman
2013-11-24
Added more tests for ContentTypeManager.get_for_model.
Antonis Christofides
2013-11-24
Fixed #21500 -- Removed imports of deprecated utils.importlib
Baptiste Mispelon
2013-11-24
Properly closed cache connections at the end of the request.
Florian Apolloner
2013-11-24
Fixed flake8 error (5 space identation!!!)
Alex Gaynor
2013-11-24
Fixed #21499 -- Added a paragraph to the docs.
Raphael Jasjukaitis
2013-11-24
Fixed #21504 -- Don't shadow database errors when testing for postgis version.
Baptiste Mispelon
[prev]
[next]