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
2016-09-23
Removed unused Prefetch.get_current_prefetch_through().
Tim Graham
2016-09-23
Simplified has_perm() example in topics/auth/customizing.txt.
Berker Peksag
2016-09-23
Removed unused regexes from django.utils.html.
Jon Dufresne
2016-09-23
Fixed #27261 -- Added missing python-brace-format marker
Claude Paroz
2016-09-22
Fixed #27257 -- Fixed builtin text lookups on JSONField keys.
Simon Charette
2016-09-22
Removed unnecessary casting when using builtin lookups on PostgreSQL.
Simon Charette
2016-09-22
Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...
Jani Tiainen
2016-09-22
Used HTTPS link to djangoproject.com in setup.py.
Adam Chainz
2016-09-22
Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.
Mehdi Pourfar
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-22
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Claude Paroz
2016-09-22
Refs #27056 -- Rearranged gis_migrations test case classes
Claude Paroz
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-21
Fixed #26210 -- Prevented SMTP backend from trying to send mail after a conne...
levental
2016-09-21
Tested model signals "sender" parameter when defer() is used.
Mathieu Pillard
2016-09-21
Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt.
Claude Paroz
2016-09-21
Doc'd how to use GitHub's "Squash and merge" button.
Tim Graham
2016-09-21
Alphabetized classes in contrib.postgres.operations.
Tim Graham
2016-09-21
Fixed #26610 -- Added CITextField to contrib.postgres.
Mads Jensen
2016-09-21
Added myself to ops team (#7273)
Markus Holtermann
2016-09-20
Refs #27025 -- Fixed ArrayField querying on Python 3.6.
Tim Graham
2016-09-20
Added tests for ArrayField lookup errors.
Tim Graham
2016-09-19
Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...
Alasdair Nicol
2016-09-19
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...
Dmitry Medvinsky
2016-09-19
Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrati...
akki
2016-09-19
Removed invalid year character from datetime format in Azerbaijani locale.
Emin Mastizada
2016-09-17
Fixed a typo in docs/topics/auth/default.txt.
aruseni
2016-09-17
Refs #27025 -- Fixed a timezone test for Python 3.6.
Tim Graham
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-17
Corrected docs for return type of Field.formfield().
zhuanyenan
2016-09-17
Simplified PostGIS index creation
Claude Paroz
2016-09-17
Stopped deleting from the geometry_columns view on PostGIS
Claude Paroz
2016-09-17
Made FieldError/FieldDoesNotExist messages uniform across Python versions.
François Freitag
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-16
Refs #27083 -- Updated conditional header comparison to match RFC 7232.
Kevin Christopher Henry
2016-09-16
Fixed #26697 -- Removed contrib.gis.maps.
Tim Graham
2016-09-16
Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...
Jani Tiainen
2016-09-16
Fixed typo in tests/migrations/test_loader.py.
Tim Graham
2016-09-16
Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6.
Tim Graham
2016-09-16
Refs #27025 -- Fixed tests for the new ModuleNotFoundError in Python 3.6.
Tim Graham
2016-09-15
Fixed typo in docs/ref/settings.txt.
Tim Graham
2016-09-15
Refs #5133 -- Isolated test_close() cache test.
Tim Graham
2016-09-14
Fixed #15143 -- Doc'd how to set the language for the test client.
Michael Scott
2016-09-14
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...
Rinat Khabibiev
2016-09-14
Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.
Jibodeah
2016-09-13
Fixed #27214 -- Made skip db features decorators respect wrapping order and i...
Simon Charette
2016-09-13
Fixed a couple ordering dependent tests on Oracle broken by refs #27203.
Tim Graham
2016-09-13
Fixed #27216 -- Corrected import location in admin deprecation messages.
Jeff Willette
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-12
Refs #26524 -- Added a test for a <OneToOneField>_id reference in ModelAdmin....
Jon Dufresne
[prev]
[next]