index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
serializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-2
/
+1
*
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
1
-1
/
+1
*
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-24
/
+0
*
Fixed #33937 -- Optimized serialization of related m2m fields without natural...
Mark Evans
2022-09-05
2
-2
/
+14
*
Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...
François Granade
2022-03-18
1
-1
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
7
-146
/
+305
*
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2022-01-13
1
-0
/
+7
*
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...
Daniyal Abbasi
2021-09-02
1
-0
/
+16
*
Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...
Mikolaj Rybinski
2021-02-05
1
-1
/
+1
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-3
/
+2
*
Fixed #30583 -- Fixed handling JSONFields in XML serializer.
Hasan Ramezani
2020-06-17
1
-2
/
+10
*
Refs #30190 -- Minor edits to JSONL serializer.
Mariusz Felisiak
2020-06-17
1
-1
/
+1
*
Fixed #30190 -- Added JSONL serializer.
Ali Vakilzade
2020-06-16
2
-0
/
+58
*
Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.
Claude Paroz
2020-05-25
2
-4
/
+10
*
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
Hasan Ramezani
2020-04-28
2
-0
/
+2
*
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-04-07
1
-7
/
+17
*
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-29
1
-1
/
+1
*
Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...
Baptiste Mispelon
2019-12-13
1
-1
/
+5
*
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
Nadège Michel
2019-06-27
1
-1
/
+1
*
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-04-18
1
-3
/
+3
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
2
-3
/
+5
*
Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...
dmytryi.striletskyi
2018-11-27
1
-6
/
+9
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
2
-2
/
+2
*
Fixed typos in comments and docs.
luz.paz
2018-08-01
1
-1
/
+1
*
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-13
3
-15
/
+91
*
Extracted deserialize fk/m2m functions from Deserializer.
Peter Inglesby
2018-03-20
2
-40
/
+55
*
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
Denys Duchier
2018-02-12
1
-1
/
+9
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-2
/
+1
*
Simplified an iterator in core.serializers.sort_dependencies().
Sergey Fedoseev
2018-01-03
1
-1
/
+1
*
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
1
-5
/
+1
*
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-07
1
-1
/
+1
*
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-06-20
1
-11
/
+10
*
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
1
-3
/
+3
*
Refs #27795 -- Removed force_text() usage in serialization framework
Claude Paroz
2017-06-05
1
-14
/
+12
*
Refs #16850 -- Removed obsolete simplejson support in JSON serializer.
Tim Graham
2017-05-20
1
-3
/
+0
*
Refs #23919 -- Removed force_text() in Python deserializer needed only on Pyt...
Claude Paroz
2017-04-27
1
-6
/
+0
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-8
/
+7
*
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
2
-4
/
+2
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
5
-42
/
+23
*
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-02-11
1
-7
/
+1
*
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-09
2
-2
/
+2
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
3
-19
/
+16
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
3
-8
/
+8
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
2
-12
/
+6
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
2
-5
/
+5
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
3
-8
/
+7
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
4
-10
/
+6
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
3
-7
/
+0
*
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-12-01
1
-2
/
+5
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
[next]